summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)AuthorLines
2022-08-09rtc: spear: set range maxZeng Jingxiang-1/+1
2022-08-08rtc: rtc-cmos: Do not check ACPI_FADT_LOW_POWER_S0Rafael J. Wysocki-3/+0
2022-08-08rtc: zynqmp: initialize fract_tickAlexandre Belloni-1/+1
2022-07-26rtc: Add NCT3018Y real time clock driverMia Lin-0/+564
2022-07-26rtc: rx8025: fix 12/24 hour mode detection on RX-8035Mathew McBride-4/+18
2022-07-26rtc: cros-ec: Only warn once in .remove() about notifier_chain problemsUwe Kleine-König-3/+1
2022-07-26rtc: vr41xx: remove driverThomas Bogendoerfer-374/+0
2022-07-26rtc: mpfs: remove 'pending' variable from mpfs_rtc_wakeup_irq_handler()Tom Rix-3/+0
2022-07-26rtc: rv8803: fix missing unlock on error in rv8803_set_time()Yang Yingliang-1/+3
2022-07-26rtc: zynqmp: Add calibration set and get supportSrinivas Neeli-19/+94
2022-07-26rtc: zynqmp: Updated calibration valueSrinivas Neeli-1/+1
2022-07-26rtc: sun6i: add support for R329 RTCIcenowy Zheng-0/+2
2022-06-24rtc: Directly use ida_alloc()/free()keliu-3/+3
2022-06-24rtc: Introduce ti-k3-rtcNishanth Menon-0/+692
2022-06-24rtc: Add driver for Microchip PolarFire SoCConor Dooley-0/+337
2022-06-24rtc: use simple i2c probeStephen Kitt-63/+42
2022-06-24rtc: Remove unused rtc_dev_exit().Tetsuo Handa-11/+0
2022-06-24rtc: Replace flush_scheduled_work() with flush_work().Tetsuo Handa-1/+1
2022-06-24rtc: isl1208: do not advertise update interrupt feature if no interrupt speci...Quentin Schulz-3/+7
2022-06-24rtc: rv8803: re-initialize all Epson RX8803 registers on voltage lossAhmad Fatoum-2/+38
2022-06-24rtc: rv8803: initialize registers on post-probe voltage lossAhmad Fatoum-0/+13
2022-06-24rtc: rv8803: factor out existing register initialization to functionAhmad Fatoum-14/+29
2022-06-24rtc: mc146818-lib: reduce RTC_UIP polling periodMateusz Jończyk-4/+4
2022-06-02Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+0
2022-06-01Merge tag 'rtc-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds-18/+500
2022-06-01rtc: mxc: Silence a clang warningFabio Estevam-1/+1
2022-05-25rtc: rzn1: Fix a variable typeMiquel Raynal-2/+1
2022-05-25rtc: rzn1: Fix error code in probeDan Carpenter-1/+1
2022-05-25rtc: rzn1: Avoid mixing variablesMiquel Raynal-8/+8
2022-05-23Merge tag 'm68k-for-v5.19-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-27/+17
2022-05-19rtc: ftrtc010: Fix error handling in ftrtc010_rtc_probeMiaoqian Lin-10/+24
2022-05-19rtc: mt6397: check return value after calling platform_get_resource()Yang Yingliang-0/+2
2022-05-19rtc: rzn1: fix platform_no_drv_owner.cocci warningYang Li-1/+0
2022-05-18rtc: gamecube: Add missing iounmap in gamecube_rtc_read_offset_from_sramYuan Can-0/+1
2022-05-18rtc: meson: Fix email address in MODULE_AUTHORNobuhiro Iwamatsu-1/+1
2022-05-18rtc: simplify the return expression of rx8025_set_offset()Minghao Chi-6/+1
2022-05-18rtc: pcf85063: Add a compatible entry for pca85073aFabio Estevam-0/+2
2022-05-17rtc: rzn1: Add oscillator offset supportMiquel Raynal-0/+73
2022-05-17rtc: rzn1: Add alarm supportMiquel Raynal-1/+105
2022-05-17rtc: rzn1: Add new RTC driverMichel Pollet-0/+251
2022-05-17rtc: sun6i: Add NVMEM providerSamuel Holland-0/+42
2022-05-17Revert "clk: sunxi-ng: sun6i-rtc: Add support for H6"Jernej Skrabec-0/+17
2022-04-19ARM: pxa: split up mach/hardware.hArnd Bergmann-2/+0
2022-04-11clocksource/drivers: Add a goldfish-timer clocksourceLaurent Vivier-12/+1
2022-04-11rtc: goldfish: Use gf_ioread32()/gf_iowrite32()Laurent Vivier-15/+16
2022-04-01Merge tag 'rtc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds-202/+617
2022-03-29rtc: check if __rtc_read_time was successfulTom Rix-2/+5
2022-03-29rtc: gamecube: Fix refcount leak in gamecube_rtc_read_offset_from_sramMiaoqian Lin-0/+1
2022-03-29rtc: mc146818-lib: Fix the AltCentury for AMD platformsMario Limonciello-1/+15
2022-03-25Merge tag 'mfd-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds-31/+46