summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-cmos.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rtc-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2021-02-221-12/+5
|\
| * rtc: cmos: Replace spin_lock_irqsave with spin_lock in hard IRQXiaofei Tan2021-02-061-3/+2
| * rtc: cmos: remove cmos_rtc_ops_no_alarmAlexandre Belloni2021-01-161-9/+3
* | rtc: mc146818: Dont test for bit 0-5 in Register DThomas Gleixner2021-02-021-2/+2
* | rtc: mc146818: Detect and handle broken RTCsThomas Gleixner2021-01-271-0/+8
|/
* Merge tag 'rtc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2020-12-201-4/+2
|\
| * rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-1/+1
| * rtc: nvmem: emit an error message when nvmem registration failsBartosz Golaszewski2020-11-191-2/+1
| * rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski2020-11-191-1/+1
| * rtc: nvmem: remove nvram ABIAlexandre Belloni2020-11-191-1/+0
* | ntp: Make the RTC sync offset less obscureThomas Gleixner2020-12-111-1/+1
* | rtc: cmos: Make rtc_cmos sync offset correctThomas Gleixner2020-12-111-0/+3
|/
* rtc: cmos: zero-init wkalrm when reading from CMOSVictor Ding2020-08-211-0/+2
* Merge tag 'rtc-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2020-04-041-2/+3
|\
| * rtc: cmos: Use spin_lock_irqsave() in cmos_interrupt()Ville Syrjälä2020-03-031-2/+3
* | rtc: cmos: remove useless cast for driver_nameCorentin Labbe2020-03-171-1/+1
|/
* rtc: cmos: Refactor code by using the new dmi_get_bios_year() helperAndy Shevchenko2020-01-251-4/+4
* rtc: cmos: Use predefined value for RTC IRQ on legacy x86Andy Shevchenko2020-01-251-1/+1
* rtc: cmos: Stop using shared IRQAndy Shevchenko2020-01-251-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* 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