index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
rtc-at91sam9.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-07
rtc: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-08-13
rtc: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-3
/
+1
2019-04-04
rtc: at91sam9: correct trivial checkpatch warnings
Alexandre Belloni
1
-20
/
+20
2019-04-04
rtc: at91sam9: convert to SPDX identifier
Alexandre Belloni
1
-5
/
+1
2019-04-04
rtc: at91sam9: switch to rtc_time64_to_tm/rtc_tm_to_time64
Alexandre Belloni
1
-10
/
+4
2019-04-04
rtc: at91sam9: set range
Alexandre Belloni
1
-0
/
+1
2019-04-04
rtc: at91sam9: convert to devm_rtc_allocate_device
Alexandre Belloni
1
-3
/
+4
2019-04-04
rtc: at91sam9: drop platform_data support
Alexandre Belloni
1
-36
/
+8
2018-12-10
rtc: at91sam9: Switch to use %ptR
Andy Shevchenko
1
-12
/
+4
2018-03-17
rtc: at91sam9: Set name of regmap_config
Jeffy Chen
1
-0
/
+1
2016-07-26
rtc: at91sam9: Fix missing spin_lock_init()
Wei Yongjun
1
-0
/
+1
2016-05-20
rtc: at91sam9: remove duplicate assignment of variable mr
Colin Ian King
1
-1
/
+1
2015-09-05
rtc: at91sam9: remove useless include
Alexandre Belloni
1
-1
/
+0
2015-09-05
rtc: at91sam9: include linux/of.h
Alexandre Belloni
1
-0
/
+1
2015-09-05
rtc: at91sam9: get sclk rate after enabling it
Alexandre Belloni
1
-6
/
+7
2015-09-05
rtc: at91sam9: sort headers alphabetically
Alexandre Belloni
1
-8
/
+8
2015-09-05
rtc: at91sam9: remove useless check
Alexandre Belloni
1
-2
/
+1
2015-09-05
rtc: at91sam9: properly handle error case
Alexandre Belloni
1
-3
/
+10
2015-03-04
rtc: at91sam9: rework wakeup and interrupt handling
Boris BREZILLON
1
-12
/
+61
2015-02-13
drivers/rtc/rtc-at91sam9.c: constify struct regmap_config
Krzysztof Kozlowski
1
-1
/
+1
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-11-13
rtc: at91sam9: use clk API instead of relying on AT91_SLOW_CLOCK
Boris BREZILLON
1
-4
/
+24
2014-11-13
rtc: at91sam9: make use of syscon/regmap to access GPBR registers
Boris BREZILLON
1
-9
/
+55
2014-11-13
rtc: at91sam9: add DT support
Boris BREZILLON
1
-0
/
+9
2014-11-13
rtc: at91sam9: replace devm_ioremap by devm_ioremap_resource
Boris BREZILLON
1
-19
/
+10
2014-11-13
rtc: at91sam9: use standard readl/writel functions instead of raw versions
Boris BREZILLON
1
-4
/
+4
2014-11-13
rtc: at91sam9: remove references to mach specific headers
Boris BREZILLON
1
-4
/
+18
2014-10-20
rtc: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2013-12-20
rtc: at91sam9: include <mach/hardware.h> explicitly
Uwe Kleine-König
1
-1
/
+1
2013-07-03
rtc: rtc-at91sam9: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-14
/
+5
2013-04-29
rtc: rtc-at91sam9: convert at91_rtc_driver to dev_pm_ops
Jingoo Han
1
-13
/
+10
2013-04-29
rtc: rtc-at91sam9: use devm_*() functions
Jingoo Han
1
-22
/
+12
2013-01-03
Drivers: rtc: remove __dev* attributes.
Greg Kroah-Hartman
1
-3
/
+3
2012-11-06
arm: at91: move platfarm_data to include/linux/platform_data/atmel.h
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+1
2012-10-06
drivers/rtc/rtc-at91sam9.c: use module_platform_driver() macro
Devendra Naga
1
-12
/
+1
2012-08-23
ARM: at91: fix rtc-at91sam9 irq issue due to sparse irq support
Ludovic Desroches
1
-7
/
+15
2012-03-27
Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-57
/
+28
2012-03-23
drivers/rtc: remove IRQF_DISABLED
Yong Zhang
1
-1
/
+1
2012-02-23
ARM: at91/rtc-at91sam9: pass the GPBR to use via resources
Jean-Christophe PLAGNIOL-VILLARD
1
-5
/
+19
2012-02-23
ARM: at91:rtc/rtc-at91sam9: ioremap register bank
Jean-Christophe PLAGNIOL-VILLARD
1
-3
/
+10
2012-02-23
ARM: at91/rtc-at91sam9: each SoC can select the RTT device to use
Jean-Christophe PLAGNIOL-VILLARD
1
-52
/
+9
2012-02-13
ARM: at91:rtc/rtc-at91sam9: ioremap register bank
Jean-Christophe PLAGNIOL-VILLARD
1
-3
/
+10
2011-03-09
RTC: Clean out UIE icotl implementations
John Stultz
1
-28
/
+0
2011-02-25
RTC: fix typo in drivers/rtc/rtc-at91sam9.c
Jelle Martijn Kok
1
-1
/
+1
2011-02-03
RTC: Convert rtc drivers to use the alarm_irq_enable method
John Stultz
1
-6
/
+14
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-06
rtc-at91sam9: Correct size given to memset
Julia Lawall
1
-1
/
+1
2009-03-24
rtc: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-2
/
+2
2008-12-01
[ARM] 5319/1: AT91: support AT91CAP9 revC CPUs
Stelian Pop
1
-0
/
+1
2008-08-07
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
Russell King
1
-2
/
+2
[next]