summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-mpc5121.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* rtc: stop validating rtc_time after rtc_time_to_tmAlexandre Belloni2018-03-011-1/+1
* 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/+0Star
* rtc: make of_device_ids constUwe Kleine-König2014-10-141-1/+1
* drivers: clean-up prom.h implicit includesRob Herring2013-10-101-0/+2
* drivers/rtc/rtc-mpc5121.c: use platform_{get,set}_drvdata()Jingoo Han2013-07-041-2/+2
* rtc: rtc-mpc5121: use devm_*() functionsJingoo Han2013-07-041-10/+4Star
* drivers/rtc/rtc-mpc5121.c: remove space before tabSachin Kamat2013-07-041-1/+1
* drivers/rtc: use of_match_ptr() macroSachin Kamat2013-02-221-1/+4
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-4/+4
* rtc: Fix possible null pointer dereference in rtc-mpc5121.cJohn Stultz2012-04-261-2/+1Star
* 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-161-0/+2
* | drivers/rtc: remove IRQF_DISABLEDYong Zhang2012-03-241-2/+2
|/
* rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin2012-01-111-11/+1Star
* drivers/rtc/rtc-mpc5121.c: add support for RTC on MPC5200Dmitry Eremin-Solenikov2011-07-261-8/+73
* Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-03-171-5/+4Star
|\
| * dt: Eliminate of_platform_{,un}register_driverGrant Likely2011-02-281-5/+4Star
* | RTC: Cleanup rtc_class_ops->update_irq_enable()John Stultz2011-03-091-20/+0Star
|/
* 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