summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
...
| * rtc: isl12022: implement support for the #clock-cells DT propertyRasmus Villemoes2023-08-161-0/+44
| * rtc: isl12022: trigger battery level detection during probeRasmus Villemoes2023-08-161-0/+10
| * rtc: isl12022: implement RTC_VL_READ ioctlRasmus Villemoes2023-08-161-0/+27
| * rtc: isl12022: add support for trip level DT bindingRasmus Villemoes2023-08-161-0/+39
| * rtc: isl12022: remove wrong warning for low battery levelRasmus Villemoes2023-08-161-6/+0
| * rtc: remove redundant of_match_ptr()Zhu Wang2023-08-105-7/+5
| * rtc: sunplus: Clean up redundant dev_err_probe()Chen Jiahao2023-08-101-1/+1
| * rtc: stm32: remove incorrect #ifdef checkArnd Bergmann2023-08-101-2/+0
| * rtc: isl12026: Drop "_new" from probe callback nameUwe Kleine-König2023-07-271-2/+2
| * rtc: Explicitly include correct DT includesRob Herring2023-07-2730-38/+19
| * rtc: rv3028: Add support for "aux-voltage-chargeable" propertyAndrej Picej2023-07-271-19/+61
| * rtc: bq4802: add sparc dependencyArnd Bergmann2023-07-271-0/+1
| * rtc: pcf85063: Drop enum pcf85063_type and split pcf85063_cfg[]Biju Das2023-07-271-45/+38
| * rtc: pcf85063: Simplify probe()Biju Das2023-07-271-18/+8
| * rtc: isl1208: Simplify probe()Biju Das2023-07-271-11/+3
| * rtc: stm32: fix unnecessary parenthesesValentin Caron2023-07-271-5/+4
| * rtc: stm32: fix issues of stm32_rtc_valid_alrm functionValentin Caron2023-07-271-28/+33
| * rtc: stm32: change PM callbacks to "_noirq()"Gabriel Fernandez2023-07-271-2/+3
| * rtc: stm32: don't print an error on probe deferralValentin Caron2023-07-271-8/+6
| * rtc: stm32: improve rtc precisionChristophe Guibout2023-07-271-4/+22
| * rtc: stm32: don't stop time counter if not neededAntonio Borneo2023-07-271-6/+17
| * rtc: stm32: use the proper register sequence to read date/timeAntonio Borneo2023-07-271-1/+1
| * rtc: pcf2127: add UIE support for PCF2131Hugo Villeneuve2023-07-271-2/+10
| * rtc: pcf2127: add flag for watchdog register value read supportHugo Villeneuve2023-07-271-6/+14
| * rtc: pcf2127: support generic watchdog timing configurationHugo Villeneuve2023-07-271-9/+55
| * rtc: pcf2127: adapt time/date registers write sequence for PCF2131Hugo Villeneuve2023-07-271-1/+34
| * rtc: pcf2127: add support for PCF2131 interrupts on output INT_AHugo Villeneuve2023-07-271-0/+35
| * rtc: pcf2127: add support for PCF2131 RTCHugo Villeneuve2023-07-272-23/+215
| * rtc: pcf2127: add support for multiple TS functionsHugo Villeneuve2023-07-271-67/+201
| * rtc: pcf2127: adapt for CLKOUT register at any offsetHugo Villeneuve2023-07-271-2/+5
| * rtc: pcf2127: adapt for WD registers at any offsetHugo Villeneuve2023-07-271-4/+10
| * rtc: pcf2127: adapt for alarm registers at any offsetHugo Villeneuve2023-07-271-9/+8
| * rtc: pcf2127: adapt for time/date registers at any offsetHugo Villeneuve2023-07-271-4/+7
| * rtc: pcf2127: add variant-specific configuration structureHugo Villeneuve2023-07-271-19/+79
| * rtc: pcf2127: remove superfluous commentsHugo Villeneuve2023-07-271-2/+2
| * rtc: pcf2127: lower message severity if setting time failsHugo Villeneuve2023-07-271-2/+1
| * rtc: pcf2127: improve timestamp reading performanceHugo Villeneuve2023-07-271-21/+11
| * rtc: pcf2127: improve rtc_read_time() performanceHugo Villeneuve2023-07-271-28/+14
* | rtc: ds1685: use EXPORT_SYMBOL_GPL for ds1685_rtc_poweroffChristoph Hellwig2023-08-021-1/+1
|/
* Merge tag 'rtc-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2023-07-0341-309/+568
|\
| * rtc: Add rtc driver for the Loongson family chipsBinbin Zhou2023-06-263-0/+411
| * rtc: Remove the Loongson-1 RTC driverBinbin Zhou2023-06-263-203/+0
| * rtc: rv3028: make rv3028 probeable from userspaceJohannes Kirchmair2023-06-261-0/+7
| * rtc: isl1208: Add support for the built-in RTC on the PMIC RAA215300Biju Das2023-06-261-0/+12
| * rtc: isl1208: Add isl1208_set_xtoscb()Biju Das2023-06-261-6/+51
| * rtc: isl1208: Drop enum isl1208_id and split isl1208_configs[]Biju Das2023-06-261-23/+33
| * rtc: isl1208: Make similar I2C and DT-based matching tableBiju Das2023-06-261-6/+6
| * rtc: isl1208: Drop name variableBiju Das2023-06-261-5/+4
| * rtc: st-lpc: Simplify clk handling in st_rtc_probe()Christophe JAILLET2023-06-261-11/+5
| * rtc: st-lpc: Release some resources in st_rtc_probe() in case of errorChristophe JAILLET2023-06-261-1/+1