summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-jz4740.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-1/+1
* rtc: ingenic: Reset regulator register in probePaul Cercueil2020-05-111-0/+3
* rtc: ingenic: Fix masking of error codePaul Cercueil2020-05-111-1/+1
* rtc: ingenic: Remove unused fields from private structurePaul Cercueil2020-05-111-14/+12
* rtc: ingenic: Set wakeup params in probePaul Cercueil2020-05-111-51/+44
* rtc: ingenic: Enable clock in probePaul Cercueil2020-05-111-2/+17
* rtc: ingenic: Use local 'dev' variable in probePaul Cercueil2020-05-111-15/+15
* rtc: ingenic: Only support probing from devicetreePaul Cercueil2020-05-111-17/+3
* rtc: jz4740: Rename vendor-specific DT propertiesPaul Cercueil2020-03-241-2/+3
* rtc: jz4740: Add support for JZ4760 SoCPaul Cercueil2020-03-241-1/+3
* rtc: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-071-3/+1
* rtc: remove superfluous error messageAlexandre Belloni2019-08-211-3/+1
* rtc: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-131-3/+1
* rtc: jz4740: convert to SPDX identifierAlexandre Belloni2019-04-301-10/+1
* rtc: jz4740: rework invalid time detectionAlexandre Belloni2019-04-301-12/+9
* rtc: jz4740: use dev_pm_set_wake_irq() to simplify codeAlexandre Belloni2019-04-301-30/+7
* rtc: jz4740: use .set_timeAlexandre Belloni2019-04-301-3/+3
* rtc: jz4740: remove useless checkAlexandre Belloni2019-04-301-1/+1
* rtc: jz4740: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2019-04-301-5/+3
* rtc: jz4740: set rangeAlexandre Belloni2019-04-301-2/+10
* rtc: stop validating rtc_time after rtc_time_to_tmAlexandre Belloni2018-03-011-1/+1
* rtc: jz4740: fix loading of rtc driverMathieu Malaterre2017-10-121-2/+2
* rtc: jz4740: remove duplicate 'write' in messageMathieu Malaterre2017-10-121-1/+1
* rtc: jz4740: make the driver buildable as a module againAlexandre Belloni2017-01-261-2/+10
* rtc: jz4740: make the driver builtin onlyAlexandre Belloni2016-11-091-9/+1
* rtc: jz4740: remove unused EXPORT_SYMBOLAlexandre Belloni2016-11-081-2/+1
* rtc: jz4740: Add support for acting as the system power controllerPaul Cercueil2016-11-051-0/+81
* rtc: jz4740: Add support for devicetreePaul Cercueil2016-11-041-1/+15
* rtc: jz4740: Add support for the RTC in the jz4780 SoCPaul Cercueil2016-11-041-2/+48
* rtc: constify rtc_class_ops structuresJulia Lawall2016-09-021-1/+1
* rtc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* rtc: rtc-jz4740: use devm_ioremap_resource()Jingoo Han2014-04-031-20/+5
* rtc: rtc-jz4740: use devm_*() functionsJingoo Han2013-07-031-49/+16
* rtc: rtc-jz4740: remove unnecessary platform_set_drvdata()Jingoo Han2013-07-031-3/+0
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
* drivers/rtc/rtc-jz4740.c: fix IRQ error checkLars-Peter Clausen2012-10-061-1/+1
* drivers/rtc/rtc-jz4740.c: make jz4740_rtc_driver staticAxel Lin2012-01-101-1/+1
* rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin2012-01-101-11/+1
* RTC: Cleanup rtc_class_ops->update_irq_enable()John Stultz2011-03-091-7/+0
* drivers/rtc/rtc-jz4740.c: add alarm functionPaul Cercueil2010-10-271-5/+40
* RTC: Add JZ4740 RTC driverLars-Peter Clausen2010-08-051-0/+345