aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-jz4740.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-28rtc: jz4740: Make sure clock provider gets removedGravatar Lars-Peter Clausen 1-1/+2
2023-02-09rtc: jz4740: Register clock provider for the CLK32K pinGravatar Paul Cercueil 1-0/+56
2023-02-09rtc: jz4740: Use dev_err_probe()Gravatar Paul Cercueil 1-13/+7
2023-02-09rtc: jz4740: Use readl_poll_timeoutGravatar Paul Cercueil 1-12/+6
2022-10-13rtc: jz4740: Use devm_clk_get_enabled() helperGravatar Christophe JAILLET 1-22/+3
2020-11-19rtc: rework rtc_register_device() resource managementGravatar Bartosz Golaszewski 1-1/+1
2020-05-11rtc: ingenic: Reset regulator register in probeGravatar Paul Cercueil 1-0/+3
2020-05-11rtc: ingenic: Fix masking of error codeGravatar Paul Cercueil 1-1/+1
2020-05-11rtc: ingenic: Remove unused fields from private structureGravatar Paul Cercueil 1-14/+12
2020-05-11rtc: ingenic: Set wakeup params in probeGravatar Paul Cercueil 1-51/+44
2020-05-11rtc: ingenic: Enable clock in probeGravatar Paul Cercueil 1-2/+17
2020-05-11rtc: ingenic: Use local 'dev' variable in probeGravatar Paul Cercueil 1-15/+15
2020-05-11rtc: ingenic: Only support probing from devicetreeGravatar Paul Cercueil 1-17/+3
2020-03-24rtc: jz4740: Rename vendor-specific DT propertiesGravatar Paul Cercueil 1-2/+3
2020-03-24rtc: jz4740: Add support for JZ4760 SoCGravatar Paul Cercueil 1-1/+3
2019-10-07rtc: use devm_platform_ioremap_resource() to simplify codeGravatar YueHaibing 1-3/+1
2019-08-21rtc: remove superfluous error messageGravatar Alexandre Belloni 1-3/+1
2019-08-13rtc: Remove dev_err() usage after platform_get_irq()Gravatar Stephen Boyd 1-3/+1
2019-04-30rtc: jz4740: convert to SPDX identifierGravatar Alexandre Belloni 1-10/+1
2019-04-30rtc: jz4740: rework invalid time detectionGravatar Alexandre Belloni 1-12/+9
2019-04-30rtc: jz4740: use dev_pm_set_wake_irq() to simplify codeGravatar Alexandre Belloni 1-30/+7
2019-04-30rtc: jz4740: use .set_timeGravatar Alexandre Belloni 1-3/+3
2019-04-30rtc: jz4740: remove useless checkGravatar Alexandre Belloni 1-1/+1
2019-04-30rtc: jz4740: switch to rtc_time64_to_tm/rtc_tm_to_time64Gravatar Alexandre Belloni 1-5/+3
2019-04-30rtc: jz4740: set rangeGravatar Alexandre Belloni 1-2/+10
2018-03-01rtc: stop validating rtc_time after rtc_time_to_tmGravatar Alexandre Belloni 1-1/+1
2017-10-12rtc: jz4740: fix loading of rtc driverGravatar Mathieu Malaterre 1-2/+2
2017-10-12rtc: jz4740: remove duplicate 'write' in messageGravatar Mathieu Malaterre 1-1/+1
2017-01-26rtc: jz4740: make the driver buildable as a module againGravatar Alexandre Belloni 1-2/+10
2016-11-09rtc: jz4740: make the driver builtin onlyGravatar Alexandre Belloni 1-9/+1
2016-11-08rtc: jz4740: remove unused EXPORT_SYMBOLGravatar Alexandre Belloni 1-2/+1
2016-11-05rtc: jz4740: Add support for acting as the system power controllerGravatar Paul Cercueil 1-0/+81
2016-11-04rtc: jz4740: Add support for devicetreeGravatar Paul Cercueil 1-1/+15
2016-11-04rtc: jz4740: Add support for the RTC in the jz4780 SoCGravatar Paul Cercueil 1-2/+48
2016-09-02rtc: constify rtc_class_ops structuresGravatar Julia Lawall 1-1/+1
2014-10-20rtc: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-04-03rtc: rtc-jz4740: use devm_ioremap_resource()Gravatar Jingoo Han 1-20/+5
2013-07-03rtc: rtc-jz4740: use devm_*() functionsGravatar Jingoo Han 1-49/+16
2013-07-03rtc: rtc-jz4740: remove unnecessary platform_set_drvdata()Gravatar Jingoo Han 1-3/+0
2013-01-03Drivers: rtc: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-3/+3
2012-10-06drivers/rtc/rtc-jz4740.c: fix IRQ error checkGravatar Lars-Peter Clausen 1-1/+1
2012-01-10drivers/rtc/rtc-jz4740.c: make jz4740_rtc_driver staticGravatar Axel Lin 1-1/+1
2012-01-10rtc: convert drivers/rtc/* to use module_platform_driver()Gravatar Axel Lin 1-11/+1
2011-03-09RTC: Cleanup rtc_class_ops->update_irq_enable()Gravatar John Stultz 1-7/+0
2010-10-27drivers/rtc/rtc-jz4740.c: add alarm functionGravatar Paul Cercueil 1-5/+40
2010-08-05RTC: Add JZ4740 RTC driverGravatar Lars-Peter Clausen 1-0/+345