From: Jesper Nilsson Date: Thu, 17 Jan 2008 14:17:07 +0000 (+0100) Subject: CRIS v10: Update driver for pcf8563 X-Git-Tag: v2.6.25-rc1~40^2~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34a8e501fe83f3b572eee56a6fca5111ab8cdf65;p=pandora-kernel.git CRIS v10: Update driver for pcf8563 - Use mutex instead of spinlock, fixes kernel bugzilla report 8339. - Make sure that pcf8563_init can be called multiple times but only setup once. - Change RTC_VLOW_RD -> RTC_VL_READ, RTC_VLOW_SET -> RTC_VL_CLR - Cache the voltage low value at driver init so the battery status information does not get 'accidentally' cleared when setting the RTC time. - Add weekday handling. - Correct leapyear handling to include 100 and 400 year exceptions. - Correct whitespace and formatting errors. - Remove useless CVS id tag. --- Reading git-diff-tree failed