aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-88pm80x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-21rtc: remove superfluous error messageAlexandre Belloni1-3/+2
2019-08-13rtc: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-1/+0
2019-04-04rtc: 88pm80x: convert to SPDX identifierAlexandre Belloni1-13/+1
2019-02-08rtc: 88pm80x: fix unintended sign extensionColin Ian King1-7/+14
2018-05-17rtc: 88pm80x: convert to rtc_tm_to_time64/rtc_time64_to_tmAlexandre Belloni1-8/+8
2018-05-17rtc: 88pm80x: let the core handle the RTC rangeAlexandre Belloni1-6/+2
2018-05-17rtc: 88pm80x: fix possible race conditionAlexandre Belloni1-4/+8
2018-05-17rtc: 88pm80x: remove unused pm80x_rtc_info membersAlexandre Belloni1-2/+0
2018-05-17rtc: 88pm80x: stop setting a default timeAlexandre Belloni1-22/+0
2018-03-27rtc: 88pm80x: remove artificial limitationAlexandre Belloni1-2/+2
2015-09-05rtc: 88pm80x: add device tree supportVaibhav Hiremath1-11/+17
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-11-13drivers/rtc/rtc-88pm80x.c: use dev_get_platdata()Jingoo Han1-4/+4
2013-07-03rtc: rtc-88pm80x: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-04-29drivers/rtc/rtc-88pm80x.c: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-1/+1
2013-04-29rtc: rtc-88pm80x: use devm_rtc_device_register()Jingoo Han1-2/+1
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-07-31rtc/rtc-88pm80x: remove unneed devm_kfreeDevendra Naga1-2/+0
2012-07-31rtc/rtc-88pm80x: assign ret only when rtc_register_driver failsDevendra Naga1-1/+1
2012-07-09rtc: Add rtc support to 88PM80X PMICQiao Zhou1-0/+371