aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-88pm80x.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-17rtc: 88pm80x: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-3/+2
2020-11-19rtc: rework rtc_register_device() resource managementGravatar Bartosz Golaszewski 1-1/+1
2019-08-21rtc: remove superfluous error messageGravatar Alexandre Belloni 1-3/+2
2019-08-13rtc: Remove dev_err() usage after platform_get_irq()Gravatar Stephen Boyd 1-1/+0
2019-04-04rtc: 88pm80x: convert to SPDX identifierGravatar Alexandre Belloni 1-13/+1
2019-02-08rtc: 88pm80x: fix unintended sign extensionGravatar Colin Ian King 1-7/+14
2018-05-17rtc: 88pm80x: convert to rtc_tm_to_time64/rtc_time64_to_tmGravatar Alexandre Belloni 1-8/+8
2018-05-17rtc: 88pm80x: let the core handle the RTC rangeGravatar Alexandre Belloni 1-6/+2
2018-05-17rtc: 88pm80x: fix possible race conditionGravatar Alexandre Belloni 1-4/+8
2018-05-17rtc: 88pm80x: remove unused pm80x_rtc_info membersGravatar Alexandre Belloni 1-2/+0
2018-05-17rtc: 88pm80x: stop setting a default timeGravatar Alexandre Belloni 1-22/+0
2018-03-27rtc: 88pm80x: remove artificial limitationGravatar Alexandre Belloni 1-2/+2
2015-09-05rtc: 88pm80x: add device tree supportGravatar Vaibhav Hiremath 1-11/+17
2014-10-20rtc: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2013-11-13drivers/rtc/rtc-88pm80x.c: use dev_get_platdata()Gravatar Jingoo Han 1-4/+4
2013-07-03rtc: rtc-88pm80x: remove unnecessary platform_set_drvdata()Gravatar Jingoo Han 1-1/+0
2013-04-29drivers/rtc/rtc-88pm80x.c: add CONFIG_PM_SLEEP to suspend/resume functionsGravatar Jingoo Han 1-1/+1
2013-04-29rtc: rtc-88pm80x: use devm_rtc_device_register()Gravatar Jingoo Han 1-2/+1
2013-01-03Drivers: rtc: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-3/+3
2012-07-31rtc/rtc-88pm80x: remove unneed devm_kfreeGravatar Devendra Naga 1-2/+0
2012-07-31rtc/rtc-88pm80x: assign ret only when rtc_register_driver failsGravatar Devendra Naga 1-1/+1
2012-07-09rtc: Add rtc support to 88PM80X PMICGravatar Qiao Zhou 1-0/+371