]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dma: imx-dma: start transfer in issue_pending
authorSascha Hauer <s.hauer@pengutronix.de>
Mon, 9 Jan 2012 09:32:49 +0000 (10:32 +0100)
committerVinod Koul <vinod.koul@linux.intel.com>
Mon, 30 Jan 2012 09:20:39 +0000 (14:50 +0530)
commit5b3168763f507fd46285b7310fc2d18dafe7f1c7
tree886a9334514b223892b9a6c236e24840e6cbdab8
parentc0fa6c8af7ab4f5d69d512a0d5fc3de512f337ae
dma: imx-dma: start transfer in issue_pending

The DMA engine API requires that transfers are started in issue_pending
instead of tx_submit. Fix this.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
[corrected change log to DMA engine API insteadof DMA API]
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
drivers/dma/imx-dma.c