From: Jean-Baptiste Maneyrol Date: Sun, 1 Oct 2006 06:28:12 +0000 (-0700) Subject: [PATCH] rtc driver rtc-pcf8563 century bit inversed X-Git-Tag: v2.6.19-rc1~572 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1713e903c680de4934837689abecc5df02f463ac;p=pandora-kernel.git [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 Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed