spi: imx: drop fallback to PIO
authorSascha Hauer <s.hauer@pengutronix.de>
Tue, 23 Feb 2016 09:23:50 +0000 (10:23 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 24 Feb 2016 08:30:08 +0000 (17:30 +0900)
commit99f1cf1c0c2ccdfa251a55cd28e3004963bf6e1a
treedc1f6b05e92e38a05b49ebe5041ebdd596eec710
parent4bfe927a11b18db447706507654aef83c9ef15c1
spi: imx: drop fallback to PIO

At the moment the driver decides to fallback to PIO mode the buffers
are already mapped for DMA. It's a bug to access them with the CPU
afterwards, so we cannot just fallback to PIO mode.
It should not be necessary anyway, since we only use DMA when we
verified that it's possible in the fist place, so when prep_slave_sg
fails it's a bug, either in the SDMA driver or in the can_dma
implementation.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-imx.c