summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2023-05-11rtc: k3: handle errors while enabling wake irqDhruva Gole1-1/+2
2023-05-11rtc: meson-vrtc: Use ktime_get_real_ts64() to get the current timeMartin Blumenstingl1-2/+2
2023-05-11rtc: omap: include header for omap_rtc_power_off_program prototypeKrzysztof Kozlowski1-0/+1
2023-03-11rtc: allow rtc_read_alarm without read_alarm callbackAlexandre Belloni1-1/+1
2023-03-11rtc: sun6i: Always export the internal oscillatorSamuel Holland1-12/+4
2023-03-10rtc: pm8xxx: fix set-alarm raceJohan Hovold1-14/+10
2023-02-09rtc: efi: Enable SET/GET WAKEUP services as optionalShanker Donthineni1-21/+27
2023-02-09rtc: sunplus: fix format string for printing resourceArnd Bergmann1-2/+2
2023-01-07rtc: ds1347: fix value written to century registerIan Abbott1-1/+1
2023-01-04rtc: msc313: Fix function prototype mismatch in msc313_rtc_probe()Kees Cook1-11/+1
2022-12-31rtc: mxc_v2: Add missing clk_disable_unprepare()GUO Zihua1-1/+3
2022-12-31rtc: pcf85063: fix pcf85063_clkout_controlAlexandre Belloni1-1/+1
2022-12-31rtc: pic32: Move devm_rtc_allocate_device earlier in pic32_rtc_probe()Gaosheng Cui1-4/+4
2022-12-31rtc: st-lpc: Add missing clk_disable_unprepare in st_rtc_probe()Gaosheng Cui1-0/+1
2022-12-31rtc: pcf85063: Fix reading alarmAlexander Stein1-4/+4
2022-12-31rtc: snvs: Allow a time difference on clock register readStefan Eichenberger1-2/+14
2022-12-31rtc: cmos: Disable ACPI RTC event on removalRafael J. Wysocki1-0/+15
2022-12-31rtc: cmos: Rename ACPI-related functionsRafael J. Wysocki1-6/+6
2022-12-31rtc: cmos: Eliminate forward declarations of some functionsRafael J. Wysocki1-155/+149
2022-12-31rtc: cmos: Call rtc_wake_setup() from cmos_do_probe()Rafael J. Wysocki1-16/+12
2022-12-31rtc: cmos: Call cmos_wake_setup() from cmos_do_probe()Rafael J. Wysocki1-25/+22
2022-12-31rtc: pcf2127: Convert to .probe_new()Uwe Kleine-König1-11/+11
2022-12-31rtc: class: Fix potential memleak in devm_rtc_allocate_device()Shang XiaoJing1-2/+2
2022-12-31rtc: rzn1: Check return value in rzn1_rtc_probeYushan Zhou1-1/+3
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-15Merge tag 'rtc-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds11-247/+98
2022-10-14rtc: rv3028: Fix codestyle errorsKe Sun1-3/+2
2022-10-14rtc: 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