Re: [PATCH] dw_dmac: move soft LLP code from tasklet to dwc_scan_descriptors

2013-01-28 Thread Andy Shevchenko
On Mon, 2013-01-28 at 04:10 -0800, Vinod Koul wrote: > > On Fri, Jan 18, 2013 at 5:44 PM, Andy Shevchenko > > > 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_st

Re: [PATCH] dw_dmac: move soft LLP code from tasklet to dwc_scan_descriptors

2013-01-28 Thread Vinod Koul
> On Fri, Jan 18, 2013 at 5:44 PM, Andy Shevchenko > > 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. Can you rebase this, it failed to apply for me -- ~Vinod

Re: [PATCH] dw_dmac: move soft LLP code from tasklet to dwc_scan_descriptors

2013-01-20 Thread Vinod Koul
On Fri, Jan 18, 2013 at 02:14:15PM +0200, Andy Shevchenko wrote: > 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 Applied, Thanks -

Re: [PATCH] dw_dmac: move soft LLP code from tasklet to dwc_scan_descriptors

2013-01-19 Thread Viresh Kumar
On Fri, Jan 18, 2013 at 5:44 PM, Andy Shevchenko wrote: > 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 Acked-by: Viresh Kumar --

[PATCH] dw_dmac: move soft LLP code from tasklet to dwc_scan_descriptors

2013-01-18 Thread Andy Shevchenko
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 --- drivers/dma/dw_dmac.c | 43 +-- 1 file changed