diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-03-02 19:54:42 (GMT) |
---|---|---|
committer | Jiri Slaby <jslaby@suse.cz> | 2014-03-22 21:01:58 (GMT) |
commit | 0a7bc8661cf5b00ed5d6db543e820972f813c442 (patch) | |
tree | 7a21fb9ba86cab2148174d192c1fad01296a5568 /fs/char_dev.c | |
parent | d8e172f3c0a5b1456071b1f4483393fcf3deb20b (diff) | |
download | linux-fsl-qoriq-0a7bc8661cf5b00ed5d6db543e820972f813c442.tar.xz |
spi: spi-ath79: fix initial GPIO CS line setup
commit 61d1cf163c8653934cc8cd5d0b2a562d0990c265 upstream.
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 <ronald.wahl@raritan.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Diffstat (limited to 'fs/char_dev.c')
0 files changed, 0 insertions, 0 deletions