summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-wm8350.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-01rtc: pcf8563: remove useless indirectionAlexandre Belloni1-14/+6
2019-09-01rtc: pcf8563: convert to devm_rtc_allocate_deviceAlexandre Belloni1-8/+9
2019-09-01rtc: pcf8563: add Microcrystal RV8564 compatibleAlexandre Belloni2-1/+4
2019-09-01rtc: pcf8563: add Epson RTC8564 compatibleAlexandre Belloni2-1/+2
2019-09-01rtc: s35390a: convert to devm_i2c_new_dummy_device()Wolfram Sang1-41/+13
2019-09-01rtc: max77686: convert to devm_i2c_new_dummy_device()Wolfram Sang1-13/+4
2019-09-01rtc: pcf85363/pcf85263: fix regmap error in set_timeBiwen Li1-1/+6
2019-09-01rtc: snvs: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni1-9/+4
2019-09-01rtc: snvs: set rangeAlexandre Belloni1-0/+1
2019-08-29rtc: snvs: fix possible race conditionAnson Huang1-4/+7
2019-08-27rtc: pcf2127: bugfix: watchdog build dependencyBruno Thomsen2-0/+3
2019-08-27rtc: pcf2127: add tamper detection supportBruno Thomsen1-0/+160
2019-08-27rtc: pcf2127: add watchdog feature supportBruno Thomsen2-1/+124
2019-08-23rtc: pcf2127: bugfix: read rtc disables watchdogBruno Thomsen1-20/+12
2019-08-23rtc: pcf2127: cleanup register and bit definesBruno Thomsen1-26/+33
2019-08-23rtc: pcf2127: convert to devm_rtc_allocate_deviceBruno Thomsen1-3/+4
2019-08-23rtc: sun6i: Add support for H6 RTCOndrej Jirman1-2/+38
2019-08-23dt-bindings: rtc: sun6i: Add compatible for H6 RTCOndrej Jirman1-0/+13
2019-08-23rtc: fsl-ftm-alarm: add FTM alarm driverBiwen Li3-0/+353