aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-18rtc: cmos: fix build on non-ACPI platformsAlexandre Belloni1-0/+3
2022-10-18rtc: cmos: Fix wake alarm breakageRafael J. Wysocki1-3/+8
2022-10-14Merge tag 'rtc-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds11-247/+98
2022-10-13rtc: rv3028: Fix codestyle errorsKe Sun1-3/+2
2022-10-13rtc: cmos: Fix event handler registration ordering issueRafael J. Wysocki1-10/+19
2022-10-13rtc: k3: Use devm_clk_get_enabled() helperChristophe JAILLET1-18/+4
2022-10-13rtc: jz4740: Use devm_clk_get_enabled() helperChristophe JAILLET1-22/+3
2022-10-13rtc: mpfs: Use devm_clk_get_enabled() helperChristophe JAILLET1-18/+1
2022-10-13rtc: ds1685: Fix spelling of function name in comment blockColin Ian King1-1/+1
2022-10-13rtc: isl12022: switch to using regmap APIRasmus Villemoes2-85/+26
2022-10-13rtc: isl12022: drop redundant write to HR registerRasmus Villemoes1-14/+0
2022-10-13rtc: isl12022: use dev_set_drvdata() instead of i2c_set_clientdata()Rasmus Villemoes1-3/+2
2022-10-13rtc: isl12022: use %ptRRasmus Villemoes1-10/+2
2022-10-13rtc: isl12022: simplify some expressionsRasmus Villemoes1-4/+4
2022-10-13rtc: isl12022: drop a dev_info()Rasmus Villemoes1-3/+0
2022-10-13rtc: isl12022: specify range_min and range_maxRasmus Villemoes1-0/+2
2022-10-13rtc: isl12022: stop using deprecated devm_rtc_device_register()Rasmus Villemoes1-4/+7
2022-10-13rtc: stmp3xxx: Add failure handling for stmp3xxx_wdt_register()Lin Yujun1-0/+2
2022-08-23rtc: mxc: Use devm_clk_get_enabled() helperChristophe JAILLET1-25/+2
2022-08-23rtc: gamecube: Always reset HW_SRNPROT after readEmmanuel Gil Peyrot1-6/+5
2022-08-23rtc: k3: detect SoC to determine erratum fixBryan Brattlof1-18/+14
2022-08-23rtc: k3: wait until the unlock field is not zeroBryan Brattlof1-1/+1
2022-08-23rtc: mpfs: Remove printing of stray CRGeert Uytterhoeven1-4/+3
2022-08-16i2c: Make remove callback return voidUwe Kleine-König6-15/+6
2022-08-09rtc: spear: set range maxZeng Jingxiang1-1/+1
2022-08-08rtc: rtc-cmos: Do not check ACPI_FADT_LOW_POWER_S0Rafael J. Wysocki1-3/+0
2022-08-08rtc: zynqmp: initialize fract_tickAlexandre Belloni1-1/+1
2022-07-26rtc: Add NCT3018Y real time clock driverMia Lin3-0/+564
2022-07-26rtc: rx8025: fix 12/24 hour mode detection on RX-8035Mathew McBride1-4/+18
2022-07-26rtc: cros-ec: Only warn once in .remove() about notifier_chain problemsUwe Kleine-König1-3/+1
2022-07-26rtc: vr41xx: remove driverThomas Bogendoerfer3-374/+0
2022-07-26rtc: mpfs: remove 'pending' variable from mpfs_rtc_wakeup_irq_handler()Tom Rix1-3/+0
2022-07-26rtc: rv8803: fix missing unlock on error in rv8803_set_time()Yang Yingliang1-1/+3
2022-07-26rtc: zynqmp: Add calibration set and get supportSrinivas Neeli1-19/+94
2022-07-26rtc: zynqmp: Updated calibration valueSrinivas Neeli1-1/+1
2022-07-26rtc: sun6i: add support for R329 RTCIcenowy Zheng1-0/+2
2022-06-24rtc: Directly use ida_alloc()/free()keliu1-3/+3
2022-06-24rtc: Introduce ti-k3-rtcNishanth Menon3-0/+692
2022-06-24rtc: Add driver for Microchip PolarFire SoCConor Dooley3-0/+337
2022-06-24rtc: use simple i2c probeStephen Kitt21-63/+42
2022-06-24rtc: Remove unused rtc_dev_exit().Tetsuo Handa2-11/+0
2022-06-24rtc: Replace flush_scheduled_work() with flush_work().Tetsuo Handa1-1/+1
2022-06-24rtc: isl1208: do not advertise update interrupt feature if no interrupt specifiedQuentin Schulz1-3/+7
2022-06-24rtc: rv8803: re-initialize all Epson RX8803 registers on voltage lossAhmad Fatoum1-2/+38
2022-06-24rtc: rv8803: initialize registers on post-probe voltage lossAhmad Fatoum1-0/+13
2022-06-24rtc: rv8803: factor out existing register initialization to functionAhmad Fatoum1-14/+29
2022-06-24rtc: mc146818-lib: reduce RTC_UIP polling periodMateusz Jończyk1-4/+4
2022-06-02Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-2/+0
2022-06-01Merge tag 'rtc-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds11-18/+500
2022-06-01rtc: mxc: Silence a clang warningFabio Estevam1-1/+1