| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-06-24 | rtc: cmos: use spin_lock_irqsave in cmos_interrupt | Mateusz Jończyk | 1 | -4/+6 |
| 2025-01-13 | rtc: Remove hpet_rtc_dropped_irq() | Dr. David Alan Gilbert | 1 | -5/+0 |
| 2025-01-09 | rtc: use boolean values with device_init_wakeup() | Wolfram Sang | 1 | -1/+1 |
| 2024-11-10 | rtc: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2024-11-01 | rtc: cmos: avoid taking rtc_lock for extended period of time | Dmitry Torokhov | 1 | -16/+15 |
| 2024-06-28 | rtc: cmos: Fix return value of nvmem callbacks | Joy Chakraborty | 1 | -6/+4 |
| 2023-12-17 | rtc: Extend timeout for waiting for UIP to clear to 1s | Mario Limonciello | 1 | -1/+1 |
| 2023-12-17 | rtc: Add support for configuring the UIP timeout for RTC reads | Mario Limonciello | 1 | -3/+3 |
| 2023-12-17 | rtc: Adjust failure return code for cmos_set_alarm() | Mario Limonciello | 1 | -2/+2 |
| 2023-11-17 | rtc: cmos: Use ACPI alarm for non-Intel x86 systems too | Mario Limonciello | 1 | -6/+12 |
| 2023-08-27 | rtc: cmos: Report supported alarm limit to rtc infrastructure | Guenter Roeck | 1 | -0/+11 |
| 2023-03-17 | rtc: cmos: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -3/+2 |
| 2022-11-15 | rtc: cmos: Disable ACPI RTC event on removal | Rafael J. Wysocki | 1 | -0/+15 |
| 2022-11-15 | rtc: cmos: Rename ACPI-related functions | Rafael J. Wysocki | 1 | -6/+6 |
| 2022-11-15 | rtc: cmos: Eliminate forward declarations of some functions | Rafael J. Wysocki | 1 | -155/+149 |
| 2022-11-15 | rtc: cmos: Call rtc_wake_setup() from cmos_do_probe() | Rafael J. Wysocki | 1 | -16/+12 |
| 2022-11-15 | rtc: cmos: Call cmos_wake_setup() from cmos_do_probe() | Rafael J. Wysocki | 1 | -25/+22 |
| 2022-10-18 | rtc: cmos: fix build on non-ACPI platforms | Alexandre Belloni | 1 | -0/+3 |
| 2022-10-18 | rtc: cmos: Fix wake alarm breakage | Rafael J. Wysocki | 1 | -3/+8 |
| 2022-10-13 | rtc: cmos: Fix event handler registration ordering issue | Rafael J. Wysocki | 1 | -10/+19 |
| 2022-08-08 | rtc: rtc-cmos: Do not check ACPI_FADT_LOW_POWER_S0 | Rafael J. Wysocki | 1 | -3/+0 |
| 2021-12-16 | rtc: cmos: avoid UIP when writing alarm time | Mateusz Jończyk | 1 | -41/+66 |
| 2021-12-16 | rtc: cmos: avoid UIP when reading alarm time | Mateusz Jończyk | 1 | -23/+49 |
| 2021-12-16 | rtc: mc146818-lib: fix RTC presence check | Mateusz Jończyk | 1 | -6/+4 |
| 2021-12-16 | rtc: Check return value from mc146818_get_time() | Mateusz Jończyk | 1 | -1/+8 |
| 2021-12-16 | rtc: cmos: take rtc_lock while reading from CMOS | Mateusz Jończyk | 1 | -0/+3 |
| 2021-09-14 | rtc: cmos: Disable irq around direct invocation of cmos_interrupt() | Chris Wilson | 1 | -0/+2 |
| 2021-08-17 | rtc: cmos: remove stale REVISIT comments | Mateusz Jończyk | 1 | -7/+1 |
| 2021-02-22 | Merge tag 'rtc-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 1 | -12/+5 |
| 2021-02-06 | rtc: cmos: Replace spin_lock_irqsave with spin_lock in hard IRQ | Xiaofei Tan | 1 | -3/+2 |
| 2021-02-02 | rtc: mc146818: Dont test for bit 0-5 in Register D | Thomas Gleixner | 1 | -2/+2 |
| 2021-01-27 | rtc: mc146818: Detect and handle broken RTCs | Thomas Gleixner | 1 | -0/+8 |
| 2021-01-16 | rtc: cmos: remove cmos_rtc_ops_no_alarm | Alexandre Belloni | 1 | -9/+3 |
| 2020-12-20 | Merge tag 'rtc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 1 | -4/+2 |
| 2020-12-11 | ntp: Make the RTC sync offset less obscure | Thomas Gleixner | 1 | -1/+1 |
| 2020-12-11 | rtc: cmos: Make rtc_cmos sync offset correct | Thomas Gleixner | 1 | -0/+3 |
| 2020-11-19 | rtc: rework rtc_register_device() resource management | Bartosz Golaszewski | 1 | -1/+1 |
| 2020-11-19 | rtc: nvmem: emit an error message when nvmem registration fails | Bartosz Golaszewski | 1 | -2/+1 |
| 2020-11-19 | rtc: add devm_ prefix to rtc_nvmem_register() | Bartosz Golaszewski | 1 | -1/+1 |
| 2020-11-19 | rtc: nvmem: remove nvram ABI | Alexandre Belloni | 1 | -1/+0 |
| 2020-08-21 | rtc: cmos: zero-init wkalrm when reading from CMOS | Victor Ding | 1 | -0/+2 |
| 2020-04-04 | Merge tag 'rtc-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni... | Linus Torvalds | 1 | -2/+3 |
| 2020-03-17 | rtc: cmos: remove useless cast for driver_name | Corentin Labbe | 1 | -1/+1 |
| 2020-03-03 | rtc: cmos: Use spin_lock_irqsave() in cmos_interrupt() | Ville Syrjälä | 1 | -2/+3 |
| 2020-01-25 | rtc: cmos: Refactor code by using the new dmi_get_bios_year() helper | Andy Shevchenko | 1 | -4/+4 |
| 2020-01-25 | rtc: cmos: Use predefined value for RTC IRQ on legacy x86 | Andy Shevchenko | 1 | -1/+1 |
| 2020-01-25 | rtc: cmos: Stop using shared IRQ | Andy Shevchenko | 1 | -1/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
| 2018-11-07 | rtc: cmos: Do not export alarm rtc_ops when we do not support alarms | Hans de Goede | 1 | -4/+12 |
| 2018-10-04 | rtc: cmos: Remove the `use_acpi_alarm' module parameter for !ACPI | Maciej W. Rozycki | 1 | -7/+20 |
| 2018-10-04 | rtc: cmos: Fix non-ACPI undefined reference to `hpet_rtc_interrupt' | Maciej W. Rozycki | 1 | -1/+1 |
| 2018-04-19 | rtc: cmos: introduce quirks to enable use_acpi_alarm mode | Zhang Rui | 1 | -0/+26 |
| 2018-04-19 | rtc: cmos: acknowledge ACPI driven wake alarms upon resume | Zhang Rui | 1 | -0/+18 |
| 2018-04-19 | rtc: cmos: allow using ACPI for RTC alarm instead of HPET | Zhang Rui | 1 | -31/+80 |
| 2018-04-10 | Merge tag 'rtc-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 1 | -54/+33 |
| 2018-03-09 | mn10300: Remove the architecture | David Howells | 1 | -1/+1 |
| 2018-03-01 | rtc: cmos: let the core handle invalid time | Alexandre Belloni | 1 | -12/+0 |
| 2018-03-01 | rtc: cmos: use generic nvmem | Alexandre Belloni | 1 | -43/+30 |
| 2018-03-01 | rtc: cmos: fix possible race condition | Alexandre Belloni | 1 | -4/+8 |
| 2017-05-22 | Merge branches 'pm-sleep' and 'powercap' | Rafael J. Wysocki | 1 | -1/+1 |
| 2017-05-14 | RTC: rtc-cmos: Fix wakeup from suspend-to-idle | Rafael J. Wysocki | 1 | -1/+1 |
| 2017-04-14 | rtc: cmos: Do not assume irq 8 for rtc when there are no legacy irqs | Hans de Goede | 1 | -4/+13 |
| 2016-12-18 | Merge tag 'rtc-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 1 | -3/+72 |
| 2016-12-12 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+7 |
| 2016-11-29 | timekeeping: Ignore the bogus sleep time if pm_trace is enabled | Chen Yu | 1 | -0/+7 |
| 2016-10-20 | rtc: cmos: Don't enable interrupts in the middle of the interrupt handler | Ville Syrjälä | 1 | -2/+3 |
| 2016-10-19 | rtc: cmos: don't refer to asm-generic/rtc.h | Christoph Hellwig | 1 | -3/+0 |
| 2016-10-19 | rtc: cmos: Reject unsupported alarm values | Gabriele Mazzotta | 1 | -0/+72 |
| 2016-10-19 | rtc: cmos: remove all __exit_p annotations | LABBE Corentin | 1 | -5/+5 |
| 2016-09-22 | rtc: cmos: avoid unused function warning | Arnd Bergmann | 1 | -17/+4 |
| 2016-09-21 | rtc: cmos: Restore alarm after resume | Gabriele Mazzotta | 1 | -0/+23 |
| 2016-09-21 | rtc: cmos: Clear ACPI-driven alarms upon resume | Gabriele Mazzotta | 1 | -0/+47 |
| 2016-09-20 | rtc: cmos: Initialize hpet timer before irq is registered | Pratyush Anand | 1 | -1/+3 |
| 2016-07-09 | rtc: simplify implementations of read_alarm | Uwe Kleine-König | 1 | -3/+0 |
| 2016-06-26 | mn10300: use RTC_DRV_CMOS instead of CONFIG_RTC | Arnd Bergmann | 1 | -1/+1 |
| 2016-06-04 | rtc: cmos: move mc146818rtc code out of asm-generic/rtc.h | Arnd Bergmann | 1 | -6/+6 |
| 2016-05-20 | rtc: Use IS_ENABLED() instead of checking for built-in or module | Javier Martinez Canillas | 1 | -1/+1 |
| 2016-01-11 | rtc: cmos: prevent kernel warning on IRQ flags mismatch | Andy Shevchenko | 1 | -1/+1 |
| 2015-09-05 | rtc: cmos: clean up cmos_nvram_read()/cmos_nvram_write() | Vladimir Zapolskiy | 1 | -13/+0 |
| 2015-09-05 | rtc: cmos: Revert "rtc-cmos: Add an alarm disable quirk" | Adrian Huang | 1 | -50/+0 |
| 2015-09-05 | rtc: cmos: Cancel alarm timer if alarm time is equal to now+1 seconds | Adrian Huang | 1 | -4/+60 |
| 2015-04-17 | rtc: use more standard kernel logging styles | Joe Perches | 1 | -2/+4 |
| 2015-04-15 | rtc: remove use of seq_printf return value | Joe Perches | 1 | -17/+19 |
| 2014-10-14 | rtc-cmos: fix wakeup from S5 without CONFIG_PM_SLEEP | Daniel Glöckner | 1 | -1/+4 |
| 2014-06-06 | drivers/rtc/rtc-cmos.c: drivers/char/rtc.c features for DECstation support | Maciej W. Rozycki | 1 | -25/+60 |
| 2014-04-03 | drivers/rtc/rtc-cmos.c: fix compilation warning when !CONFIG_PM_SLEEP | Mika Westerberg | 1 | -5/+3 |
| 2014-01-23 | drivers/rtc/rtc-cmos.c: propagate hpet_register_irq_handler() failure | Andrew Morton | 1 | -4/+2 |
| 2014-01-23 | drivers/rtc/rtc-cmos.c: remove superfluous name cast | Geert Uytterhoeven | 1 | -1/+1 |
| 2013-12-23 | rtc-cmos: Add an alarm disable quirk | Borislav Petkov | 1 | -1/+51 |
| 2013-11-13 | drivers/rtc/rtc-cmos.c: use dev_get_platdata() | Jingoo Han | 1 | -1/+1 |
| 2013-11-13 | drivers/rtc/rtc-cmos.c: remove redundant dev_set_drvdata | Sachin Kamat | 1 | -1/+0 |
| 2013-09-11 | rtc: convert rtc-cmos to dev_pm_ops from legacy pm_ops | Shuah Khan | 1 | -19/+5 |
| 2013-07-03 | drivers/rtc/rtc-cmos.c: work around bios clearing rtc control | Derek Basehore | 1 | -13/+22 |
| 2013-07-03 | drivers/rtc/rtc-cmos.c: fix whitespace related errors | Sachin Kamat | 1 | -3/+3 |
| 2013-06-12 | drivers/rtc/rtc-cmos.c: fix accidentally enabling rtc channel | Derek Basehore | 1 | -1/+3 |
| 2013-04-29 | drivers/rtc/rtc-cmos.c: don't disable hpet emulation on suspend | Derek Basehore | 1 | -2/+2 |
| 2013-02-21 | rtc: rtc-cmos: use dev_warn()/dev_dbg() instead of printk()/pr_debug() | Jingoo Han | 1 | -8/+4 |
| 2013-02-21 | drivers/rtc: use of_match_ptr() macro | Sachin Kamat | 1 | -2/+1 |
| 2013-01-03 | Drivers: rtc: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -6/+3 |
| 2012-08-08 | RTC: Avoid races between RTC alarm wakeup and suspend. | NeilBrown | 1 | -1/+0 |
| 2012-07-17 | rtc-cmos: report wakeups from interrupt handler | Paul Fox | 1 | -0/+1 |
| 2012-05-29 | rtc-cmos / PM: report wakeup event on ACPI RTC alarm | Daniel Drake | 1 | -3/+6 |
| 2012-03-23 | drivers/rtc: remove IRQF_DISABLED | Yong Zhang | 1 | -1/+1 |
| 2012-01-10 | drivers/rtc/rtc-cmos.c: fix broken NVRAM bank 2 writing | Ondrej Zary | 1 | -1/+1 |
| 2011-06-10 | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches | 1 | -3/+3 |
| 2011-03-15 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+45 |
| 2011-03-09 | RTC: Cleanup rtc_class_ops->update_irq_enable() | John Stultz | 1 | -20/+0 |
| 2011-03-09 | RTC: Cleanup rtc_class_ops->irq_set_freq() | John Stultz | 1 | -26/+0 |
| 2011-03-09 | RTC: Cleanup rtc_class_ops->irq_set_state | John Stultz | 1 | -20/+0 |
| 2011-02-23 | rtc: cmos: Add OF bindings | Sebastian Andrzej Siewior | 1 | -0/+45 |
| 2011-01-13 | rtc-cmos: fix suspend/resume | Paul Fox | 1 | -7/+9 |
| 2010-11-29 | rtc-cmos.c : Fix warning on PowerPC | Srikanth Krishnakar | 1 | -1/+2 |
| 2010-08-11 | drivers/rtc: remove unneeded ifdef CONFIG_PM | Christian Dietrich | 1 | -6/+0 |
| 2010-05-25 | rtc-cmos: do dev_set_drvdata() earlier in the initialization | Dan Carpenter | 1 | -2/+3 |
| 2010-05-21 | RTC: rtc-cmos: Fix binary mode support | Arnaud Patard | 1 | -43/+40 |
| 2010-05-21 | sysfs: add struct file* to bin_attr callbacks | Chris Wright | 1 | -2/+4 |
| 2010-01-11 | rtc_cmos: convert shutdown to new pnp_driver->shutdown | OGAWA Hirofumi | 1 | -6/+3 |
| 2009-12-17 | RTC: rtc-cmos.c: Fix warning on MIPS | Wu Zhangjin | 1 | -1/+2 |
| 2009-12-16 | rtc-cmos: convert RTC_AIE/RTC_UIE to rtc irq API | Herton Ronaldo Krzesinski | 1 | -40/+35 |
| 2009-12-16 | rtc: disable hpet emulation on suspend | Maxim Levitsky | 1 | -1/+2 |
| 2009-07-29 | rtc: mark if rtc-cmos drivers were successfully registered | Thadeu Lima de Souza Cascardo | 1 | -5/+18 |
| 2009-04-21 | rtc-cmos: fix printk output | Krzysztof Halasa | 1 | -11/+9 |
| 2009-01-06 | rtc: move power of 2 periodic frequency check down into drivers | Jonathan Cameron | 1 | -0/+3 |
| 2009-01-06 | rtc: bunch of drivers: fix 'no irq' case handing | Anton Vorontsov | 1 | -1/+1 |
| 2009-01-06 | rtc: struct device: replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -5/+5 |
| 2008-11-06 | rtc-cmos: fix boot log message | Frans Pop | 1 | -1/+1 |
| 2008-10-20 | x86: sysfs: kill owner field from attribute | Parag Warudkar | 1 | -1/+0 |
| 2008-10-20 | drivers/rtc/: use bcd2bin/bin2bcd | Adrian Bunk | 1 | -10/+10 |
| 2008-10-20 | rtc-cmos: export second NVRAM bank | David Brownell | 1 | -7/+63 |
| 2008-10-14 | rtc-cmos: look for PNP RTC first, then for platform RTC | Bjorn Helgaas | 1 | -15/+18 |
| 2008-10-14 | rtc-cmos: move wake setup from ACPI glue into RTC driver | Bjorn Helgaas | 1 | -0/+89 |
| 2008-09-16 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp... | David S. Miller | 1 | -6/+32 |
| 2008-09-02 | rtc-cmos: wake again from S5 | Rafael J. Wysocki | 1 | -6/+32 |
| 2008-08-29 | rtc: Allow RTC_DRV_CMOS to be used on SPARC. | David S. Miller | 1 | -2/+3 |
| 2008-07-24 | rtc-cmos: avoid spurious irqs | David Brownell | 1 | -77/+63 |
| 2008-07-24 | rtc-cmos: improve HPET IRQ glue | David Brownell | 1 | -62/+131 |
| 2008-07-24 | rtc: remove and clarify unneeded externs | Carlos R. Mafra | 1 | -1/+4 |
| 2008-06-12 | provide rtc_cmos platform device | Stas Sergeev | 1 | -15/+16 |
| 2008-04-29 | rtc: dont reference pnp_resource_table directly | Bjorn Helgaas | 1 | -3/+4 |
| 2008-04-15 | rtc: fix the error in the function of cmos_set_alarm | Zhao Yakui | 1 | -3/+2 |
| 2008-04-11 | rtc: fix platform driver hotplug/coldplug | Kay Sievers | 1 | -0/+3 |
| 2008-02-23 | rtc-cmos: display HPET emulation mode | David Brownell | 1 | -0/+2 |
| 2008-02-06 | rtc: add HPET RTC emulation to RTC_DRV_CMOS | Bernhard Walle | 1 | -13/+69 |
| 2008-02-06 | rtc-cmos alarm acts as oneshot | David Brownell | 1 | -1/+13 |
| 2008-02-06 | rtc-cmos: export nvram in sysfs | David Brownell | 1 | -12/+117 |
| 2007-11-04 | rtc: ignore msb when reading back mday from alarm | Mark Lord | 1 | -1/+2 |
| 2007-10-16 | rtc-cmos probe() cleanup | David Brownell | 1 | -25/+31 |
| 2007-10-16 | rtc_irq_set_freq() requires power-of-two and associated kerneldoc | David Brownell | 1 | -5/+3 |
| 2007-07-19 | RTC: add periodic irq support to rtc-cmos | Alessandro Zummo | 1 | -2/+31 |
| 2007-06-01 | RTC: use fallback IRQ if PNP tables don't provide one | Matthew Garrett | 1 | -3/+10 |
| 2007-05-08 | rtc-cmos: make it load on PNPBIOS systems | Marko Vrh | 1 | -9/+9 |
| 2007-05-08 | rtc-cmos wakeup interface | David Brownell | 1 | -10/+27 |
| 2007-05-08 | rtc: remove rest of class_device | David Brownell | 1 | -6/+6 |
| 2007-05-08 | rtc: rtc interfaces don't use class_device | David Brownell | 1 | -6/+6 |
| 2007-04-02 | [PATCH] rtc-cmos lockdep fix, irq updates | David Brownell | 1 | -17/+33 |
| 2007-02-11 | [PATCH] RTC framework driver for CMOS RTCs | David Brownell | 1 | -0/+725 |