From: Gabor Juhos Date: Sun, 2 Mar 2014 19:54:42 +0000 (+0100) Subject: spi: spi-ath79: fix initial GPIO CS line setup X-Git-Tag: v3.14-rc6~7^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61d1cf163c8653934cc8cd5d0b2a562d0990c265;p=pandora-kernel.git spi: spi-ath79: fix initial GPIO CS line setup The 'ath79_spi_setup_cs' function initializes the chip select line of a given SPI device in order to make sure that the device is inactive. If the SPI_CS_HIGH bit is set for a given device, it means that the CS line of that device is active HIGH so it must be set to LOW initially. In case of GPIO CS lines, the 'ath79_spi_setup_cs' function does the opposite of that due to the wrong GPIO flags. Fix the code to use the correct GPIO flags. Reported-by: Ronald Wahl Signed-off-by: Gabor Juhos Signed-off-by: Mark Brown Cc: stable@vger.kernel.org --- Reading git-diff-tree failed