]> git.karo-electronics.de Git - karo-tx-linux.git/commit
spi/s3c64xx: Use core cs_gpio field
authorMark Brown <broonie@linaro.org>
Fri, 27 Sep 2013 17:58:55 +0000 (18:58 +0100)
committerMark Brown <broonie@linaro.org>
Mon, 30 Sep 2013 11:53:37 +0000 (12:53 +0100)
commitdd97e26849c16f484191f056b6e080cc30ebe98b
tree7b7044783b9c4e758f85e6726a067016f559db72
parent64d930ac116db25db814f76c31bfd4a7ea428f74
spi/s3c64xx: Use core cs_gpio field

Rather than using the driver custom platform data to store the chip select
GPIO use the cs_gpio field provided by the SPI core, supporting future
refectoring.

Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-s3c64xx.c