Age | Commit message (Expand) | Author | Files | Lines |
2023-08-16 | rtc: jz4740: fix Wvoid-pointer-to-enum-cast warning | Krzysztof Kozlowski | 1 | -1/+1 |
2023-07-27 | rtc: Explicitly include correct DT includes | Rob Herring | 1 | -1/+1 |
2023-04-28 | rtc: jz4740: Make sure clock provider gets removed | Lars-Peter Clausen | 1 | -1/+2 |
2023-02-09 | rtc: jz4740: Register clock provider for the CLK32K pin | Paul Cercueil | 1 | -0/+56 |
2023-02-09 | rtc: jz4740: Use dev_err_probe() | Paul Cercueil | 1 | -13/+7 |
2023-02-09 | rtc: jz4740: Use readl_poll_timeout | Paul Cercueil | 1 | -12/+6 |
2022-10-13 | rtc: jz4740: Use devm_clk_get_enabled() helper | Christophe JAILLET | 1 | -22/+3 |
2020-11-19 | rtc: rework rtc_register_device() resource management | Bartosz Golaszewski | 1 | -1/+1 |
2020-05-11 | rtc: ingenic: Reset regulator register in probe | Paul Cercueil | 1 | -0/+3 |
2020-05-11 | rtc: ingenic: Fix masking of error code | Paul Cercueil | 1 | -1/+1 |
2020-05-11 | rtc: ingenic: Remove unused fields from private structure | Paul Cercueil | 1 | -14/+12 |
2020-05-11 | rtc: ingenic: Set wakeup params in probe | Paul Cercueil | 1 | -51/+44 |
2020-05-11 | rtc: ingenic: Enable clock in probe | Paul Cercueil | 1 | -2/+17 |
2020-05-11 | rtc: ingenic: Use local 'dev' variable in probe | Paul Cercueil | 1 | -15/+15 |
2020-05-11 | rtc: ingenic: Only support probing from devicetree | Paul Cercueil | 1 | -17/+3 |
2020-03-24 | rtc: jz4740: Rename vendor-specific DT properties | Paul Cercueil | 1 | -2/+3 |
2020-03-24 | rtc: jz4740: Add support for JZ4760 SoC | Paul Cercueil | 1 | -1/+3 |
2019-10-07 | rtc: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
2019-08-21 | rtc: remove superfluous error message | Alexandre Belloni | 1 | -3/+1 |
2019-08-13 | rtc: Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 1 | -3/+1 |
2019-04-30 | rtc: jz4740: convert to SPDX identifier | Alexandre Belloni | 1 | -10/+1 |
2019-04-30 | rtc: jz4740: rework invalid time detection | Alexandre Belloni | 1 | -12/+9 |
2019-04-30 | rtc: jz4740: use dev_pm_set_wake_irq() to simplify code | Alexandre Belloni | 1 | -30/+7 |
2019-04-30 | rtc: jz4740: use .set_time | Alexandre Belloni | 1 | -3/+3 |
2019-04-30 | rtc: jz4740: remove useless check | Alexandre Belloni | 1 | -1/+1 |
2019-04-30 | rtc: jz4740: switch to rtc_time64_to_tm/rtc_tm_to_time64 | Alexandre Belloni | 1 | -5/+3 |
2019-04-30 | rtc: jz4740: set range | Alexandre Belloni | 1 | -2/+10 |
2018-03-01 | rtc: stop validating rtc_time after rtc_time_to_tm | Alexandre Belloni | 1 | -1/+1 |
2017-10-12 | rtc: jz4740: fix loading of rtc driver | Mathieu Malaterre | 1 | -2/+2 |
2017-10-12 | rtc: jz4740: remove duplicate 'write' in message | Mathieu Malaterre | 1 | -1/+1 |
2017-01-26 | rtc: jz4740: make the driver buildable as a module again | Alexandre Belloni | 1 | -2/+10 |
2016-11-09 | rtc: jz4740: make the driver builtin only | Alexandre Belloni | 1 | -9/+1 |
2016-11-08 | rtc: jz4740: remove unused EXPORT_SYMBOL | Alexandre Belloni | 1 | -2/+1 |
2016-11-05 | rtc: jz4740: Add support for acting as the system power controller | Paul Cercueil | 1 | -0/+81 |
2016-11-04 | rtc: jz4740: Add support for devicetree | Paul Cercueil | 1 | -1/+15 |
2016-11-04 | rtc: jz4740: Add support for the RTC in the jz4780 SoC | Paul Cercueil | 1 | -2/+48 |
2016-09-02 | rtc: constify rtc_class_ops structures | Julia Lawall | 1 | -1/+1 |
2014-10-20 | rtc: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-04-03 | rtc: rtc-jz4740: use devm_ioremap_resource() | Jingoo Han | 1 | -20/+5 |
2013-07-03 | rtc: rtc-jz4740: use devm_*() functions | Jingoo Han | 1 | -49/+16 |
2013-07-03 | rtc: rtc-jz4740: remove unnecessary platform_set_drvdata() | Jingoo Han | 1 | -3/+0 |
2013-01-03 | Drivers: rtc: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -3/+3 |
2012-10-06 | drivers/rtc/rtc-jz4740.c: fix IRQ error check | Lars-Peter Clausen | 1 | -1/+1 |
2012-01-10 | drivers/rtc/rtc-jz4740.c: make jz4740_rtc_driver static | Axel Lin | 1 | -1/+1 |
2012-01-10 | rtc: convert drivers/rtc/* to use module_platform_driver() | Axel Lin | 1 | -11/+1 |
2011-03-09 | RTC: Cleanup rtc_class_ops->update_irq_enable() | John Stultz | 1 | -7/+0 |
2010-10-27 | drivers/rtc/rtc-jz4740.c: add alarm function | Paul Cercueil | 1 | -5/+40 |
2010-08-05 | RTC: Add JZ4740 RTC driver | Lars-Peter Clausen | 1 | -0/+345 |