From: Uwe Kleine-König Date: Thu, 9 Feb 2012 21:21:45 +0000 (+0100) Subject: spi/gpio: start with CS non-active X-Git-Tag: v3.6-rc1~96^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05644147064acabb8587c4cbd690047494f7b3a1;p=pandora-kernel.git spi/gpio: start with CS non-active The chip select line was configured as output with the initial value being active explicitly. It was later deasserted during spi_bitbang_setup() without any clock activity in between. So it makes no sense to activate the device at all and the chip select line can better start non-active. Signed-off-by: Uwe Kleine-König Acked-by: Linus Walleij Signed-off-by: Mark Brown --- Reading git-diff-tree failed