aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-cmos.c
Commit message (Expand)AuthorAge
* rtc: cmos: Do not export alarm rtc_ops when we do not support alarmsHans de Goede2018-11-07
* rtc: cmos: Remove the `use_acpi_alarm' module parameter for !ACPIMaciej W. Rozycki2018-10-04
* rtc: cmos: Fix non-ACPI undefined reference to `hpet_rtc_interrupt'Maciej W. Rozycki2018-10-04
* rtc: cmos: introduce quirks to enable use_acpi_alarm modeZhang Rui2018-04-19
* rtc: cmos: acknowledge ACPI driven wake alarms upon resumeZhang Rui2018-04-19
* rtc: cmos: allow using ACPI for RTC alarm instead of HPETZhang Rui2018-04-19
* Merge tag 'rtc-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2018-04-10
|\
| * rtc: cmos: let the core handle invalid timeAlexandre Belloni2018-03-01
| * rtc: cmos: use generic nvmemAlexandre Belloni2018-03-01
| * rtc: cmos: fix possible race conditionAlexandre Belloni2018-03-01
* | mn10300: Remove the architectureDavid Howells2018-03-09
|/
*-. Merge branches 'pm-sleep' and 'powercap'Rafael J. Wysocki2017-05-22
|\ \
| * | RTC: rtc-cmos: Fix wakeup from suspend-to-idleRafael J. Wysocki2017-05-13
| |/
* / rtc: cmos: Do not assume irq 8 for rtc when there are no legacy irqsHans de Goede2017-04-14
|/
* Merge tag 'rtc-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2016-12-18
|\
| * rtc: cmos: don't refer to asm-generic/rtc.hChristoph Hellwig2016-10-19
| * rtc: cmos: Reject unsupported alarm valuesGabriele Mazzotta2016-10-19
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-12
|\ \
| * | timekeeping: Ignore the bogus sleep time if pm_trace is enabledChen Yu2016-11-29
| |/
* | rtc: cmos: Don't enable interrupts in the middle of the interrupt handlerVille Syrjälä2016-10-20
* | rtc: cmos: remove all __exit_p annotationsLABBE Corentin2016-10-19
|/
* rtc: cmos: avoid unused function warningArnd Bergmann2016-09-22
* rtc: cmos: Restore alarm after resumeGabriele Mazzotta2016-09-21
* rtc: cmos: Clear ACPI-driven alarms upon resumeGabriele Mazzotta2016-09-21
* rtc: cmos: Initialize hpet timer before irq is registeredPratyush Anand2016-09-19
* rtc: simplify implementations of read_alarmUwe Kleine-König2016-07-09
* mn10300: use RTC_DRV_CMOS instead of CONFIG_RTCArnd Bergmann2016-06-25
* rtc: cmos: move mc146818rtc code out of asm-generic/rtc.hArnd Bergmann2016-06-03
* rtc: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-05-20
* rtc: cmos: prevent kernel warning on IRQ flags mismatchAndy Shevchenko2016-01-11
* rtc: cmos: clean up cmos_nvram_read()/cmos_nvram_write()Vladimir Zapolskiy2015-09-05
* rtc: cmos: Revert "rtc-cmos: Add an alarm disable quirk"Adrian Huang2015-09-05
* rtc: cmos: Cancel alarm timer if alarm time is equal to now+1 secondsAdrian Huang2015-09-05
* rtc: use more standard kernel logging stylesJoe Perches2015-04-17
* rtc: remove use of seq_printf return valueJoe Perches2015-04-15
* rtc-cmos: fix wakeup from S5 without CONFIG_PM_SLEEPDaniel Glöckner2014-10-13
* drivers/rtc/rtc-cmos.c: drivers/char/rtc.c features for DECstation supportMaciej W. Rozycki2014-06-06
* drivers/rtc/rtc-cmos.c: fix compilation warning when !CONFIG_PM_SLEEPMika Westerberg2014-04-03
* drivers/rtc/rtc-cmos.c: propagate hpet_register_irq_handler() failureAndrew Morton2014-01-23
* drivers/rtc/rtc-cmos.c: remove superfluous name castGeert Uytterhoeven2014-01-23
* rtc-cmos: Add an alarm disable quirkBorislav Petkov2013-12-23
* drivers/rtc/rtc-cmos.c: use dev_get_platdata()Jingoo Han2013-11-12
* drivers/rtc/rtc-cmos.c: remove redundant dev_set_drvdataSachin Kamat2013-11-12
* rtc: convert rtc-cmos to dev_pm_ops from legacy pm_opsShuah Khan2013-09-11
* drivers/rtc/rtc-cmos.c: work around bios clearing rtc controlDerek Basehore2013-07-03
* drivers/rtc/rtc-cmos.c: fix whitespace related errorsSachin Kamat2013-07-03
* drivers/rtc/rtc-cmos.c: fix accidentally enabling rtc channelDerek Basehore2013-06-12
* drivers/rtc/rtc-cmos.c: don't disable hpet emulation on suspendDerek Basehore2013-04-29
* rtc: rtc-cmos: use dev_warn()/dev_dbg() instead of printk()/pr_debug()Jingoo Han2013-02-21
* drivers/rtc: use of_match_ptr() macroSachin Kamat2013-02-21