summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-mxc.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: simplify devm_request_mem_region/devm_ioremapJulia Lawall2013-09-111-10/+4
* rtc: rtc-mxc: remove unnecessary platform_set_drvdata()Jingoo Han2013-07-031-4/+1
* drivers/rtc/rtc-mxc.c: fix checkpatch errorSachin Kamat2013-07-031-1/+1
* rtc: rtc-mxc: switch to using SIMPLE_DEV_PM_OPSJingoo Han2013-04-291-8/+3
* rtc: rtc-mxc: use devm_rtc_device_register()Jingoo Han2013-04-291-3/+1
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
* rtc: mxc_rtc: remove cpu_is_xxx by using platform_device_idShawn Guo2012-10-151-3/+31
* rtc: rtc-mxc: convert to module_platform_driverFabio Estevam2012-10-061-15/+5
* rtc: rtc-mxc: adapt to the new i.mx clock frameworkFabio Estevam2012-10-061-6/+4
* drivers/rtc/rtc-mxc.c: fix irq enabled interrupts warningBenoît Thébaudeau2012-07-111-2/+3
* drivers/rtc/rtc-mxc.c: make alarm workYauhen Kharuzhy2012-01-101-53/+59
* drivers/rtc/rtc-mxc.c: fix setting time for MX1 SoCYauhen Kharuzhy2012-01-101-0/+11
* drivers/rtc/rtc-mxc.c: remove defines already included in rtc.hWolfram Sang2011-05-261-6/+0
* rtc: mxc: Initialize drvdata before registering deviceWolfram Sang2011-05-061-8/+11
* RTC: Cleanup rtc_class_ops->update_irq_enable()John Stultz2011-03-091-7/+0
* rtc/rtc-mxc: remove six unused fieldsWan ZongShun2010-08-111-6/+0
* rtc-mxc: remove unnecessary clock source for rtc subsystemVladimir Zapolskiy2010-05-251-17/+8
* rtc-mxc: multiple fixes in rtc-mxc probe methodVladimir Zapolskiy2010-04-071-13/+13
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* rtc: mxc: fix memory leakAlexander Beregalov2010-03-061-2/+5
* rtc: add driver for MXC's internal RTC moduleDaniel Mack2009-09-231-0/+507