]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
commit1dfbf334f12361ebe6269c5918328b755ee960c7
tree618248d5bb12a03322895255cb2dccc1f29bf153
parent2a168e10d6db7b77190c55d994e42fc5a58fc8e5
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