index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
rtc-mxc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-13
rtc: mxc: use spin_lock_irqsave instead of spin_lock_irq in IRQ context
Fuqian Huang
1
-2
/
+3
2019-04-29
rtc: mxc: use .set_time
Alexandre Belloni
1
-2
/
+4
2019-04-29
rtc: mxc: set range
Alexandre Belloni
1
-13
/
+17
2019-04-29
rtc: mxc: fix possible race condition
Alexandre Belloni
1
-7
/
+9
2019-04-12
rtc: mxc: use dev_pm_set_wake_irq() to simplify code
Anson Huang
1
-26
/
+6
2019-04-04
rtc: mxc: use devm_platform_ioremap_resource() to simplify code
Anson Huang
1
-3
/
+1
2018-05-22
rtc: mxc: Switch to SPDX identifier
Fabio Estevam
1
-10
/
+3
2018-05-03
rtc: simplify getting .drvdata
Wolfram Sang
1
-14
/
+7
2017-08-24
rtc: mxc: avoid disabling interrupts on device close
Alexandre Belloni
1
-21
/
+0
2017-06-24
rtc: mxc: remove unused variable
Diaz de Grenu, Jose
1
-11
/
+0
2017-01-11
rtc: constify rtc_class_ops structures
Bhumika Goyal
1
-1
/
+1
2016-05-20
rtc: mxc: remove UIE signaling
Wolfram Sang
1
-3
/
+0
2015-08-05
rtc: mxc: add support of device tree
Philippe Reynes
1
-1
/
+18
2015-08-05
rtc: mxc: use a second rtc clock
Philippe Reynes
1
-13
/
+28
2015-06-19
rtc: mxc: Constify platform_device_id
Krzysztof Kozlowski
1
-1
/
+1
2015-04-03
drivers/rtc/mxc: Update driver to address y2038/y2106 issues
Xunlei Pang
1
-4
/
+4
2015-04-03
drivers/rtc/mxc: Convert get_alarm_or_time()/set_alarm_or_time() to use time64_t
Xunlei Pang
1
-15
/
+14
2015-04-03
drivers/rtc/mxc: Modify rtc_update_alarm() not to touch the alarm time
Xunlei Pang
1
-18
/
+4
2014-10-20
rtc: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-01-24
drivers/rtc/rtc-mxc.c: check the return value from clk_prepare_enable()
Fabio Estevam
1
-1
/
+4
2014-01-24
drivers/rtc/rtc-mxc.c: remove unneeded label
Fabio Estevam
1
-4
/
+1
2013-09-12
rtc: simplify devm_request_mem_region/devm_ioremap
Julia Lawall
1
-10
/
+4
2013-07-04
rtc: rtc-mxc: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-4
/
+1
2013-07-04
drivers/rtc/rtc-mxc.c: fix checkpatch error
Sachin Kamat
1
-1
/
+1
2013-04-30
rtc: rtc-mxc: switch to using SIMPLE_DEV_PM_OPS
Jingoo Han
1
-8
/
+3
2013-04-30
rtc: rtc-mxc: use devm_rtc_device_register()
Jingoo Han
1
-3
/
+1
2013-01-04
Drivers: rtc: remove __dev* attributes.
Greg Kroah-Hartman
1
-3
/
+3
2012-10-15
rtc: mxc_rtc: remove cpu_is_xxx by using platform_device_id
Shawn Guo
1
-3
/
+31
2012-10-05
rtc: rtc-mxc: convert to module_platform_driver
Fabio Estevam
1
-15
/
+5
2012-10-05
rtc: rtc-mxc: adapt to the new i.mx clock framework
Fabio Estevam
1
-6
/
+4
2012-07-12
drivers/rtc/rtc-mxc.c: fix irq enabled interrupts warning
Benoît Thébaudeau
1
-2
/
+3
2012-01-11
drivers/rtc/rtc-mxc.c: make alarm work
Yauhen Kharuzhy
1
-53
/
+59
2012-01-11
drivers/rtc/rtc-mxc.c: fix setting time for MX1 SoC
Yauhen Kharuzhy
1
-0
/
+11
2011-05-27
drivers/rtc/rtc-mxc.c: remove defines already included in rtc.h
Wolfram Sang
1
-6
/
+0
2011-05-07
rtc: mxc: Initialize drvdata before registering device
Wolfram Sang
1
-8
/
+11
2011-03-09
RTC: Cleanup rtc_class_ops->update_irq_enable()
John Stultz
1
-7
/
+0
2010-08-11
rtc/rtc-mxc: remove six unused fields
Wan ZongShun
1
-6
/
+0
2010-05-25
rtc-mxc: remove unnecessary clock source for rtc subsystem
Vladimir Zapolskiy
1
-17
/
+8
2010-04-07
rtc-mxc: multiple fixes in rtc-mxc probe method
Vladimir Zapolskiy
1
-13
/
+13
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: mxc: fix memory leak
Alexander Beregalov
1
-2
/
+5
2009-09-23
rtc: add driver for MXC's internal RTC module
Daniel Mack
1
-0
/
+507