summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2024-12-14rtc: cmos: avoid taking rtc_lock for extended period of timeDmitry Torokhov1-16/+15
2024-12-14rtc: ab-eoz9: don't fail temperature reads on undervoltage notificationMaxime Chevallier1-7/+0
2024-12-14rtc: rzn1: fix BCD to rtc_time conversion errorsWolfram Sang1-4/+4
2024-12-14rtc: check if __rtc_read_time was successful in rtc_timer_do_work()Yongliang Gao1-1/+6
2024-12-14rtc: abx80x: Fix WDT bit position of the status registerNobuhiro Iwamatsu1-1/+1
2024-12-14rtc: st-lpc: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-3/+2
2024-10-17rtc: at91sam9: fix OF node leak in probe() error pathKrzysztof Kozlowski1-0/+1
2024-08-29rtc: nct3018y: fix possible NULL dereferenceAlexandre Belloni1-3/+3
2024-08-03rtc: isl1208: Fix return value of nvmem callbacksJoy Chakraborty1-7/+4
2024-08-03rtc: cmos: Fix return value of nvmem callbacksJoy Chakraborty1-6/+4
2024-08-03rtc: interface: Add RTC offset to alarm after fix-upCsókás, Bence1-4/+5
2024-03-27rtc: mt6397: select IRQ_DOMAIN instead of depending on itRandy Dunlap1-1/+2
2024-03-27rtc: test: Fix invalid format specifier.David Gow1-1/+1
2024-02-01rtc: Extend timeout for waiting for UIP to clear to 1sMario Limonciello2-2/+2
2024-02-01rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello2-11/+32
2024-02-01rtc: mc146818-lib: Adjust failure return code for mc146818_get_time()Mario Limonciello1-1/+1
2024-02-01rtc: Adjust failure return code for cmos_set_alarm()Mario Limonciello1-2/+2
2024-02-01rtc: cmos: Use ACPI alarm for non-Intel x86 systems tooMario Limonciello1-6/+12
2023-11-20rtc: pcf85363: fix wrong mask/val parameters in regmap_update_bits callJavier Carrasco1-1/+1
2023-09-06rtc: ds1685: use EXPORT_SYMBOL_GPL for ds1685_rtc_poweroffChristoph Hellwig1-1/+1
2023-07-19rtc: st-lpc: Release some resources in st_rtc_probe() in case of errorChristophe JAILLET1-1/+1
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