summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-cmos.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-6/+3
* RTC: Avoid races between RTC alarm wakeup and suspend.NeilBrown2012-08-081-1/+0
* rtc-cmos: report wakeups from interrupt handlerPaul Fox2012-07-171-0/+1
* rtc-cmos / PM: report wakeup event on ACPI RTC alarmDaniel Drake2012-05-291-3/+6
* drivers/rtc: remove IRQF_DISABLEDYong Zhang2012-03-231-1/+1
* drivers/rtc/rtc-cmos.c: fix broken NVRAM bank 2 writingOndrej Zary2012-01-101-1/+1
* treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-3/+3
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-151-0/+45
|\
| * rtc: cmos: Add OF bindingsSebastian Andrzej Siewior2011-02-231-0/+45
* | RTC: Cleanup rtc_class_ops->update_irq_enable()John Stultz2011-03-091-20/+0
* | RTC: Cleanup rtc_class_ops->irq_set_freq()John Stultz2011-03-091-26/+0
* | RTC: Cleanup rtc_class_ops->irq_set_stateJohn Stultz2011-03-091-20/+0
|/
* rtc-cmos: fix suspend/resumePaul Fox2011-01-131-7/+9
* rtc-cmos.c : Fix warning on PowerPCSrikanth Krishnakar2010-11-291-1/+2
* drivers/rtc: remove unneeded ifdef CONFIG_PMChristian Dietrich2010-08-111-6/+0
* rtc-cmos: do dev_set_drvdata() earlier in the initializationDan Carpenter2010-05-251-2/+3
* RTC: rtc-cmos: Fix binary mode supportArnaud Patard2010-05-211-43/+40
* sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-211-2/+4
* rtc_cmos: convert shutdown to new pnp_driver->shutdownOGAWA Hirofumi2010-01-111-6/+3
* RTC: rtc-cmos.c: Fix warning on MIPSWu Zhangjin2009-12-171-1/+2
* rtc-cmos: convert RTC_AIE/RTC_UIE to rtc irq APIHerton Ronaldo Krzesinski2009-12-161-40/+35
* rtc: disable hpet emulation on suspendMaxim Levitsky2009-12-161-1/+2
* rtc: mark if rtc-cmos drivers were successfully registeredThadeu Lima de Souza Cascardo2009-07-291-5/+18
* rtc-cmos: fix printk outputKrzysztof Halasa2009-04-211-11/+9
* rtc: move power of 2 periodic frequency check down into driversJonathan Cameron2009-01-061-0/+3
OpenPOWER on IntegriCloud