]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rtc: tps65910: add RTC driver for TPS65910 PMIC RTC
authorVenu Byravarasu <vbyravarasu@nvidia.com>
Thu, 13 Sep 2012 01:01:18 +0000 (11:01 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 17 Sep 2012 10:46:13 +0000 (20:46 +1000)
commitfe94403572731617e754da923ff6d3d9dd65b12b
tree67645b11bc5b11524e4fb4e575504f2981cb7799
parent264bdd12b155d7677e2d2e5de655d2e157d30c68
rtc: tps65910: add RTC driver for TPS65910 PMIC RTC

TPS65910 PMIC is a MFD with RTC as one of the device.  Adding RTC driver
for supporting RTC device present inside TPS65910 PMIC.

Only support for RTC alarm is implemented as part of this patch.

Signed-off-by: Venu Byravarasu <vbyravarasu@nvidia.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-tps65910.c [new file with mode: 0644]
include/linux/mfd/tps65910.h