summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-tps65910.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2019-07-171-1/+1
|\
| * rtc: tps65910: fix typo in register name in read_alarm()Michał Mirosław2019-06-011-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
|/
* rtc: tps65910: add rangeAlexandre Belloni2018-05-171-0/+2
* rtc: tps65910: allow platform power upAlexandre Belloni2018-05-171-12/+0Star
* rtc: tps65910: fix possible race conditionAlexandre Belloni2018-05-171-4/+8
* rtc: tps65910: use 'unsigned int' instead of 'unsigned' in argumentsVesa Jääskeläinen2017-01-101-1/+2
* rtc: tps65910: Add RTC calibration supportVesa Jääskeläinen2017-01-101-0/+143
* rtc: tps65910: Drop IRQF_EARLY_RESUME flagGrygorii Strashko2016-03-141-1/+1
* rtc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* drivers/rtc/rtc-tps65910.c: fix potential NULL-pointer dereferenceThierry Reding2014-08-091-2/+2
* drivers/rtc/rtc-tps65910.c: remove unnecessary includeManish Badarkhe2013-11-131-1/+0Star
* drivers/rtc/rtc-tps65910.c: fix incorrect return value on errorSachin Kamat2013-04-301-1/+1
* rtc: rtc-tps65910: switch to using SIMPLE_DEV_PM_OPSJingoo Han2013-04-301-3/+2Star
* rtc: rtc-tps65910: use devm_rtc_device_register()Jingoo Han2013-04-301-5/+1Star
* drivers/rtc/rtc-tps65910.c: set irq flag to IRQF_EARLY_RESUME during irq requestLaxman Dewangan2013-02-221-1/+1
* drivers/rtc/rtc-tps65910.c: use sleep_pm_ops macro for initialising suspend/r...Laxman Dewangan2013-02-221-9/+4Star
* drivers/rtc/rtc-tps65910.c: remove unnecessary irq stat save and restoreLaxman Dewangan2013-02-221-19/+2Star
* drivers/rtc/rtc-tps65910.c: enable/disable wake in suspend/resumeLaxman Dewangan2013-02-221-1/+11
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-3/+3
* drivers/rtc/rtc-tps65910.c: enable RTC power domain on initializationKim, Milo2012-12-181-0/+7
* drivers/rtc/rtc-tps65910.c: rename irq to match deviceSivaram Nair2012-12-181-1/+1
* drivers/rtc/rtc-tps65910.c: fix invalid pointer access on _remove()Kim, Milo2012-11-301-3/+3
* drivers/rtc/rtc-tps65910.c: use platform_get_irq() to get RTC irq detailsVenu Byravarasu2012-10-051-4/+1Star
* rtc: tps65910: add RTC driver for TPS65910 PMIC RTCVenu Byravarasu2012-10-051-0/+352