]> 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)
commit174f55c4c3dde3a31d689425592151e76f3938df
tree618248d5bb12a03322895255cb2dccc1f29bf153
parent5cb1b71b824f65784a000a9c27b3001c3c888bf6
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