From: Gabor Juhos Date: Thu, 27 Dec 2012 09:42:24 +0000 (+0100) Subject: spi/ath79: add delay between SCK changes X-Git-Tag: v3.9-rc1~148^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=440114fdb13cbc53ea734bcc05b86bcf5b1e430c;p=pandora-kernel.git spi/ath79: add delay between SCK changes The driver uses the "as fast as it can" approach to drive the SCK signal. However this does not work with certain low speed SPI chips (e.g. the PCF2123 RTC chip). The patch adds per-bit slowdowns in order to be able to use the driver with such chips as well. Signed-off-by: Gabor Juhos Signed-off-by: Grant Likely --- Reading git-diff-tree failed