spi/s3c64xx: Factor transfer start out of enable/disable_cs()
authorMark Brown <broonie@linaro.org>
Fri, 27 Sep 2013 18:56:31 +0000 (19:56 +0100)
committerMark Brown <broonie@linaro.org>
Mon, 7 Oct 2013 19:04:01 +0000 (20:04 +0100)
commitebd805cc14bec607e74795b7933570f240508cb4
tree196e90c9c7ec3e2883797fec22c3a056996009b7
parent0f5a751ace250097d3ad7835df7d376f21f44509
spi/s3c64xx: Factor transfer start out of enable/disable_cs()

The hardware level /CS handling is tied to the start of the data path so
is rolled into the same function as we use to manipulate GPIO /CS. In
order to support factoring out the /CS handling into the core separate the
two and explicitly start transfers separately to the /CS handling.

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