summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-mpc5121.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: Fix module autoload for OF platform driversJavier Martinez Canillas2015-09-051-0/+1
* rtc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* rtc: make of_device_ids constUwe Kleine-König2014-10-141-1/+1
* drivers: clean-up prom.h implicit includesRob Herring2013-10-091-0/+2
* drivers/rtc/rtc-mpc5121.c: use platform_{get,set}_drvdata()Jingoo Han2013-07-031-2/+2
* rtc: rtc-mpc5121: use devm_*() functionsJingoo Han2013-07-031-10/+4
* drivers/rtc/rtc-mpc5121.c: remove space before tabSachin Kamat2013-07-031-1/+1
* drivers/rtc: use of_match_ptr() macroSachin Kamat2013-02-211-1/+4
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-4/+4
* rtc: Fix possible null pointer dereference in rtc-mpc5121.cJohn Stultz2012-04-261-2/+1
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-291-0/+2
|\
| * rtc: Provide flag for rtc devices that don't support UIEJohn Stultz2012-03-151-0/+2
* | drivers/rtc: remove IRQF_DISABLEDYong Zhang2012-03-231-2/+2
|/
* rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin2012-01-101-11/+1
* drivers/rtc/rtc-mpc5121.c: add support for RTC on MPC5200Dmitry Eremin-Solenikov2011-07-251-8/+73
* Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-03-161-5/+4
|\
| * dt: Eliminate of_platform_{,un}register_driverGrant Likely2011-02-281-5/+4
* | RTC: Cleanup rtc_class_ops->update_irq_enable()John Stultz2011-03-091-20/+0
|/
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-2/+2
* of/rtc: rtc-mpc5121.c: Fix build failuresGrant Likely2010-06-021-6/+8
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* rtc: Add MPC5121 Real time clock driverAnatolij Gustschin2010-02-161-0/+387
OpenPOWER on IntegriCloud