]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
dmaengine: imx-dma: Disable use of hw_chain to fix sg_dma transfers.
authorJavier Martin <javier.martin@vista-silicon.com>
Tue, 30 Oct 2012 15:58:50 +0000 (15:58 +0000)
committerVinod Koul <vinod.koul@intel.com>
Tue, 8 Jan 2013 15:44:56 +0000 (07:44 -0800)
commitbef2a8d3f6cb91bc8743bdd63d3eb6a37bf27b12
tree42f3b88674d7d7c836c88cd7ef0e9d352bb2cecf
parentac4989874af56435c308bdde9ad9c837a26f8b23
dmaengine: imx-dma: Disable use of hw_chain to fix sg_dma transfers.

HW chaining is currently broken in imx-dma. It can be easily reproduced doing
intensive accesses to a external MMC card and checking how the file system
is corrupted.

Preventing the driver to use HW chaining solves these issues.

Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/imx-dma.c