aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-mxc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-23drivers/rtc/rtc-mxc.c: check the return value from clk_prepare_enable()Fabio Estevam1-1/+4
2014-01-23drivers/rtc/rtc-mxc.c: remove unneeded labelFabio Estevam1-4/+1
2013-09-11rtc: simplify devm_request_mem_region/devm_ioremapJulia Lawall1-10/+4
2013-07-03rtc: rtc-mxc: remove unnecessary platform_set_drvdata()Jingoo Han1-4/+1
2013-07-03drivers/rtc/rtc-mxc.c: fix checkpatch errorSachin Kamat1-1/+1
2013-04-29rtc: rtc-mxc: switch to using SIMPLE_DEV_PM_OPSJingoo Han1-8/+3
2013-04-29rtc: rtc-mxc: use devm_rtc_device_register()Jingoo Han1-3/+1
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-10-15rtc: mxc_rtc: remove cpu_is_xxx by using platform_device_idShawn Guo1-3/+31
2012-10-06rtc: rtc-mxc: convert to module_platform_driverFabio Estevam1-15/+5
2012-10-06rtc: rtc-mxc: adapt to the new i.mx clock frameworkFabio Estevam1-6/+4
2012-07-11drivers/rtc/rtc-mxc.c: fix irq enabled interrupts warningBenoît Thébaudeau1-2/+3
2012-01-10drivers/rtc/rtc-mxc.c: make alarm workYauhen Kharuzhy1-53/+59
2012-01-10drivers/rtc/rtc-mxc.c: fix setting time for MX1 SoCYauhen Kharuzhy1-0/+11
2011-05-26drivers/rtc/rtc-mxc.c: remove defines already included in rtc.hWolfram Sang1-6/+0
2011-05-06rtc: mxc: Initialize drvdata before registering deviceWolfram Sang1-8/+11
2011-03-09RTC: Cleanup rtc_class_ops->update_irq_enable()John Stultz1-7/+0
2010-08-11rtc/rtc-mxc: remove six unused fieldsWan ZongShun1-6/+0
2010-05-25rtc-mxc: remove unnecessary clock source for rtc subsystemVladimir Zapolskiy1-17/+8
2010-04-07rtc-mxc: multiple fixes in rtc-mxc probe methodVladimir Zapolskiy1-13/+13
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-03-06rtc: mxc: fix memory leakAlexander Beregalov1-2/+5
2009-09-23rtc: add driver for MXC's internal RTC moduleDaniel Mack1-0/+507