]> git.baikalelectronics.ru Git - kernel.git/commit
spi: ep93xx: Convert to use CS GPIO descriptors
authorLinus Walleij <linus.walleij@linaro.org>
Sat, 20 Apr 2019 11:05:59 +0000 (13:05 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 2 May 2019 01:37:59 +0000 (10:37 +0900)
commit5bc18006a783d7231716ba7971e6ccb676205b92
tree618248d5bb12a03322895255cb2dccc1f29bf153
parent158cc5aa721155d99e46837820ac3854d601d373
spi: ep93xx: Convert to use CS GPIO descriptors

This converts the EP93xx SPI master driver to use GPIO
descriptors for chip select handling.

EP93xx was using platform data to pass in GPIO lines,
by converting all board files to use GPIO descriptor
tables the core will look up the GPIO lines from the
SPI device in the same manner as for device tree.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
arch/arm/mach-ep93xx/edb93xx.c
arch/arm/mach-ep93xx/simone.c
arch/arm/mach-ep93xx/ts72xx.c
arch/arm/mach-ep93xx/vision_ep9307.c
drivers/spi/spi-ep93xx.c
include/linux/platform_data/spi-ep93xx.h