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