index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.19.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
rtc-at91sam9.c
Age
Commit message (
Expand
)
Author
2019-10-07
rtc: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-13
rtc: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-04-04
rtc: at91sam9: correct trivial checkpatch warnings
Alexandre Belloni
2019-04-04
rtc: at91sam9: convert to SPDX identifier
Alexandre Belloni
2019-04-04
rtc: at91sam9: switch to rtc_time64_to_tm/rtc_tm_to_time64
Alexandre Belloni
2019-04-04
rtc: at91sam9: set range
Alexandre Belloni
2019-04-04
rtc: at91sam9: convert to devm_rtc_allocate_device
Alexandre Belloni
2019-04-04
rtc: at91sam9: drop platform_data support
Alexandre Belloni
2018-12-10
rtc: at91sam9: Switch to use %ptR
Andy Shevchenko
2018-03-17
rtc: at91sam9: Set name of regmap_config
Jeffy Chen
2016-07-26
rtc: at91sam9: Fix missing spin_lock_init()
Wei Yongjun
2016-05-20
rtc: at91sam9: remove duplicate assignment of variable mr
Colin Ian King
2015-09-05
rtc: at91sam9: remove useless include
Alexandre Belloni
2015-09-05
rtc: at91sam9: include linux/of.h
Alexandre Belloni
2015-09-05
rtc: at91sam9: get sclk rate after enabling it
Alexandre Belloni
2015-09-05
rtc: at91sam9: sort headers alphabetically
Alexandre Belloni
2015-09-05
rtc: at91sam9: remove useless check
Alexandre Belloni
2015-09-05
rtc: at91sam9: properly handle error case
Alexandre Belloni
2015-03-04
rtc: at91sam9: rework wakeup and interrupt handling
Boris BREZILLON
2015-02-13
drivers/rtc/rtc-at91sam9.c: constify struct regmap_config
Krzysztof Kozlowski
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-11-13
rtc: at91sam9: use clk API instead of relying on AT91_SLOW_CLOCK
Boris BREZILLON
2014-11-13
rtc: at91sam9: make use of syscon/regmap to access GPBR registers
Boris BREZILLON
2014-11-13
rtc: at91sam9: add DT support
Boris BREZILLON
2014-11-13
rtc: at91sam9: replace devm_ioremap by devm_ioremap_resource
Boris BREZILLON
2014-11-13
rtc: at91sam9: use standard readl/writel functions instead of raw versions
Boris BREZILLON
2014-11-13
rtc: at91sam9: remove references to mach specific headers
Boris BREZILLON
2014-10-20
rtc: drop owner assignment from platform_drivers
Wolfram Sang
2013-12-20
rtc: at91sam9: include <mach/hardware.h> explicitly
Uwe Kleine-König
2013-07-03
rtc: rtc-at91sam9: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-04-29
rtc: rtc-at91sam9: convert at91_rtc_driver to dev_pm_ops
Jingoo Han
2013-04-29
rtc: rtc-at91sam9: use devm_*() functions
Jingoo Han
2013-01-03
Drivers: rtc: remove __dev* attributes.
Greg Kroah-Hartman
2012-11-06
arm: at91: move platfarm_data to include/linux/platform_data/atmel.h
Jean-Christophe PLAGNIOL-VILLARD
2012-10-06
drivers/rtc/rtc-at91sam9.c: use module_platform_driver() macro
Devendra Naga
2012-08-23
ARM: at91: fix rtc-at91sam9 irq issue due to sparse irq support
Ludovic Desroches
2012-03-27
Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2012-03-23
drivers/rtc: remove IRQF_DISABLED
Yong Zhang
2012-02-23
ARM: at91/rtc-at91sam9: pass the GPBR to use via resources
Jean-Christophe PLAGNIOL-VILLARD
2012-02-23
ARM: at91:rtc/rtc-at91sam9: ioremap register bank
Jean-Christophe PLAGNIOL-VILLARD
2012-02-23
ARM: at91/rtc-at91sam9: each SoC can select the RTT device to use
Jean-Christophe PLAGNIOL-VILLARD
2012-02-13
ARM: at91:rtc/rtc-at91sam9: ioremap register bank
Jean-Christophe PLAGNIOL-VILLARD
2011-03-09
RTC: Clean out UIE icotl implementations
John Stultz
2011-02-25
RTC: fix typo in drivers/rtc/rtc-at91sam9.c
Jelle Martijn Kok
2011-02-03
RTC: Convert rtc drivers to use the alarm_irq_enable method
John Stultz
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-06
rtc-at91sam9: Correct size given to memset
Julia Lawall
2009-03-24
rtc: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2008-12-01
[ARM] 5319/1: AT91: support AT91CAP9 revC CPUs
Stelian Pop
2008-08-07
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
Russell King
[next]