commit | 104e51af79a0dbb80627d4db5e1421dd2a2f590c | [log] [tgz] |
---|---|---|
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | Fri Feb 09 16:31:07 2018 +0200 |
committer | Mark Brown <broonie@kernel.org> | Mon Feb 12 09:31:40 2018 +0000 |
tree | df27fc88c1fc1afea877f0d57bdecd57be0b8385 | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 [diff] |
spi: pxa2xx: Move SSP idle waiting to cs_deassert() Move SSP idle waiting before CS deassert from error and end of message handling function giveback() to cs_deassert(). This ensures idle waiting is done also if there is CS change between transfers. Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>