diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2015-03-09 16:48:48 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-03-09 18:11:13 +0000 |
commit | 4d5ac1edfdd79aea31983333cb53dd5db29559f9 (patch) | |
tree | d36ff072616b0352df81b3878444d22e28c10092 /drivers/spi/spi-dw.h | |
parent | f051fc8f117d95baaa3654d40e779c56c2c6d180 (diff) |
spi: dw-mid: clear ongoing DMA transfers on timeout
This patch shuts up any ongoing DMA transfer in case of error.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-dw.h')
-rw-r--r-- | drivers/spi/spi-dw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/spi-dw.h b/drivers/spi/spi-dw.h index 7351692494ec..7f130bd8f37a 100644 --- a/drivers/spi/spi-dw.h +++ b/drivers/spi/spi-dw.h @@ -93,6 +93,7 @@ struct dw_spi_dma_ops { void (*dma_exit)(struct dw_spi *dws); int (*dma_setup)(struct dw_spi *dws); int (*dma_transfer)(struct dw_spi *dws); + void (*dma_stop)(struct dw_spi *dws); }; struct dw_spi { |