aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-jz4740.c
AgeCommit message (Expand)Author
2019-10-07rtc: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-21rtc: remove superfluous error messageAlexandre Belloni
2019-08-13rtc: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-04-30rtc: jz4740: convert to SPDX identifierAlexandre Belloni
2019-04-30rtc: jz4740: rework invalid time detectionAlexandre Belloni
2019-04-30rtc: jz4740: use dev_pm_set_wake_irq() to simplify codeAlexandre Belloni
2019-04-30rtc: jz4740: use .set_timeAlexandre Belloni
2019-04-30rtc: jz4740: remove useless checkAlexandre Belloni
2019-04-30rtc: jz4740: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni
2019-04-30rtc: jz4740: set rangeAlexandre Belloni
2018-03-01rtc: stop validating rtc_time after rtc_time_to_tmAlexandre Belloni
2017-10-12rtc: jz4740: fix loading of rtc driverMathieu Malaterre
2017-10-12rtc: jz4740: remove duplicate 'write' in messageMathieu Malaterre
2017-01-26rtc: jz4740: make the driver buildable as a module againAlexandre Belloni
2016-11-09rtc: jz4740: make the driver builtin onlyAlexandre Belloni
2016-11-08rtc: jz4740: remove unused EXPORT_SYMBOLAlexandre Belloni
2016-11-05rtc: jz4740: Add support for acting as the system power controllerPaul Cercueil
2016-11-04rtc: jz4740: Add support for devicetreePaul Cercueil
2016-11-04rtc: jz4740: Add support for the RTC in the jz4780 SoCPaul Cercueil
2016-09-02rtc: constify rtc_class_ops structuresJulia Lawall
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang
2014-04-03rtc: rtc-jz4740: use devm_ioremap_resource()Jingoo Han
2013-07-03rtc: rtc-jz4740: use devm_*() functionsJingoo Han
2013-07-03rtc: rtc-jz4740: remove unnecessary platform_set_drvdata()Jingoo Han
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman
2012-10-06drivers/rtc/rtc-jz4740.c: fix IRQ error checkLars-Peter Clausen
2012-01-10drivers/rtc/rtc-jz4740.c: make jz4740_rtc_driver staticAxel Lin
2012-01-10rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin
2011-03-09RTC: Cleanup rtc_class_ops->update_irq_enable()John Stultz
2010-10-27drivers/rtc/rtc-jz4740.c: add alarm functionPaul Cercueil
2010-08-05RTC: Add JZ4740 RTC driverLars-Peter Clausen