From: David Milburn Date: Sun, 11 May 2008 18:37:05 +0000 (+0200) Subject: i2c-piix4: Increase the intitial delay for the ServerWorks CSB5 X-Git-Tag: v2.6.26-rc2~1^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1c1759cd192fe1d27989f986c7f6b2939905e0c;p=pandora-kernel.git i2c-piix4: Increase the intitial delay for the ServerWorks CSB5 Per the PIIX4 errata, there maybe a delay between setting the start bit in the Smbus Host Controller Register and the transaction actually starting. If the driver doesn't delay long enough, it may appear that the transaction is complete when actually it hasn't started, this may lead to bus collisions. While 1 ms appears to be enough for most chips, the ServerWorks CSB5 wants 2 ms. Signed-off-by: David Milburn Signed-off-by: Jean Delvare --- Reading git-diff-tree failed