summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)Author
2023-01-07rtc: ds1347: fix value written to century registerIan Abbott
2023-01-04rtc: msc313: Fix function prototype mismatch in msc313_rtc_probe()Kees Cook
2022-12-31rtc: mxc_v2: Add missing clk_disable_unprepare()GUO Zihua
2022-12-31rtc: pcf85063: fix pcf85063_clkout_controlAlexandre Belloni
2022-12-31rtc: pic32: Move devm_rtc_allocate_device earlier in pic32_rtc_probe()Gaosheng Cui
2022-12-31rtc: st-lpc: Add missing clk_disable_unprepare in st_rtc_probe()Gaosheng Cui
2022-12-31rtc: pcf85063: Fix reading alarmAlexander Stein
2022-12-31rtc: snvs: Allow a time difference on clock register readStefan Eichenberger
2022-12-31rtc: cmos: Disable ACPI RTC event on removalRafael J. Wysocki
2022-12-31rtc: cmos: Rename ACPI-related functionsRafael J. Wysocki
2022-12-31rtc: cmos: Eliminate forward declarations of some functionsRafael J. Wysocki
2022-12-31rtc: cmos: Call rtc_wake_setup() from cmos_do_probe()Rafael J. Wysocki
2022-12-31rtc: cmos: Call cmos_wake_setup() from cmos_do_probe()Rafael J. Wysocki
2022-12-31rtc: class: Fix potential memleak in devm_rtc_allocate_device()Shang XiaoJing
2022-12-31rtc: rzn1: Check return value in rzn1_rtc_probeYushan Zhou
2022-12-19rtc: cmos: fix build on non-ACPI platformsAlexandre Belloni
2022-12-19rtc: cmos: Fix wake alarm breakageRafael J. Wysocki
2022-12-19rtc: cmos: Fix event handler registration ordering issueRafael J. Wysocki
2022-08-09rtc: spear: set range maxZeng Jingxiang
2022-08-08rtc: rtc-cmos: Do not check ACPI_FADT_LOW_POWER_S0Rafael J. Wysocki
2022-08-08rtc: zynqmp: initialize fract_tickAlexandre Belloni
2022-07-26rtc: Add NCT3018Y real time clock driverMia Lin
2022-07-26rtc: rx8025: fix 12/24 hour mode detection on RX-8035Mathew McBride
2022-07-26rtc: cros-ec: Only warn once in .remove() about notifier_chain problemsUwe Kleine-König
2022-07-26rtc: vr41xx: remove driverThomas Bogendoerfer
2022-07-26rtc: mpfs: remove 'pending' variable from mpfs_rtc_wakeup_irq_handler()Tom Rix
2022-07-26rtc: rv8803: fix missing unlock on error in rv8803_set_time()Yang Yingliang
2022-07-26rtc: zynqmp: Add calibration set and get supportSrinivas Neeli
2022-07-26rtc: zynqmp: Updated calibration valueSrinivas Neeli
2022-07-26rtc: sun6i: add support for R329 RTCIcenowy Zheng
2022-06-24rtc: Directly use ida_alloc()/free()keliu
2022-06-24rtc: Introduce ti-k3-rtcNishanth Menon
2022-06-24rtc: Add driver for Microchip PolarFire SoCConor Dooley
2022-06-24rtc: use simple i2c probeStephen Kitt
2022-06-24rtc: Remove unused rtc_dev_exit().Tetsuo Handa
2022-06-24rtc: Replace flush_scheduled_work() with flush_work().Tetsuo Handa
2022-06-24rtc: isl1208: do not advertise update interrupt feature if no interrupt speci...Quentin Schulz
2022-06-24rtc: rv8803: re-initialize all Epson RX8803 registers on voltage lossAhmad Fatoum
2022-06-24rtc: rv8803: initialize registers on post-probe voltage lossAhmad Fatoum
2022-06-24rtc: rv8803: factor out existing register initialization to functionAhmad Fatoum
2022-06-24rtc: mc146818-lib: reduce RTC_UIP polling periodMateusz Jończyk
2022-06-02Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-06-01Merge tag 'rtc-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds
2022-06-01rtc: mxc: Silence a clang warningFabio Estevam
2022-05-25rtc: rzn1: Fix a variable typeMiquel Raynal
2022-05-25rtc: rzn1: Fix error code in probeDan Carpenter
2022-05-25rtc: rzn1: Avoid mixing variablesMiquel Raynal
2022-05-23Merge tag 'm68k-for-v5.19-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-05-19rtc: ftrtc010: Fix error handling in ftrtc010_rtc_probeMiaoqian Lin
2022-05-19rtc: mt6397: check return value after calling platform_get_resource()Yang Yingliang