From: Heikki Krogerus Date: Thu, 10 Jan 2013 08:53:06 +0000 (+0200) Subject: dma: dw_dmac: clear suspend bit during termination X-Git-Tag: v3.9-rc1~80^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5dbff111cacecd2e79843a51cc86d21d3648af5;p=pandora-kernel.git dma: dw_dmac: clear suspend bit during termination The DMA transfer could not be established if previously it was paused and terminated. In that case the channel's suspend bit remains set that prevents to transfer anything until channel is resumed. The patch adds the dwc_chan_resume() call instead of a plain flag assignment. That clears the DWC_CFGL_CH_SUSP bit as well during termination. Signed-off-by: Heikki Krogerus Signed-off-by: Andy Shevchenko Acked-by: Viresh Kumar Signed-off-by: Vinod Koul --- Reading git-diff-tree failed