summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-88pm80x.c
AgeCommit message (Expand)Author
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski
2019-08-21rtc: remove superfluous error messageAlexandre Belloni
2019-08-13rtc: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-04-04rtc: 88pm80x: convert to SPDX identifierAlexandre Belloni
2019-02-08rtc: 88pm80x: fix unintended sign extensionColin Ian King
2018-05-17rtc: 88pm80x: convert to rtc_tm_to_time64/rtc_time64_to_tmAlexandre Belloni
2018-05-17rtc: 88pm80x: let the core handle the RTC rangeAlexandre Belloni
2018-05-17rtc: 88pm80x: fix possible race conditionAlexandre Belloni
2018-05-17rtc: 88pm80x: remove unused pm80x_rtc_info membersAlexandre Belloni
2018-05-17rtc: 88pm80x: stop setting a default timeAlexandre Belloni
2018-03-27rtc: 88pm80x: remove artificial limitationAlexandre Belloni
2015-09-05rtc: 88pm80x: add device tree supportVaibhav Hiremath
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang
2013-11-13drivers/rtc/rtc-88pm80x.c: use dev_get_platdata()Jingoo Han
2013-07-03rtc: rtc-88pm80x: remove unnecessary platform_set_drvdata()Jingoo Han
2013-04-29drivers/rtc/rtc-88pm80x.c: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han
2013-04-29rtc: rtc-88pm80x: use devm_rtc_device_register()Jingoo Han
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman
2012-07-31rtc/rtc-88pm80x: remove unneed devm_kfreeDevendra Naga
2012-07-31rtc/rtc-88pm80x: assign ret only when rtc_register_driver failsDevendra Naga
2012-07-09rtc: Add rtc support to 88PM80X PMICQiao Zhou