Re: [PATCH] dmaengine: at_xdmac: fix bad behavior in interleaved mode

2015-12-05 Thread Vinod Koul
On Wed, Dec 02, 2015 at 05:10:16PM +0100, Ludovic Desroches wrote: > From: Sylvain ETIENNE > > When performing interleaved transfers with numf > 1, an extra line is > copied. The mbr.bc field is incremented once too often. The length of > the block is (BLEN+1) microblocks. Applied, thanks --

Re: [PATCH] dmaengine: at_xdmac: fix bad behavior in interleaved mode

2015-12-05 Thread Vinod Koul
On Wed, Dec 02, 2015 at 05:10:16PM +0100, Ludovic Desroches wrote: > From: Sylvain ETIENNE > > When performing interleaved transfers with numf > 1, an extra line is > copied. The mbr.bc field is incremented once too often. The length of > the block is (BLEN+1)

[PATCH] dmaengine: at_xdmac: fix bad behavior in interleaved mode

2015-12-02 Thread Ludovic Desroches
From: Sylvain ETIENNE When performing interleaved transfers with numf > 1, an extra line is copied. The mbr.bc field is incremented once too often. The length of the block is (BLEN+1) microblocks. Signed-off-by: Sylvain ETIENNE Signed-off-by: Ludovic Desroches Fixes: 4e5385784e69 ("dmaengine:

[PATCH] dmaengine: at_xdmac: fix bad behavior in interleaved mode

2015-12-02 Thread Ludovic Desroches
From: Sylvain ETIENNE When performing interleaved transfers with numf > 1, an extra line is copied. The mbr.bc field is incremented once too often. The length of the block is (BLEN+1) microblocks. Signed-off-by: Sylvain ETIENNE