[PATCH] rtc-rs5c372: change register reading method
authorRiku Voipio <riku.voipio@movial.fi>
Thu, 7 Dec 2006 04:39:13 +0000 (20:39 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Thu, 7 Dec 2006 16:39:42 +0000 (08:39 -0800)
commitc6f24f99cd70a383699bdb34ddd9e6e51c83304c
tree75ef9877b86d0b48230f06105679c497df7244f1
parentc55747682e938c57a9a859d3b26f2c4c83cea011
[PATCH] rtc-rs5c372: change register reading method

According to the datasheet rs5c372 supports three different methods for
reading register values.  Change from method #1 to method #3, since method #3
is the only one that works on Thecus N2100 board with this RTC.

Signed-off-by: Riku Voipio <riku.voipio@movial.fi>
Cc: Alessandro Zummo <alessandro.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/rtc/rtc-rs5c372.c