aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-mpc5121.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-03-01rtc: stop validating rtc_time after rtc_time_to_tmAlexandre Belloni1-1/+1
2015-09-05rtc: Fix module autoload for OF platform driversJavier Martinez Canillas1-0/+1
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-14rtc: make of_device_ids constUwe Kleine-König1-1/+1
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-0/+2
2013-07-03drivers/rtc/rtc-mpc5121.c: use platform_{get,set}_drvdata()Jingoo Han1-2/+2
2013-07-03rtc: rtc-mpc5121: use devm_*() functionsJingoo Han1-10/+4
2013-07-03drivers/rtc/rtc-mpc5121.c: remove space before tabSachin Kamat1-1/+1
2013-02-21drivers/rtc: use of_match_ptr() macroSachin Kamat1-1/+4
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-4/+4
2012-04-26rtc: Fix possible null pointer dereference in rtc-mpc5121.cJohn Stultz1-2/+1
2012-03-29Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2012-03-23drivers/rtc: remove IRQF_DISABLEDYong Zhang1-2/+2
2012-03-15rtc: Provide flag for rtc devices that don't support UIEJohn Stultz1-0/+2
2012-01-10rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin1-11/+1
2011-07-25drivers/rtc/rtc-mpc5121.c: add support for RTC on MPC5200Dmitry Eremin-Solenikov1-8/+73
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-5/+4
2011-03-09RTC: Cleanup rtc_class_ops->update_irq_enable()John Stultz1-20/+0
2011-02-28dt: Eliminate of_platform_{,un}register_driverGrant Likely1-5/+4
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-2/+2
2010-06-02of/rtc: rtc-mpc5121.c: Fix build failuresGrant Likely1-6/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-16rtc: Add MPC5121 Real time clock driverAnatolij Gustschin1-0/+387