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-mxc.c
Age
Commit message (
Expand
)
Author
2022-06-01
rtc: mxc: Silence a clang warning
Fabio Estevam
2021-03-16
rtc: mxc: Remove unneeded of_match_ptr()
Fabio Estevam
2021-02-06
rtc: mxc: Replace spin_lock_irqsave with spin_lock in hard IRQ
Xiaofei Tan
2020-11-19
rtc: rework rtc_register_device() resource management
Bartosz Golaszewski
2020-11-17
rtc: mxc: use of_device_get_match_data
Alexandre Belloni
2020-11-17
rtc: mxc: Convert the driver to DT-only
Fabio Estevam
2020-03-22
rtc: mxc: Use devm_add_action_or_reset() for calls to clk_disable_unprepare()
Anson Huang
2019-08-12
rtc: mxc: use spin_lock_irqsave instead of spin_lock_irq in IRQ context
Fuqian Huang
2019-04-29
rtc: mxc: use .set_time
Alexandre Belloni
2019-04-29
rtc: mxc: set range
Alexandre Belloni
2019-04-29
rtc: mxc: fix possible race condition
Alexandre Belloni
2019-04-11
rtc: mxc: use dev_pm_set_wake_irq() to simplify code
Anson Huang
2019-04-04
rtc: mxc: use devm_platform_ioremap_resource() to simplify code
Anson Huang
2018-05-22
rtc: mxc: Switch to SPDX identifier
Fabio Estevam
2018-05-03
rtc: simplify getting .drvdata
Wolfram Sang
2017-08-24
rtc: mxc: avoid disabling interrupts on device close
Alexandre Belloni
2017-06-24
rtc: mxc: remove unused variable
Diaz de Grenu, Jose
2017-01-11
rtc: constify rtc_class_ops structures
Bhumika Goyal
2016-05-20
rtc: mxc: remove UIE signaling
Wolfram Sang
2015-08-05
rtc: mxc: add support of device tree
Philippe Reynes
2015-08-05
rtc: mxc: use a second rtc clock
Philippe Reynes
2015-06-19
rtc: mxc: Constify platform_device_id
Krzysztof Kozlowski
2015-04-03
drivers/rtc/mxc: Update driver to address y2038/y2106 issues
Xunlei Pang
2015-04-03
drivers/rtc/mxc: Convert get_alarm_or_time()/set_alarm_or_time() to use time64_t
Xunlei Pang
2015-04-03
drivers/rtc/mxc: Modify rtc_update_alarm() not to touch the alarm time
Xunlei Pang
2014-10-20
rtc: drop owner assignment from platform_drivers
Wolfram Sang
2014-01-23
drivers/rtc/rtc-mxc.c: check the return value from clk_prepare_enable()
Fabio Estevam
2014-01-23
drivers/rtc/rtc-mxc.c: remove unneeded label
Fabio Estevam
2013-09-11
rtc: simplify devm_request_mem_region/devm_ioremap
Julia Lawall
2013-07-03
rtc: rtc-mxc: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-07-03
drivers/rtc/rtc-mxc.c: fix checkpatch error
Sachin Kamat
2013-04-29
rtc: rtc-mxc: switch to using SIMPLE_DEV_PM_OPS
Jingoo Han
2013-04-29
rtc: rtc-mxc: use devm_rtc_device_register()
Jingoo Han
2013-01-03
Drivers: rtc: remove __dev* attributes.
Greg Kroah-Hartman
2012-10-15
rtc: mxc_rtc: remove cpu_is_xxx by using platform_device_id
Shawn Guo
2012-10-06
rtc: rtc-mxc: convert to module_platform_driver
Fabio Estevam
2012-10-06
rtc: rtc-mxc: adapt to the new i.mx clock framework
Fabio Estevam
2012-07-11
drivers/rtc/rtc-mxc.c: fix irq enabled interrupts warning
Benoît Thébaudeau
2012-01-10
drivers/rtc/rtc-mxc.c: make alarm work
Yauhen Kharuzhy
2012-01-10
drivers/rtc/rtc-mxc.c: fix setting time for MX1 SoC
Yauhen Kharuzhy
2011-05-26
drivers/rtc/rtc-mxc.c: remove defines already included in rtc.h
Wolfram Sang
2011-05-06
rtc: mxc: Initialize drvdata before registering device
Wolfram Sang
2011-03-09
RTC: Cleanup rtc_class_ops->update_irq_enable()
John Stultz
2010-08-11
rtc/rtc-mxc: remove six unused fields
Wan ZongShun
2010-05-25
rtc-mxc: remove unnecessary clock source for rtc subsystem
Vladimir Zapolskiy
2010-04-07
rtc-mxc: multiple fixes in rtc-mxc probe method
Vladimir Zapolskiy
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-06
rtc: mxc: fix memory leak
Alexander Beregalov
2009-09-23
rtc: add driver for MXC's internal RTC module
Daniel Mack