From: Michael Buesch Date: Thu, 2 Apr 2009 23:57:07 +0000 (-0700) Subject: spi-gpio: allow operation without CS signal X-Git-Tag: v2.6.30-rc1~382 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfb9bcdbda9a61bca469bf899a589918c60c4c18;p=pandora-kernel.git spi-gpio: allow operation without CS signal Change spi-gpio so that it is possible to drive SPI communications over GPIO without the need for a chipselect signal. This is useful in very small setups where there's only one slave device on the bus. This patch does not affect existing setups. I use this for a tiny communication channel between an embedded device and a microcontroller. There are not enough GPIOs available for chipselect and it's not needed anyway in this case. Signed-off-by: Michael Buesch Cc: David Brownell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed