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-tegra.c
Age
Commit message (
Expand
)
Author
2021-02-06
rtc: tegra: Replace spin_lock_irqsave with spin_lock in hard IRQ
Xiaofei Tan
2020-11-19
rtc: rework rtc_register_device() resource management
Bartosz Golaszewski
2019-11-27
rtc: tegra: remove set but unused variable
Alexandre Belloni
2019-10-07
rtc: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-21
rtc: remove superfluous error message
Alexandre Belloni
2019-08-13
rtc: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-06-07
rtc: tegra: Drop MODULE_ALIAS
Dmitry Osipenko
2019-06-01
rtc: tegra: Turn into regular driver
Thierry Reding
2019-06-01
rtc: tegra: Use consistent variable names and types
Thierry Reding
2019-06-01
rtc: tegra: checkpatch and miscellaneous cleanups
Thierry Reding
2019-04-08
rtc: tegra: convert to SPDX identifier
Alexandre Belloni
2019-04-08
rtc: tegra: switch to rtc_time64_to_tm/rtc_tm_to_time64
Alexandre Belloni
2019-04-08
rtc: tegra: set range
Alexandre Belloni
2018-12-10
rtc: tegra: Switch to use %ptR
Andy Shevchenko
2018-10-16
rtc: tegra: Propagate errors from platform_get_irq()
Thierry Reding
2018-07-07
headers: separate linux/mod_devicetable.h from linux/platform_device.h
Randy Dunlap
2018-03-02
rtc: tegra: stop validating rtc_time in .set_time
Alexandre Belloni
2017-01-23
rtc: tegra: Implement clock handling
Thierry Reding
2017-01-13
rtc: tegra: Sort includes alphabetically
Thierry Reding
2016-09-02
rtc: constify rtc_class_ops structures
Julia Lawall
2016-07-09
rtc: simplify implementations of read_alarm
Uwe Kleine-König
2015-04-15
rtc: remove use of seq_printf return value
Joe Perches
2014-10-20
rtc: drop owner assignment from platform_drivers
Wolfram Sang
2013-05-18
drivers/rtc: don't check resource with devm_ioremap_resource
Wolfram Sang
2013-04-29
drivers/rtc/rtc-tegra.c: use managed rtc_device_register()
Laxman Dewangan
2013-04-29
drivers/rtc/rtc-tegra.c: set irq name as device name
Laxman Dewangan
2013-04-29
drivers/rtc/rtc-tegra.c: use struct dev_pm_ops for power management
Laxman Dewangan
2013-04-29
drivers/rtc/rtc-tegra.c: protect suspend/resume callbacks with CONFIG_PM_SLEEP
Laxman Dewangan
2013-04-29
rtc: rtc-tegra: use module_platform_driver_probe()
Jingoo Han
2013-04-29
rtc: rtc-tegra: add __init/__exit annotation
Jingoo Han
2013-01-22
rtc: Convert to devm_ioremap_resource()
Thierry Reding
2013-01-04
drivers/rtc/rtc-tegra.c: convert to DT driver
Joseph Lo
2013-01-03
Drivers: rtc: remove __dev* attributes.
Greg Kroah-Hartman
2012-05-29
drivers/rtc/rtc-tegra.c: clean up probe/remove routines
Hannu Heikkinen
2011-07-25
drivers/rtc/rtc-tegra.c: properly initialize spinlock
Uwe Kleine-König
2011-03-22
rtc: add real-time clock driver for NVIDIA Tegra
Andrew Chew