commit | c6f24f99cd70a383699bdb34ddd9e6e51c83304c | [log] [tgz] |
---|---|---|
author | Riku Voipio <riku.voipio@movial.fi> | Wed Dec 06 20:39:13 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Thu Dec 07 08:39:42 2006 -0800 |
tree | 75ef9877b86d0b48230f06105679c497df7244f1 | |
parent | c55747682e938c57a9a859d3b26f2c4c83cea011 [diff] |
[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>