commit | 8c09daa1c963e2ab58029520dd2f3d54184d7258 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@linaro.org> | Fri Sep 27 19:56:31 2013 +0100 |
committer | Mark Brown <broonie@linaro.org> | Mon Sep 30 12:53:38 2013 +0100 |
tree | 9ae4dddb29279dc42d1dcaf908dd46c862f9a781 | |
parent | dd97e26849c16f484191f056b6e080cc30ebe98b [diff] |
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>