summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-mxc.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: mxc: use .set_timeAlexandre Belloni2019-04-291-2/+4
* rtc: mxc: set rangeAlexandre Belloni2019-04-291-13/+17
* rtc: mxc: fix possible race conditionAlexandre Belloni2019-04-291-7/+9
* rtc: mxc: use dev_pm_set_wake_irq() to simplify codeAnson Huang2019-04-111-26/+6Star
* rtc: mxc: use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-04-041-3/+1Star
* rtc: mxc: Switch to SPDX identifierFabio Estevam2018-05-221-10/+3Star
* rtc: simplify getting .drvdataWolfram Sang2018-05-031-14/+7Star
* rtc: mxc: avoid disabling interrupts on device closeAlexandre Belloni2017-08-241-21/+0Star
* rtc: mxc: remove unused variableDiaz de Grenu, Jose2017-06-241-11/+0Star
* rtc: constify rtc_class_ops structuresBhumika Goyal2017-01-111-1/+1
* rtc: mxc: remove UIE signalingWolfram Sang2016-05-201-3/+0Star
* rtc: mxc: add support of device treePhilippe Reynes2015-08-051-1/+18
* rtc: mxc: use a second rtc clockPhilippe Reynes2015-08-051-13/+28
* rtc: mxc: Constify platform_device_idKrzysztof Kozlowski2015-06-191-1/+1
* drivers/rtc/mxc: Update driver to address y2038/y2106 issuesXunlei Pang2015-04-031-4/+4
* drivers/rtc/mxc: Convert get_alarm_or_time()/set_alarm_or_time() to use time64_tXunlei Pang2015-04-031-15/+14Star
* drivers/rtc/mxc: Modify rtc_update_alarm() not to touch the alarm timeXunlei Pang2015-04-031-18/+4Star
* rtc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* drivers/rtc/rtc-mxc.c: check the return value from clk_prepare_enable()Fabio Estevam2014-01-241-1/+4
* drivers/rtc/rtc-mxc.c: remove unneeded labelFabio Estevam2014-01-241-4/+1Star
* rtc: simplify devm_request_mem_region/devm_ioremapJulia Lawall2013-09-121-10/+4Star
* rtc: rtc-mxc: remove unnecessary platform_set_drvdata()Jingoo Han2013-07-041-4/+1Star
* drivers/rtc/rtc-mxc.c: fix checkpatch errorSachin Kamat2013-07-041-1/+1
* rtc: rtc-mxc: switch to using SIMPLE_DEV_PM_OPSJingoo Han2013-04-301-8/+3Star
* rtc: rtc-mxc: use devm_rtc_device_register()Jingoo Han2013-04-301-3/+1Star
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-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-051-15/+5Star
* rtc: rtc-mxc: adapt to the new i.mx clock frameworkFabio Estevam2012-10-051-6/+4Star
* drivers/rtc/rtc-mxc.c: fix irq enabled interrupts warningBenoît Thébaudeau2012-07-121-2/+3
* drivers/rtc/rtc-mxc.c: make alarm workYauhen Kharuzhy2012-01-111-53/+59
* drivers/rtc/rtc-mxc.c: fix setting time for MX1 SoCYauhen Kharuzhy2012-01-111-0/+11
* drivers/rtc/rtc-mxc.c: remove defines already included in rtc.hWolfram Sang2011-05-271-6/+0Star
* rtc: mxc: Initialize drvdata before registering deviceWolfram Sang2011-05-071-8/+11
* RTC: Cleanup rtc_class_ops->update_irq_enable()John Stultz2011-03-091-7/+0Star
* rtc/rtc-mxc: remove six unused fieldsWan ZongShun2010-08-111-6/+0Star
* rtc-mxc: remove unnecessary clock source for rtc subsystemVladimir Zapolskiy2010-05-251-17/+8Star
* 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