aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-jz4740.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-21rtc: remove superfluous error messageAlexandre Belloni1-3/+1
2019-08-13rtc: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-04-30rtc: jz4740: convert to SPDX identifierAlexandre Belloni1-10/+1
2019-04-30rtc: jz4740: rework invalid time detectionAlexandre Belloni1-12/+9
2019-04-30rtc: jz4740: use dev_pm_set_wake_irq() to simplify codeAlexandre Belloni1-30/+7
2019-04-30rtc: jz4740: use .set_timeAlexandre Belloni1-3/+3
2019-04-30rtc: jz4740: remove useless checkAlexandre Belloni1-1/+1
2019-04-30rtc: jz4740: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni1-5/+3
2019-04-30rtc: jz4740: set rangeAlexandre Belloni1-2/+10
2018-03-01rtc: stop validating rtc_time after rtc_time_to_tmAlexandre Belloni1-1/+1
2017-10-12rtc: jz4740: fix loading of rtc driverMathieu Malaterre1-2/+2
2017-10-12rtc: jz4740: remove duplicate 'write' in messageMathieu Malaterre1-1/+1
2017-01-26rtc: jz4740: make the driver buildable as a module againAlexandre Belloni1-2/+10
2016-11-09rtc: jz4740: make the driver builtin onlyAlexandre Belloni1-9/+1
2016-11-08rtc: jz4740: remove unused EXPORT_SYMBOLAlexandre Belloni1-2/+1
2016-11-05rtc: jz4740: Add support for acting as the system power controllerPaul Cercueil1-0/+81
2016-11-04rtc: jz4740: Add support for devicetreePaul Cercueil1-1/+15
2016-11-04rtc: jz4740: Add support for the RTC in the jz4780 SoCPaul Cercueil1-2/+48
2016-09-02rtc: constify rtc_class_ops structuresJulia Lawall1-1/+1
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-04-03rtc: rtc-jz4740: use devm_ioremap_resource()Jingoo Han1-20/+5
2013-07-03rtc: rtc-jz4740: use devm_*() functionsJingoo Han1-49/+16
2013-07-03rtc: rtc-jz4740: remove unnecessary platform_set_drvdata()Jingoo Han1-3/+0
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-10-06drivers/rtc/rtc-jz4740.c: fix IRQ error checkLars-Peter Clausen1-1/+1
2012-01-10drivers/rtc/rtc-jz4740.c: make jz4740_rtc_driver staticAxel Lin1-1/+1
2012-01-10rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin1-11/+1
2011-03-09RTC: Cleanup rtc_class_ops->update_irq_enable()John Stultz1-7/+0
2010-10-27drivers/rtc/rtc-jz4740.c: add alarm functionPaul Cercueil1-5/+40
2010-08-05RTC: Add JZ4740 RTC driverLars-Peter Clausen1-0/+345