summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-mxc.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: Explicitly include correct DT includesRob Herring2023-07-271-1/+0
* rtc: mxc: Use devm_clk_get_enabled() helperChristophe JAILLET2022-08-231-25/+2
* rtc: mxc: Silence a clang warningFabio Estevam2022-06-011-1/+1
* rtc: mxc: Remove unneeded of_match_ptr()Fabio Estevam2021-03-161-1/+1
* rtc: mxc: Replace spin_lock_irqsave with spin_lock in hard IRQXiaofei Tan2021-02-061-3/+2
* rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-1/+1
* rtc: mxc: use of_device_get_match_dataAlexandre Belloni2020-11-171-3/+1
* rtc: mxc: Convert the driver to DT-onlyFabio Estevam2020-11-171-20/+1
* rtc: mxc: Use devm_add_action_or_reset() for calls to clk_disable_unprepare()Anson Huang2020-03-221-27/+19
* rtc: mxc: use spin_lock_irqsave instead of spin_lock_irq in IRQ contextFuqian Huang2019-08-121-2/+3
* 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/+6
* rtc: mxc: use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-04-041-3/+1
* rtc: mxc: Switch to SPDX identifierFabio Estevam2018-05-221-10/+3
* rtc: simplify getting .drvdataWolfram Sang2018-05-031-14/+7
* rtc: mxc: avoid disabling interrupts on device closeAlexandre Belloni2017-08-241-21/+0
* rtc: mxc: remove unused variableDiaz de Grenu, Jose2017-06-241-11/+0
* rtc: constify rtc_class_ops structuresBhumika Goyal2017-01-111-1/+1
* rtc: mxc: remove UIE signalingWolfram Sang2016-05-201-3/+0
* 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/+14
* drivers/rtc/mxc: Modify rtc_update_alarm() not to touch the alarm timeXunlei Pang2015-04-031-18/+4
* rtc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* drivers/rtc/rtc-mxc.c: check the return value from clk_prepare_enable()Fabio Estevam2014-01-231-1/+4
* drivers/rtc/rtc-mxc.c: remove unneeded labelFabio Estevam2014-01-231-4/+1
* 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