index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
rtc-mpc5121.c
Age
Commit message (
Expand
)
Author
2020-11-19
rtc: rework rtc_register_device() resource management
Bartosz Golaszewski
2020-05-30
rtc: mpc5121: Use correct return value for mpc5121_rtc_probe()
Tiezhu Yang
2020-03-16
rtc: mpc5121: switch to rtc_time64_to_tm/rtc_tm_to_time64
Alexandre Belloni
2020-03-16
rtc: mpc5121: set range
Alexandre Belloni
2020-03-16
rtc: mpc5121: convert to devm_rtc_allocate_device
Alexandre Belloni
2020-03-16
rtc: mpc5121: simplify probe
Alexandre Belloni
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2018-03-01
rtc: stop validating rtc_time after rtc_time_to_tm
Alexandre Belloni
2015-09-05
rtc: Fix module autoload for OF platform drivers
Javier Martinez Canillas
2014-10-20
rtc: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-14
rtc: make of_device_ids const
Uwe Kleine-König
2013-10-09
drivers: clean-up prom.h implicit includes
Rob Herring
2013-07-03
drivers/rtc/rtc-mpc5121.c: use platform_{get,set}_drvdata()
Jingoo Han
2013-07-03
rtc: rtc-mpc5121: use devm_*() functions
Jingoo Han
2013-07-03
drivers/rtc/rtc-mpc5121.c: remove space before tab
Sachin Kamat
2013-02-21
drivers/rtc: use of_match_ptr() macro
Sachin Kamat
2013-01-03
Drivers: rtc: remove __dev* attributes.
Greg Kroah-Hartman
2012-04-26
rtc: Fix possible null pointer dereference in rtc-mpc5121.c
John Stultz
2012-03-29
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2012-03-23
drivers/rtc: remove IRQF_DISABLED
Yong Zhang
2012-03-15
rtc: Provide flag for rtc devices that don't support UIE
John Stultz
2012-01-10
rtc: convert drivers/rtc/* to use module_platform_driver()
Axel Lin
2011-07-25
drivers/rtc/rtc-mpc5121.c: add support for RTC on MPC5200
Dmitry Eremin-Solenikov
2011-03-16
Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2011-03-09
RTC: Cleanup rtc_class_ops->update_irq_enable()
John Stultz
2011-02-28
dt: Eliminate of_platform_{,un}register_driver
Grant Likely
2010-08-06
of/device: Replace struct of_device with struct platform_device
Grant Likely
2010-06-02
of/rtc: rtc-mpc5121.c: Fix build failures
Grant Likely
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-02-16
rtc: Add MPC5121 Real time clock driver
Anatolij Gustschin