]> git.baikalelectronics.ru Git - kernel.git/commit
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, 30 Sep 2013 11:53:38 +0000 (12:53 +0100)
commitd5f735d9b2b1a960b03df6d2d418273b67b49616
tree9ae4dddb29279dc42d1dcaf908dd46c862f9a781
parentb6ff7c7619a8231b4c4a2ab59078211b3c59bb9c
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