index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
rtc-at91sam9.c
Age
Commit message (
Expand
)
Author
2024-09-12
rtc: at91sam9: fix OF node leak in probe() error path
Krzysztof Kozlowski
2023-08-10
rtc: remove redundant of_match_ptr()
Zhu Wang
2023-03-17
rtc: at91sam9: Convert to platform remove callback returning void
Uwe Kleine-König
2021-07-10
rtc: at91sam9: Remove unnecessary offset variable checks
Nobuhiro Iwamatsu
2020-11-19
rtc: rework rtc_register_device() resource management
Bartosz Golaszewski
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
[next]