Re: [PATCH linux-next v2 1/1] dmaengine: at_hdmac: fix residue computation

2015-07-10 Thread Vinod Koul
On Thu, Jun 18, 2015 at 01:25:41PM +0200, Cyrille Pitchen wrote: > As claimed by the programmer datasheet and confirmed by the IP designer, > the Block Transfer Size (BTSIZE) bitfield of the Channel x Control A > Register (CTRLAx) always refers to a number of Source Width (SRC_WIDTH) > transfers. >

Re: [PATCH linux-next v2 1/1] dmaengine: at_hdmac: fix residue computation

2015-06-29 Thread Nicolas Ferre
Le 18/06/2015 13:25, Cyrille Pitchen a écrit : > As claimed by the programmer datasheet and confirmed by the IP designer, > the Block Transfer Size (BTSIZE) bitfield of the Channel x Control A > Register (CTRLAx) always refers to a number of Source Width (SRC_WIDTH) > transfers. > > Both the SRC_W

Re: [PATCH linux-next v2 1/1] dmaengine: at_hdmac: fix residue computation

2015-06-29 Thread Nicolas Ferre
Le 19/06/2015 16:36, Jiří Prchal a écrit : > > > On 19.6.2015 15:21, Nicolas Ferre wrote: >> Le 18/06/2015 14:09, Jiří Prchal a écrit : >>> >>> >>> On 18.6.2015 13:25, Cyrille Pitchen wrote: Signed-off-by: Cyrille Pitchen >>> >>> Tested-by: Jiří Prchal > > It's already here. > >>> >

Re: [PATCH linux-next v2 1/1] dmaengine: at_hdmac: fix residue computation

2015-06-19 Thread Jiří Prchal
On 19.6.2015 15:21, Nicolas Ferre wrote: Le 18/06/2015 14:09, Jiří Prchal a écrit : On 18.6.2015 13:25, Cyrille Pitchen wrote: Signed-off-by: Cyrille Pitchen Tested-by: Jiří Prchal It's already here. Manually applied to 4.1-rc7 and it WORKS! Good piece of new indeed. Can you ad

Re: [PATCH linux-next v2 1/1] dmaengine: at_hdmac: fix residue computation

2015-06-19 Thread Nicolas Ferre
Le 18/06/2015 14:09, Jiří Prchal a écrit : > > > On 18.6.2015 13:25, Cyrille Pitchen wrote: >> >> Signed-off-by: Cyrille Pitchen > > Tested-by: Jiří Prchal > > Manually applied to 4.1-rc7 and it WORKS! Good piece of new indeed. Can you add your "Tested-by" tag? Bye, -- Nicolas Ferre -- To

Re: [PATCH linux-next v2 1/1] dmaengine: at_hdmac: fix residue computation

2015-06-19 Thread Torsten Fleischer
On Thursday 18 June 2015 at 13:25:41 Cyrille Pitchen wrote: > > Signed-off-by: Cyrille Pitchen > --- Looks good to me. Acked-by: Torsten Fleischer Regards, Torsten -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org

Re: [PATCH linux-next v2 1/1] dmaengine: at_hdmac: fix residue computation

2015-06-18 Thread Jiří Prchal
On 18.6.2015 13:25, Cyrille Pitchen wrote: Signed-off-by: Cyrille Pitchen Tested-by: Jiří Prchal Manually applied to 4.1-rc7 and it WORKS! Great. Jiri -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majo

[PATCH linux-next v2 1/1] dmaengine: at_hdmac: fix residue computation

2015-06-18 Thread Cyrille Pitchen
As claimed by the programmer datasheet and confirmed by the IP designer, the Block Transfer Size (BTSIZE) bitfield of the Channel x Control A Register (CTRLAx) always refers to a number of Source Width (SRC_WIDTH) transfers. Both the SRC_WIDTH and BTSIZE bitfields can be extacted from the CTRLAx r