index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
rtc-cmos.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-09
rtc: simplify implementations of read_alarm
Uwe Kleine-König
1
-3
/
+0
2016-06-26
mn10300: use RTC_DRV_CMOS instead of CONFIG_RTC
Arnd Bergmann
1
-1
/
+1
2016-06-04
rtc: cmos: move mc146818rtc code out of asm-generic/rtc.h
Arnd Bergmann
1
-6
/
+6
2016-05-20
rtc: Use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
1
-1
/
+1
2016-01-11
rtc: cmos: prevent kernel warning on IRQ flags mismatch
Andy Shevchenko
1
-1
/
+1
2015-09-05
rtc: cmos: clean up cmos_nvram_read()/cmos_nvram_write()
Vladimir Zapolskiy
1
-13
/
+0
2015-09-05
rtc: cmos: Revert "rtc-cmos: Add an alarm disable quirk"
Adrian Huang
1
-50
/
+0
2015-09-05
rtc: cmos: Cancel alarm timer if alarm time is equal to now+1 seconds
Adrian Huang
1
-4
/
+60
2015-04-17
rtc: use more standard kernel logging styles
Joe Perches
1
-2
/
+4
2015-04-16
rtc: remove use of seq_printf return value
Joe Perches
1
-17
/
+19
2014-10-14
rtc-cmos: fix wakeup from S5 without CONFIG_PM_SLEEP
Daniel Glöckner
1
-1
/
+4
2014-06-07
drivers/rtc/rtc-cmos.c: drivers/char/rtc.c features for DECstation support
Maciej W. Rozycki
1
-25
/
+60
2014-04-04
drivers/rtc/rtc-cmos.c: fix compilation warning when !CONFIG_PM_SLEEP
Mika Westerberg
1
-5
/
+3
2014-01-24
drivers/rtc/rtc-cmos.c: propagate hpet_register_irq_handler() failure
Andrew Morton
1
-4
/
+2
2014-01-24
drivers/rtc/rtc-cmos.c: remove superfluous name cast
Geert Uytterhoeven
1
-1
/
+1
2013-12-24
rtc-cmos: Add an alarm disable quirk
Borislav Petkov
1
-1
/
+51
2013-11-13
drivers/rtc/rtc-cmos.c: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-11-13
drivers/rtc/rtc-cmos.c: remove redundant dev_set_drvdata
Sachin Kamat
1
-1
/
+0
2013-09-12
rtc: convert rtc-cmos to dev_pm_ops from legacy pm_ops
Shuah Khan
1
-19
/
+5
2013-07-04
drivers/rtc/rtc-cmos.c: work around bios clearing rtc control
Derek Basehore
1
-13
/
+22
2013-07-04
drivers/rtc/rtc-cmos.c: fix whitespace related errors
Sachin Kamat
1
-3
/
+3
2013-06-13
drivers/rtc/rtc-cmos.c: fix accidentally enabling rtc channel
Derek Basehore
1
-1
/
+3
2013-04-30
drivers/rtc/rtc-cmos.c: don't disable hpet emulation on suspend
Derek Basehore
1
-2
/
+2
2013-02-22
rtc: rtc-cmos: use dev_warn()/dev_dbg() instead of printk()/pr_debug()
Jingoo Han
1
-8
/
+4
2013-02-22
drivers/rtc: use of_match_ptr() macro
Sachin Kamat
1
-2
/
+1
2013-01-04
Drivers: rtc: remove __dev* attributes.
Greg Kroah-Hartman
1
-6
/
+3
2012-08-08
RTC: Avoid races between RTC alarm wakeup and suspend.
NeilBrown
1
-1
/
+0
2012-07-18
rtc-cmos: report wakeups from interrupt handler
Paul Fox
1
-0
/
+1
2012-05-29
rtc-cmos / PM: report wakeup event on ACPI RTC alarm
Daniel Drake
1
-3
/
+6
2012-03-24
drivers/rtc: remove IRQF_DISABLED
Yong Zhang
1
-1
/
+1
2012-01-11
drivers/rtc/rtc-cmos.c: fix broken NVRAM bank 2 writing
Ondrej Zary
1
-1
/
+1
2011-06-10
treewide: Convert uses of struct resource to resource_size(ptr)
Joe Perches
1
-3
/
+3
2011-03-16
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+45
2011-03-09
RTC: Cleanup rtc_class_ops->update_irq_enable()
John Stultz
1
-20
/
+0
2011-03-09
RTC: Cleanup rtc_class_ops->irq_set_freq()
John Stultz
1
-26
/
+0
2011-03-09
RTC: Cleanup rtc_class_ops->irq_set_state
John Stultz
1
-20
/
+0
2011-02-24
rtc: cmos: Add OF bindings
Sebastian Andrzej Siewior
1
-0
/
+45
2011-01-13
rtc-cmos: fix suspend/resume
Paul Fox
1
-7
/
+9
2010-11-29
rtc-cmos.c : Fix warning on PowerPC
Srikanth Krishnakar
1
-1
/
+2
2010-08-11
drivers/rtc: remove unneeded ifdef CONFIG_PM
Christian Dietrich
1
-6
/
+0
2010-05-25
rtc-cmos: do dev_set_drvdata() earlier in the initialization
Dan Carpenter
1
-2
/
+3
2010-05-22
RTC: rtc-cmos: Fix binary mode support
Arnaud Patard
1
-43
/
+40
2010-05-21
sysfs: add struct file* to bin_attr callbacks
Chris Wright
1
-2
/
+4
2010-01-11
rtc_cmos: convert shutdown to new pnp_driver->shutdown
OGAWA Hirofumi
1
-6
/
+3
2009-12-17
RTC: rtc-cmos.c: Fix warning on MIPS
Wu Zhangjin
1
-1
/
+2
2009-12-16
rtc-cmos: convert RTC_AIE/RTC_UIE to rtc irq API
Herton Ronaldo Krzesinski
1
-40
/
+35
2009-12-16
rtc: disable hpet emulation on suspend
Maxim Levitsky
1
-1
/
+2
2009-07-30
rtc: mark if rtc-cmos drivers were successfully registered
Thadeu Lima de Souza Cascardo
1
-5
/
+18
2009-04-22
rtc-cmos: fix printk output
Krzysztof Halasa
1
-11
/
+9
2009-01-07
rtc: move power of 2 periodic frequency check down into drivers
Jonathan Cameron
1
-0
/
+3
[next]