summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-mpc5121.c
AgeCommit message (Expand)AuthorLines
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-10-14rtc: make of_device_ids constUwe Kleine-König-1/+1
2013-10-09drivers: clean-up prom.h implicit includesRob Herring-0/+2
2013-07-03drivers/rtc/rtc-mpc5121.c: use platform_{get,set}_drvdata()Jingoo Han-2/+2
2013-07-03rtc: rtc-mpc5121: use devm_*() functionsJingoo Han-10/+4
2013-07-03drivers/rtc/rtc-mpc5121.c: remove space before tabSachin Kamat-1/+1
2013-02-21drivers/rtc: use of_match_ptr() macroSachin Kamat-1/+4
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman-4/+4
2012-04-26rtc: Fix possible null pointer dereference in rtc-mpc5121.cJohn Stultz-2/+1
2012-03-29Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+2
2012-03-23drivers/rtc: remove IRQF_DISABLEDYong Zhang-2/+2
2012-03-15rtc: Provide flag for rtc devices that don't support UIEJohn Stultz-0/+2
2012-01-10rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin-11/+1
2011-07-25drivers/rtc/rtc-mpc5121.c: add support for RTC on MPC5200Dmitry Eremin-Solenikov-8/+73
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds-5/+4
2011-03-09RTC: Cleanup rtc_class_ops->update_irq_enable()John Stultz-20/+0
2011-02-28dt: Eliminate of_platform_{,un}register_driverGrant Likely-5/+4
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely-2/+2
2010-06-02of/rtc: rtc-mpc5121.c: Fix build failuresGrant Likely-6/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-02-16rtc: Add MPC5121 Real time clock driverAnatolij Gustschin-0/+387