index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
rtc-at91rm9200.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rtc: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-08-13
1
-3
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-6
/
+1
*
rtc: at91rm9200: Switch to use %ptR
Andy Shevchenko
2018-12-10
1
-11
/
+4
*
rtc: at91rm9200: add range
Alexandre Belloni
2018-05-17
1
-0
/
+2
*
rtc: at91rm9200: fix reading alarm value
Alexandre Belloni
2017-11-10
1
-12
/
+6
*
rtc: at91rm9200: stop calculating yday in at91_rtc_readalarm
Alexandre Belloni
2017-11-10
1
-1
/
+0
*
rtc: at91rm9200: remove race condition
Alexandre Belloni
2017-07-07
1
-6
/
+8
*
rtc: at91rm9200: clear RTC alarm status flag prior to suspending
Wenyou Yang
2015-11-08
1
-0
/
+2
*
rtc: at91rm9200: get and use slow clock
Alexandre Belloni
2015-09-05
1
-3
/
+24
*
rtc: at91rm9200: sort headers alphabetically
Alexandre Belloni
2015-09-05
1
-8
/
+8
*
drivers/rtc/rtc-at91rm9200.c: make IO endian agnostic
Ben Dooks
2015-04-17
1
-2
/
+2
*
rtc: at91rm9200: double locking bug in at91_rtc_interrupt()
Dan Carpenter
2015-03-18
1
-1
/
+1
*
rtc: at91rm9200: rework wakeup and interrupt handling
Boris BREZILLON
2015-03-04
1
-14
/
+48
*
rtc: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irq
Boris BREZILLON
2014-06-06
1
-2
/
+14
*
drivers/rtc/rtc-at91rm9200.c: correct alarm over day/month wrap
Linus Pizunski
2013-12-12
1
-0
/
+2
*
ARM: drivers/rtc/rtc-at91rm9200.c: disable interrupts at shutdown
Johan Hovold
2013-11-21
1
-0
/
+9
*
drivers/rtc/rtc-at91rm9200.c: use devm_* APIs
Sachin Kamat
2013-11-13
1
-21
/
+7
*
rtc: rtc-at91rm9200: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-07-03
1
-1
/
+0
*
drivers/rtc/rtc-at91rm9200.c: include <linux/uaccess.h>
Sachin Kamat
2013-07-03
1
-2
/
+1
*
rtc-at91rm9200: use shadow IMR on at91sam9x5
Johan Hovold
2013-06-12
1
-0
/
+7
*
rtc-at91rm9200: add shadow interrupt mask
Johan Hovold
2013-06-12
1
-1
/
+38
*
rtc-at91rm9200: refactor interrupt-register handling
Johan Hovold
2013-06-12
1
-14
/
+29
*
rtc-at91rm9200: add configuration support
Johan Hovold
2013-06-12
1
-8
/
+38
*
rtc-at91rm9200: add match-table compile guard
Johan Hovold
2013-06-12
1
-0
/
+2
*
drivers/rtc/rtc-at91rm9200.c: fix missing iounmap
Johan Hovold
2013-04-29
1
-3
/
+11
*
drivers/rtc/rtc-at91rm9200.c: add DT support
Joachim Eastwood
2013-04-29
1
-0
/
+9
*
rtc: rtc-at91rm9200: switch to using SIMPLE_DEV_PM_OPS
Jingoo Han
2013-04-29
1
-12
/
+4
*
rtc: rtc-at91rm9200: use module_platform_driver_probe()
Jingoo Han
2013-04-29
1
-12
/
+1
*
Revert "drivers/rtc/rtc-at91rm9200.c: use a variable for storing IMR"
Johan Hovold
2013-04-05
1
-31
/
+19
*
drivers/rtc/rtc-at91rm9200.c: use a variable for storing IMR
Nicolas Ferre
2013-03-22
1
-19
/
+31
*
rtc: rtc-at91rm9200: use dev_dbg()/dev_err() instead of printk()/pr_debug()
Jingoo Han
2013-02-21
1
-9
/
+8
*
arm: at91: move at91rm9200 rtc header in drivers/rtc
Jean-Christophe PLAGNIOL-VILLARD
2012-11-06
1
-1
/
+1
*
ARM: at91: fix new build errors
Arnd Bergmann
2012-07-04
1
-0
/
+1
*
ARM: at91: make rm9200 rtc drivers soc independent
Jean-Christophe PLAGNIOL-VILLARD
2011-11-28
1
-38
/
+63
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
*
RTC: Clean out UIE icotl implementations
John Stultz
2011-03-09
1
-28
/
+0
*
RTC: Convert rtc drivers to use the alarm_irq_enable method
John Stultz
2011-02-03
1
-7
/
+13
*
rtc: at91rm9200 fixes
David Brownell
2009-09-23
1
-9
/
+15
*
drivers/rtc/: use bcd2bin/bin2bcd
Adrian Bunk
2008-10-20
1
-21
/
+21
*
rtc-at91rm9200: remove now-unneeded code
Andrew Victor
2008-10-16
1
-3
/
+1
*
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
Russell King
2008-08-07
1
-1
/
+1
*
rtc-at91rm9200: avoid spurious irqs
David Brownell
2008-07-24
1
-10
/
+6
*
[RTC] remove unused asm/rtc.h includes from ARM RTC drivers
Russell King
2008-05-22
1
-2
/
+0
*
[RTC] remove references to asm/mach/time.h
Russell King
2008-05-22
1
-2
/
+0
*
rtc: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-28
1
-6
/
+6
*
rtc: fix platform driver hotplug/coldplug
Kay Sievers
2008-04-11
1
-0
/
+1
*
rtc: suspend()/resume() restores system clock
David Brownell
2007-05-08
1
-30
/
+0
*
rtc: rtc interfaces don't use class_device
David Brownell
2007-05-08
1
-1
/
+1
*
[PATCH] at91_rtc updates
David Brownell
2007-02-20
1
-6
/
+13
[next]