dw_dmac: move soft LLP code from tasklet to dwc_scan_descriptors
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 18 Jan 2013 12:14:15 +0000 (14:14 +0200)
committerVinod Koul <vinod.koul@intel.com>
Mon, 21 Jan 2013 04:49:21 +0000 (20:49 -0800)
commit77bcc497c60ec62dbb84abc809a6e218d53409e9
tree6d0f491d55b316010f352934a23b4ecd5d01e118
parent5be10f349bc0a2f3dd2ab6417ffe29746403984c
dw_dmac: move soft LLP code from tasklet to dwc_scan_descriptors

The proper place for the main logic of the soft LLP mode is
dwc_scan_descriptors. It prevents to get the transfer unexpectedly aborted in
case the user calls dwc_tx_status.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/dw_dmac.c