From: Andy Gross Date: Thu, 12 Jun 2014 19:34:10 +0000 (-0500) Subject: spi: qup: Remove chip select function X-Git-Tag: omap-for-v3.16/fixes-rc4~37^2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a8573abe965115bc5b064401fd669b74e985258;p=pandora-kernel.git spi: qup: Remove chip select function This patch removes the chip select function. Chip select should instead be supported using GPIOs, defining the DT entry "cs-gpios", and letting the SPI core assert/deassert the chip select as it sees fit. The chip select control inside the controller is buggy. It is supposed to automatically assert the chip select based on the activity in the controller, but it is buggy and doesn't work at all. So instead we elect to use GPIOs. Signed-off-by: Andy Gross Signed-off-by: Mark Brown --- Reading git-diff-tree failed