]> git.baikalelectronics.ru Git - kernel.git/commit
spi: spi-ep93xx: simplify GPIO chip selects
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Thu, 16 Feb 2017 20:07:37 +0000 (13:07 -0700)
committerMark Brown <broonie@kernel.org>
Thu, 16 Feb 2017 20:10:26 +0000 (20:10 +0000)
commit758f723da5d7cd97a3c5bd60e85e00d18df742b3
tree0b1b1c7ed5ec79bdf18719164fc1c0d133cf731b
parent61e97e732ac8f4496397abff47ad11acd8290ca8
spi: spi-ep93xx: simplify GPIO chip selects

This driver requires a GPIO line to be used for the chip select of
each SPI device.

Remove the ep93xx_spi_chip_ops definition from the platform data
and use the spi core GPIO handling for the chip selects.

Fix all the ep93xx platforms that use this driver and remove the
old Documentation.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/spi/ep93xx_spi [deleted file]
arch/arm/mach-ep93xx/edb93xx.c
arch/arm/mach-ep93xx/simone.c
arch/arm/mach-ep93xx/vision_ep9307.c
drivers/spi/spi-ep93xx.c
include/linux/platform_data/spi-ep93xx.h