Home
last modified time | relevance | path

Searched hist:"1 e9cebb42de57f1243261939c77ab5b0f9bcf311" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/dma/
H A Dimx-sdma.cdiff 1e9cebb42de57f1243261939c77ab5b0f9bcf311 Wed Jan 19 15:50:38 CST 2011 Shawn Guo <shawn.guo@freescale.com> dmaengine: imx-sdma: correct sdmac->status in sdma_handle_channel_loop()

sdma_handle_channel_loop() is the handler of cyclic tx. One period
success does not really mean the success of the tx. Instead of
DMA_SUCCESS, DMA_IN_PROGRESS should be the one to tell.

Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>