aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-bcm63xx.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-02-23 04:23:50 -0500
committerMark Brown <broonie@kernel.org>2016-02-24 03:30:08 -0500
commit99f1cf1c0c2ccdfa251a55cd28e3004963bf6e1a (patch)
treedc1f6b05e92e38a05b49ebe5041ebdd596eec710 /drivers/spi/spi-bcm63xx.c
parent4bfe927a11b18db447706507654aef83c9ef15c1 (diff)
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>
Diffstat (limited to 'drivers/spi/spi-bcm63xx.c')
0 files changed, 0 insertions, 0 deletions