summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-88pm860x.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-1/+1
* rtc: 88pm860x: remove useless range checkAlexandre Belloni2020-04-181-6/+0
* rtc: 88pm860x: remove platform data supportAlexandre Belloni2020-03-161-10/+1
* rtc: 88pm860x: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2020-03-161-4/+4
* rtc: 88pm860x: stop mangling alarm timeAlexandre Belloni2020-03-161-40/+1
* rtc: 88pm860x: set rangeAlexandre Belloni2020-03-161-0/+1
* rtc: 88pm860x: stop calling unused callbackAlexandre Belloni2020-03-161-17/+1
* rtc: 88pm860x: stop setting a default timeAlexandre Belloni2020-03-161-13/+0
* rtc: 88pm860x: fix possible race conditionAlexandre Belloni2020-03-161-6/+8
* rtc: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-131-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* rtc: 88pm860x: prevent use-after-free on device removeSven Van Asbroeck2019-04-291-1/+1
* rtc: 88pm860x: fix unintended sign extensionColin Ian King2019-02-081-7/+14
* rtc: 88pm860x: remove artificial limitationAlexandre Belloni2018-03-271-2/+2
* rtc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* drivers/rtc/rtc-88pm860x.c: add missing of_node_put()Krzysztof Kozlowski2014-06-061-0/+1
* drivers/rtc/rtc-88pm860x.c: use of_get_child_by_name()Krzysztof Kozlowski2014-06-061-1/+1
* drivers/rtc/rtc-88pm860x.c: use dev_get_platdata()Jingoo Han2013-11-131-1/+1
* rtc: rtc-88pm860x: remove unnecessary platform_set_drvdata()Jingoo Han2013-07-031-1/+0
* drivers/rtc/rtc-88pm860x.c: use devm_* APIsSachin Kamat2013-04-291-18/+11
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-5/+5
* mfd: 88pm860x: Device tree supportHaojian Zhuang2012-10-021-9/+34
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-051-2/+2
|\
| * drivers/rtc/rtc-88pm860x.c: fix rtc irq enable callbackJett.Zhou2012-04-051-2/+2
* | mfd: Add ability to wake the system for 88pm860xJett.Zhou2012-03-061-0/+27
|/
* rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin2012-01-101-11/+1
* mfd: Add rtc support to 88pm860xHaojian Zhuang2011-05-261-0/+427