]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] rtc driver rtc-pcf8563 century bit inversed
authorJean-Baptiste Maneyrol <jean-baptiste.maneyrol@teamlog.com>
Sun, 1 Oct 2006 06:28:12 +0000 (23:28 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 1 Oct 2006 07:39:25 +0000 (00:39 -0700)
commit1713e903c680de4934837689abecc5df02f463ac
treecc1677465cc57c2a0202eadd27a4a86baccf2850
parent365e02237b164701897244aab7412b21c5e622af
[PATCH] rtc driver rtc-pcf8563 century bit inversed

The century bit PCF8563_MO_C in the month register is misinterpreted.  It
is set to 1 for the 20th century and 0 for 21th, and the driver is
expecting the opposite behavior.

Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/rtc/rtc-pcf8563.c