From: Johannes Weiner Date: Tue, 1 Dec 2009 21:17:49 +0000 (-0800) Subject: rtc-x1205: reset clock to sane state after power failure X-Git-Tag: v2.6.32~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb8799eeddd542abd504c62c11014dfbaec7f3a1;p=pandora-kernel.git rtc-x1205: reset clock to sane state after power failure When detecting power failure, the probe function would reset the clock time to defined state. However, the clock's _date_ might still be bogus and a subsequent probe fails when sanity-checking these values. Change the power-failure fixup code to do a full setting of rtc_time, including a valid date. Signed-off-by: Johannes Weiner Cc: Alessandro Zummo Cc: Paul Gortmaker Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed