summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-cmos.c
AgeCommit message (Expand)AuthorLines
2025-06-24rtc: cmos: use spin_lock_irqsave in cmos_interruptMateusz Jończyk-4/+6
2025-01-13rtc: Remove hpet_rtc_dropped_irq()Dr. David Alan Gilbert-5/+0
2025-01-09rtc: use boolean values with device_init_wakeup()Wolfram Sang-1/+1
2024-11-10rtc: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-11-01rtc: cmos: avoid taking rtc_lock for extended period of timeDmitry Torokhov-16/+15
2024-06-28rtc: cmos: Fix return value of nvmem callbacksJoy Chakraborty-6/+4
2023-12-17rtc: Extend timeout for waiting for UIP to clear to 1sMario Limonciello-1/+1
2023-12-17rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello-3/+3
2023-12-17rtc: Adjust failure return code for cmos_set_alarm()Mario Limonciello-2/+2
2023-11-17rtc: cmos: Use ACPI alarm for non-Intel x86 systems tooMario Limonciello-6/+12
2023-08-27rtc: cmos: Report supported alarm limit to rtc infrastructureGuenter Roeck-0/+11
2023-03-17rtc: cmos: Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2022-11-15rtc: cmos: Disable ACPI RTC event on removalRafael J. Wysocki-0/+15
2022-11-15rtc: cmos: Rename ACPI-related functionsRafael J. Wysocki-6/+6
2022-11-15rtc: cmos: Eliminate forward declarations of some functionsRafael J. Wysocki-155/+149
2022-11-15rtc: cmos: Call rtc_wake_setup() from cmos_do_probe()Rafael J. Wysocki-16/+12
2022-11-15rtc: cmos: Call cmos_wake_setup() from cmos_do_probe()Rafael J. Wysocki-25/+22
2022-10-18rtc: cmos: fix build on non-ACPI platformsAlexandre Belloni-0/+3
2022-10-18rtc: cmos: Fix wake alarm breakageRafael J. Wysocki-3/+8
2022-10-13rtc: cmos: Fix event handler registration ordering issueRafael J. Wysocki-10/+19
2022-08-08rtc: rtc-cmos: Do not check ACPI_FADT_LOW_POWER_S0Rafael J. Wysocki-3/+0
2021-12-16rtc: cmos: avoid UIP when writing alarm timeMateusz Jończyk-41/+66
2021-12-16rtc: cmos: avoid UIP when reading alarm timeMateusz Jończyk-23/+49
2021-12-16rtc: mc146818-lib: fix RTC presence checkMateusz Jończyk-6/+4
2021-12-16rtc: Check return value from mc146818_get_time()Mateusz Jończyk-1/+8
2021-12-16rtc: cmos: take rtc_lock while reading from CMOSMateusz Jończyk-0/+3
2021-09-14rtc: cmos: Disable irq around direct invocation of cmos_interrupt()Chris Wilson-0/+2
2021-08-17rtc: cmos: remove stale REVISIT commentsMateusz Jończyk-7/+1
2021-02-22Merge tag 'rtc-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds-12/+5
2021-02-06rtc: cmos: Replace spin_lock_irqsave with spin_lock in hard IRQXiaofei Tan-3/+2
2021-02-02rtc: mc146818: Dont test for bit 0-5 in Register DThomas Gleixner-2/+2
2021-01-27rtc: mc146818: Detect and handle broken RTCsThomas Gleixner-0/+8
2021-01-16rtc: cmos: remove cmos_rtc_ops_no_alarmAlexandre Belloni-9/+3
2020-12-20Merge tag 'rtc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds-4/+2
2020-12-11ntp: Make the RTC sync offset less obscureThomas Gleixner-1/+1
2020-12-11rtc: cmos: Make rtc_cmos sync offset correctThomas Gleixner-0/+3
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski-1/+1
2020-11-19rtc: nvmem: emit an error message when nvmem registration failsBartosz Golaszewski-2/+1
2020-11-19rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski-1/+1
2020-11-19rtc: nvmem: remove nvram ABIAlexandre Belloni-1/+0
2020-08-21rtc: cmos: zero-init wkalrm when reading from CMOSVictor Ding-0/+2
2020-04-04Merge tag 'rtc-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds-2/+3
2020-03-17rtc: cmos: remove useless cast for driver_nameCorentin Labbe-1/+1
2020-03-03rtc: cmos: Use spin_lock_irqsave() in cmos_interrupt()Ville Syrjälä-2/+3
2020-01-25rtc: cmos: Refactor code by using the new dmi_get_bios_year() helperAndy Shevchenko-4/+4
2020-01-25rtc: cmos: Use predefined value for RTC IRQ on legacy x86Andy Shevchenko-1/+1
2020-01-25rtc: cmos: Stop using shared IRQAndy Shevchenko-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2018-11-07rtc: cmos: Do not export alarm rtc_ops when we do not support alarmsHans de Goede-4/+12
2018-10-04rtc: cmos: Remove the `use_acpi_alarm' module parameter for !ACPIMaciej W. Rozycki-7/+20