summaryrefslogtreecommitdiff
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rtc-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2022-10-1411-247/+98
|\
| * rtc: rv3028: Fix codestyle errorsKe Sun2022-10-131-3/+2
| * rtc: cmos: Fix event handler registration ordering issueRafael J. Wysocki2022-10-131-10/+19
| * rtc: k3: Use devm_clk_get_enabled() helperChristophe JAILLET2022-10-131-18/+4
| * rtc: jz4740: Use devm_clk_get_enabled() helperChristophe JAILLET2022-10-131-22/+3
| * rtc: mpfs: Use devm_clk_get_enabled() helperChristophe JAILLET2022-10-131-18/+1
| * rtc: ds1685: Fix spelling of function name in comment blockColin Ian King2022-10-131-1/+1
| * rtc: isl12022: switch to using regmap APIRasmus Villemoes2022-10-132-85/+26
| * rtc: isl12022: drop redundant write to HR registerRasmus Villemoes2022-10-131-14/+0
| * rtc: isl12022: use dev_set_drvdata() instead of i2c_set_clientdata()Rasmus Villemoes2022-10-131-3/+2
| * rtc: isl12022: use %ptRRasmus Villemoes2022-10-131-10/+2
| * rtc: isl12022: simplify some expressionsRasmus Villemoes2022-10-131-4/+4
| * rtc: isl12022: drop a dev_info()Rasmus Villemoes2022-10-131-3/+0
| * rtc: isl12022: specify range_min and range_maxRasmus Villemoes2022-10-131-0/+2
| * rtc: isl12022: stop using deprecated devm_rtc_device_register()Rasmus Villemoes2022-10-131-4/+7
| * rtc: stmp3xxx: Add failure handling for stmp3xxx_wdt_register()Lin Yujun2022-10-131-0/+2
| * rtc: mxc: Use devm_clk_get_enabled() helperChristophe JAILLET2022-08-231-25/+2
| * rtc: gamecube: Always reset HW_SRNPROT after readEmmanuel Gil Peyrot2022-08-231-6/+5
| * rtc: k3: detect SoC to determine erratum fixBryan Brattlof2022-08-231-18/+14
| * rtc: k3: wait until the unlock field is not zeroBryan Brattlof2022-08-231-1/+1
| * rtc: mpfs: Remove printing of stray CRGeert Uytterhoeven2022-08-231-4/+3
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-166-15/+6
|/
* rtc: spear: set range maxZeng Jingxiang2022-08-091-1/+1
* rtc: rtc-cmos: Do not check ACPI_FADT_LOW_POWER_S0Rafael J. Wysocki2022-08-081-3/+0
* rtc: zynqmp: initialize fract_tickAlexandre Belloni2022-08-081-1/+1
* rtc: Add NCT3018Y real time clock driverMia Lin2022-07-263-0/+564
* rtc: rx8025: fix 12/24 hour mode detection on RX-8035Mathew McBride2022-07-261-4/+18
* rtc: cros-ec: Only warn once in .remove() about notifier_chain problemsUwe Kleine-König2022-07-261-3/+1
* rtc: vr41xx: remove driverThomas Bogendoerfer2022-07-263-374/+0
* rtc: mpfs: remove 'pending' variable from mpfs_rtc_wakeup_irq_handler()Tom Rix2022-07-261-3/+0
* rtc: rv8803: fix missing unlock on error in rv8803_set_time()Yang Yingliang2022-07-261-1/+3
* rtc: zynqmp: Add calibration set and get supportSrinivas Neeli2022-07-261-19/+94
* rtc: zynqmp: Updated calibration valueSrinivas Neeli2022-07-261-1/+1
* rtc: sun6i: add support for R329 RTCIcenowy Zheng2022-07-261-0/+2
* rtc: Directly use ida_alloc()/free()keliu2022-06-241-3/+3
* rtc: Introduce ti-k3-rtcNishanth Menon2022-06-243-0/+692
* rtc: Add driver for Microchip PolarFire SoCConor Dooley2022-06-243-0/+337
* rtc: use simple i2c probeStephen Kitt2022-06-2421-63/+42
* rtc: Remove unused rtc_dev_exit().Tetsuo Handa2022-06-242-11/+0
* rtc: Replace flush_scheduled_work() with flush_work().Tetsuo Handa2022-06-241-1/+1
* rtc: isl1208: do not advertise update interrupt feature if no interrupt speci...Quentin Schulz2022-06-241-3/+7
* rtc: rv8803: re-initialize all Epson RX8803 registers on voltage lossAhmad Fatoum2022-06-241-2/+38
* rtc: rv8803: initialize registers on post-probe voltage lossAhmad Fatoum2022-06-241-0/+13
* rtc: rv8803: factor out existing register initialization to functionAhmad Fatoum2022-06-241-14/+29
* rtc: mc146818-lib: reduce RTC_UIP polling periodMateusz Jończyk2022-06-241-4/+4
* Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-021-2/+0
|\
| * ARM: pxa: split up mach/hardware.hArnd Bergmann2022-04-191-2/+0
* | Merge tag 'rtc-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2022-06-0111-18/+500
|\ \
| * | rtc: mxc: Silence a clang warningFabio Estevam2022-06-011-1/+1
| * | rtc: rzn1: Fix a variable typeMiquel Raynal2022-05-251-2/+1