Re: [PATCH v4 0/4] dw_dmac: return actual residue value

2013-01-28 Thread Vinod Koul
On Fri, Jan 25, 2013 at 11:47:59AM +0200, Andy Shevchenko wrote: > The patch series is targeted for getting proper residue value. Applied, thanks -- ~Vinod -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordom

Re: [PATCH v4 0/4] dw_dmac: return actual residue value

2013-01-25 Thread Viresh Kumar
On Fri, Jan 25, 2013 at 3:17 PM, Andy Shevchenko wrote: > The patch series is targeted for getting proper residue value. > > Since v3: > - split dwc_get_residue() from dwc_tx_status and improve locking there > - patch 1/4 "dw_dmac: remove unnecessary tx_list field in dw_dma_chan" was > amended a

[PATCH v4 0/4] dw_dmac: return actual residue value

2013-01-25 Thread Andy Shevchenko
The patch series is targeted for getting proper residue value. Since v3: - split dwc_get_residue() from dwc_tx_status and improve locking there - patch 1/4 "dw_dmac: remove unnecessary tx_list field in dw_dma_chan" was amended a bit to simplify patch 4/4 Since v2: - get rid of dwc_update_residu