]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/rtc: add support for Qualcomm PMIC8xxx RTC
authorAnirudh Ghayal <aghayal@codeaurora.org>
Tue, 26 Jul 2011 00:13:33 +0000 (17:13 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Jul 2011 03:57:17 +0000 (20:57 -0700)
commitd9a78a8c3a8b5d6287d563c443cf0d342243f06c
tree4ffc127f3ea38c210f37d75b8eb41d82cd4398ce
parentf62608f689d486469cde80d93709ee6dacd7060c
drivers/rtc: add support for Qualcomm PMIC8xxx RTC

Add support for PMIC8xxx based RTC.  PMIC8xxx is Qualcomm's power
management IC that internally houses an RTC module.  This driver
communicates with the PMIC module over SSBI bus.

[akpm@linux-foundation.org: cosmetic tweaks]
Acked-by: Wan ZongShun <mcuos.com@gmail.com>
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Anirudh Ghayal <aghayal@codeaurora.org>
Signed-off-by: Ashay Jaiswal <ashayj@codeaurora.org>
Cc: Samuel Ortiz <sameo@linux.intel.com>
Cc: Wan ZongShun <mcuos.com@gmail.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-pm8xxx.c [new file with mode: 0644]
include/linux/mfd/pm8xxx/rtc.h [new file with mode: 0644]