]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: add NXP PCF8523 support
authorThierry Reding <thierry.reding@avionic-design.de>
Thu, 29 Nov 2012 03:18:46 +0000 (14:18 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 5 Dec 2012 05:23:41 +0000 (16:23 +1100)
commit247ef07dd5c4d76e266d5fe47ba1499f038390ca
treeed6b217d5a7fabdeae3480fe2a098e2327132b1b
parent074abc19352ede1550c9bc7c79a1eed9324f8e5f
rtc: add NXP PCF8523 support

Add an RTC driver for PCF8523 chips by NXP Semiconductors.  No support is
currently provided for the alarm and interrupt functions.  Only the time
and date functionality is implemented.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-pcf8523.c [new file with mode: 0644]