aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-cmos.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-04Merge tag 'rtc-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 1-2/+3
2020-03-17rtc: cmos: remove useless cast for driver_nameGravatar Corentin Labbe 1-1/+1
2020-03-03rtc: cmos: Use spin_lock_irqsave() in cmos_interrupt()Gravatar Ville Syrjälä 1-2/+3
2020-01-25rtc: cmos: Refactor code by using the new dmi_get_bios_year() helperGravatar Andy Shevchenko 1-4/+4
2020-01-25rtc: cmos: Use predefined value for RTC IRQ on legacy x86Gravatar Andy Shevchenko 1-1/+1
2020-01-25rtc: cmos: Stop using shared IRQGravatar Andy Shevchenko 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-11-07rtc: cmos: Do not export alarm rtc_ops when we do not support alarmsGravatar Hans de Goede 1-4/+12
2018-10-04rtc: cmos: Remove the `use_acpi_alarm' module parameter for !ACPIGravatar Maciej W. Rozycki 1-7/+20
2018-10-04rtc: cmos: Fix non-ACPI undefined reference to `hpet_rtc_interrupt'Gravatar Maciej W. Rozycki 1-1/+1
2018-04-19rtc: cmos: introduce quirks to enable use_acpi_alarm modeGravatar Zhang Rui 1-0/+26
2018-04-19rtc: cmos: acknowledge ACPI driven wake alarms upon resumeGravatar Zhang Rui 1-0/+18
2018-04-19rtc: cmos: allow using ACPI for RTC alarm instead of HPETGravatar Zhang Rui 1-31/+80
2018-04-10Merge tag 'rtc-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Gravatar Linus Torvalds 1-54/+33
2018-03-09mn10300: Remove the architectureGravatar David Howells 1-1/+1
2018-03-01rtc: cmos: let the core handle invalid timeGravatar Alexandre Belloni 1-12/+0
2018-03-01rtc: cmos: use generic nvmemGravatar Alexandre Belloni 1-43/+30
2018-03-01rtc: cmos: fix possible race conditionGravatar Alexandre Belloni 1-4/+8
2017-05-22Merge branches 'pm-sleep' and 'powercap'Gravatar Rafael J. Wysocki 1-1/+1
2017-05-14RTC: rtc-cmos: Fix wakeup from suspend-to-idleGravatar Rafael J. Wysocki 1-1/+1
2017-04-14rtc: cmos: Do not assume irq 8 for rtc when there are no legacy irqsGravatar Hans de Goede 1-4/+13
2016-12-18Merge tag 'rtc-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Gravatar Linus Torvalds 1-3/+72
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+7
2016-11-29timekeeping: Ignore the bogus sleep time if pm_trace is enabledGravatar Chen Yu 1-0/+7
2016-10-20rtc: cmos: Don't enable interrupts in the middle of the interrupt handlerGravatar Ville Syrjälä 1-2/+3
2016-10-19rtc: cmos: don't refer to asm-generic/rtc.hGravatar Christoph Hellwig 1-3/+0
2016-10-19rtc: cmos: Reject unsupported alarm valuesGravatar Gabriele Mazzotta 1-0/+72
2016-10-19rtc: cmos: remove all __exit_p annotationsGravatar LABBE Corentin 1-5/+5
2016-09-22rtc: cmos: avoid unused function warningGravatar Arnd Bergmann 1-17/+4
2016-09-21rtc: cmos: Restore alarm after resumeGravatar Gabriele Mazzotta 1-0/+23
2016-09-21rtc: cmos: Clear ACPI-driven alarms upon resumeGravatar Gabriele Mazzotta 1-0/+47
2016-09-20rtc: cmos: Initialize hpet timer before irq is registeredGravatar Pratyush Anand 1-1/+3
2016-07-09rtc: simplify implementations of read_alarmGravatar Uwe Kleine-König 1-3/+0
2016-06-26mn10300: use RTC_DRV_CMOS instead of CONFIG_RTCGravatar Arnd Bergmann 1-1/+1
2016-06-04rtc: cmos: move mc146818rtc code out of asm-generic/rtc.hGravatar Arnd Bergmann 1-6/+6
2016-05-20rtc: Use IS_ENABLED() instead of checking for built-in or moduleGravatar Javier Martinez Canillas 1-1/+1
2016-01-11rtc: cmos: prevent kernel warning on IRQ flags mismatchGravatar Andy Shevchenko 1-1/+1
2015-09-05rtc: cmos: clean up cmos_nvram_read()/cmos_nvram_write()Gravatar Vladimir Zapolskiy 1-13/+0
2015-09-05rtc: cmos: Revert "rtc-cmos: Add an alarm disable quirk"Gravatar Adrian Huang 1-50/+0
2015-09-05rtc: cmos: Cancel alarm timer if alarm time is equal to now+1 secondsGravatar Adrian Huang 1-4/+60
2015-04-17rtc: use more standard kernel logging stylesGravatar Joe Perches 1-2/+4
2015-04-15rtc: remove use of seq_printf return valueGravatar Joe Perches 1-17/+19
2014-10-14rtc-cmos: fix wakeup from S5 without CONFIG_PM_SLEEPGravatar Daniel Glöckner 1-1/+4
2014-06-06drivers/rtc/rtc-cmos.c: drivers/char/rtc.c features for DECstation supportGravatar Maciej W. Rozycki 1-25/+60
2014-04-03drivers/rtc/rtc-cmos.c: fix compilation warning when !CONFIG_PM_SLEEPGravatar Mika Westerberg 1-5/+3
2014-01-23drivers/rtc/rtc-cmos.c: propagate hpet_register_irq_handler() failureGravatar Andrew Morton 1-4/+2
2014-01-23drivers/rtc/rtc-cmos.c: remove superfluous name castGravatar Geert Uytterhoeven 1-1/+1
2013-12-23rtc-cmos: Add an alarm disable quirkGravatar Borislav Petkov 1-1/+51
2013-11-13drivers/rtc/rtc-cmos.c: use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2013-11-13drivers/rtc/rtc-cmos.c: remove redundant dev_set_drvdataGravatar Sachin Kamat 1-1/+0