commit | 77bcc497c60ec62dbb84abc809a6e218d53409e9 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Fri Jan 18 14:14:15 2013 +0200 |
committer | Vinod Koul <vinod.koul@intel.com> | Sun Jan 20 20:49:21 2013 -0800 |
tree | 6d0f491d55b316010f352934a23b4ecd5d01e118 | |
parent | 5be10f349bc0a2f3dd2ab6417ffe29746403984c [diff] |
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>