summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-88pm80x.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: 88pm80x: Convert to platform remove callback returning voidUwe Kleine-König2023-03-171-3/+2
* rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-1/+1
* rtc: remove superfluous error messageAlexandre Belloni2019-08-211-3/+2
* rtc: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-131-1/+0
* rtc: 88pm80x: convert to SPDX identifierAlexandre Belloni2019-04-041-13/+1
* rtc: 88pm80x: fix unintended sign extensionColin Ian King2019-02-081-7/+14
* rtc: 88pm80x: convert to rtc_tm_to_time64/rtc_time64_to_tmAlexandre Belloni2018-05-171-8/+8
* rtc: 88pm80x: let the core handle the RTC rangeAlexandre Belloni2018-05-171-6/+2
* rtc: 88pm80x: fix possible race conditionAlexandre Belloni2018-05-171-4/+8
* rtc: 88pm80x: remove unused pm80x_rtc_info membersAlexandre Belloni2018-05-171-2/+0
* rtc: 88pm80x: stop setting a default timeAlexandre Belloni2018-05-171-22/+0
* rtc: 88pm80x: remove artificial limitationAlexandre Belloni2018-03-271-2/+2
* rtc: 88pm80x: add device tree supportVaibhav Hiremath2015-09-051-11/+17
* rtc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* drivers/rtc/rtc-88pm80x.c: use dev_get_platdata()Jingoo Han2013-11-131-4/+4
* rtc: rtc-88pm80x: remove unnecessary platform_set_drvdata()Jingoo Han2013-07-031-1/+0
* drivers/rtc/rtc-88pm80x.c: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-04-291-1/+1
* rtc: rtc-88pm80x: use devm_rtc_device_register()Jingoo Han2013-04-291-2/+1
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
* rtc/rtc-88pm80x: remove unneed devm_kfreeDevendra Naga2012-07-311-2/+0
* rtc/rtc-88pm80x: assign ret only when rtc_register_driver failsDevendra Naga2012-07-311-1/+1
* rtc: Add rtc support to 88PM80X PMICQiao Zhou2012-07-091-0/+371