summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* rtc: efi: Enable SET/GET WAKEUP services as optionalShanker Donthineni2023-02-091-21/+27
* rtc: sunplus: fix format string for printing resourceArnd Bergmann2023-02-091-2/+2
* rtc: ds1347: fix value written to century registerIan Abbott2023-01-071-1/+1
* rtc: msc313: Fix function prototype mismatch in msc313_rtc_probe()Kees Cook2023-01-041-11/+1
* rtc: mxc_v2: Add missing clk_disable_unprepare()GUO Zihua2022-12-311-1/+3
* rtc: pcf85063: fix pcf85063_clkout_controlAlexandre Belloni2022-12-311-1/+1
* rtc: pic32: Move devm_rtc_allocate_device earlier in pic32_rtc_probe()Gaosheng Cui2022-12-311-4/+4
* rtc: st-lpc: Add missing clk_disable_unprepare in st_rtc_probe()Gaosheng Cui2022-12-311-0/+1
* rtc: pcf85063: Fix reading alarmAlexander Stein2022-12-311-4/+4
* rtc: snvs: Allow a time difference on clock register readStefan Eichenberger2022-12-311-2/+14
* rtc: cmos: Disable ACPI RTC event on removalRafael J. Wysocki2022-12-311-0/+15
* rtc: cmos: Rename ACPI-related functionsRafael J. Wysocki2022-12-311-6/+6
* rtc: cmos: Eliminate forward declarations of some functionsRafael J. Wysocki2022-12-311-155/+149
* rtc: cmos: Call rtc_wake_setup() from cmos_do_probe()Rafael J. Wysocki2022-12-311-16/+12
* rtc: cmos: Call cmos_wake_setup() from cmos_do_probe()Rafael J. Wysocki2022-12-311-25/+22
* rtc: pcf2127: Convert to .probe_new()Uwe Kleine-König2022-12-311-11/+11
* rtc: class: Fix potential memleak in devm_rtc_allocate_device()Shang XiaoJing2022-12-311-2/+2
* rtc: rzn1: Check return value in rzn1_rtc_probeYushan Zhou2022-12-311-1/+3
* rtc: cmos: fix build on non-ACPI platformsAlexandre Belloni2022-10-181-0/+3
* rtc: cmos: Fix wake alarm breakageRafael J. Wysocki2022-10-181-3/+8
* 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