]> asedeno.scripts.mit.edu Git - linux.git/commit
spi: davinci: Remove chip select GPIO pdata
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 4 Sep 2018 12:41:28 +0000 (14:41 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 11 Sep 2018 16:37:15 +0000 (17:37 +0100)
commit56df612afb606dcefba8ab38ab32e052218b6050
tree71658487158c6c14d2c8ded0b0edce3f8e70f2e6
parente757996cafbeb6b71234a17130674bcd8f44c59e
spi: davinci: Remove chip select GPIO pdata

The DaVinci SPI can use either:
- Internal chip selects (inside the SPI host)
- External chip selects (using GPIO)
- External chip selects passed in pdata

The last way of passing external chip selects through
platform data is not used in the kernel. Delete it to make
the code simpler when refactoring GPIO.

Cc: Sekhar Nori <nsekhar@ti.com>
Cc: Kevin Hilman <khilman@kernel.org>
Cc: Michele Dionisio <michele.dionisio@gmail.com>
Cc: Frode Isaksen <fisaksen@baylibre.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-davinci.c
include/linux/platform_data/spi-davinci.h