summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-tps65910.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* drivers/rtc/rtc-tps65910.c: fix potential NULL-pointer dereferenceThierry Reding2014-08-081-2/+2
* drivers/rtc/rtc-tps65910.c: remove unnecessary includeManish Badarkhe2013-11-131-1/+0
* drivers/rtc/rtc-tps65910.c: fix incorrect return value on errorSachin Kamat2013-04-291-1/+1
* rtc: rtc-tps65910: switch to using SIMPLE_DEV_PM_OPSJingoo Han2013-04-291-3/+2
* rtc: rtc-tps65910: use devm_rtc_device_register()Jingoo Han2013-04-291-5/+1
* drivers/rtc/rtc-tps65910.c: set irq flag to IRQF_EARLY_RESUME during irq requestLaxman Dewangan2013-02-211-1/+1
* drivers/rtc/rtc-tps65910.c: use sleep_pm_ops macro for initialising suspend/r...Laxman Dewangan2013-02-211-9/+4
* drivers/rtc/rtc-tps65910.c: remove unnecessary irq stat save and restoreLaxman Dewangan2013-02-211-19/+2
* drivers/rtc/rtc-tps65910.c: enable/disable wake in suspend/resumeLaxman Dewangan2013-02-211-1/+11
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
* drivers/rtc/rtc-tps65910.c: enable RTC power domain on initializationKim, Milo2012-12-171-0/+7
* drivers/rtc/rtc-tps65910.c: rename irq to match deviceSivaram Nair2012-12-171-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-061-4/+1
* rtc: tps65910: add RTC driver for TPS65910 PMIC RTCVenu Byravarasu2012-10-061-0/+352