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