]> git.karo-electronics.de Git - mv-sheeva.git/commit
rtc: add support for STK17TA8 chip
authorThomas Hommel <thomas.hommel@gefanuc.com>
Sat, 21 Jul 2007 11:37:58 +0000 (04:37 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 22 Jul 2007 00:49:17 +0000 (17:49 -0700)
commit029641151bfede0930a79ecabb2572dc27a3c86f
treeb986836a6beb0de893baa05e5dfa8fb8ed85e5bd
parent8a2601f6aa837903bfb385b138b50b1e305f3e04
rtc: add support for STK17TA8 chip

This patch adds support for the Simtek STK17TA8 timekeeping chip.

The STK17TA8 is quite similar to the DS1553, but differs in register layout
and in various control bits in the registers.  I chose to make this a new
driver to avoid confusion in the code and to not get lost in #ifdefs.

Signed-off-by: Thomas Hommel <thomas.hommel@gefanuc.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: David Brownell <david-b@pacbell.net>
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-stk17ta8.c [new file with mode: 0644]