commit | 44968466cfb969f960dbe422bbc785117f497729 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sun Oct 14 04:32:56 2012 +0200 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Oct 17 16:11:09 2012 +0900 |
tree | dac3135460d2fa8dc0a07ff0e38b678812050c40 | |
parent | d856f1eb56ae3d935fb502441aa37b650aeba683 [diff] |
spi: mxs: Terminate DMA in case of DMA timeout In case the SPI DMA times out, the DMA might still be in some kind of inconsistent state. Issue dmaengine_terminate_all() on the particular channel to kill off all operations before continuing. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>