Re: [PATCH] dmaengine: pxa_dma: fix initial list move

2015-09-24 Thread Vinod Koul
On Thu, Sep 24, 2015 at 09:39:32PM +0200, Robert Jarzmik wrote: > Vinod Koul writes: > > > On Mon, Sep 21, 2015 at 11:06:32AM +0200, Robert Jarzmik wrote: > >> Since the commit to have an allocated list of virtual descriptors was > >> reverted, the pxa_dma driver is broken, as it assumes the

Re: [PATCH] dmaengine: pxa_dma: fix initial list move

2015-09-24 Thread Robert Jarzmik
Vinod Koul writes: > On Mon, Sep 21, 2015 at 11:06:32AM +0200, Robert Jarzmik wrote: >> Since the commit to have an allocated list of virtual descriptors was >> reverted, the pxa_dma driver is broken, as it assumes the descriptor is >> placed on the allocated list upon allocation. >> >> Fix the

Re: [PATCH] dmaengine: pxa_dma: fix initial list move

2015-09-24 Thread Vinod Koul
On Mon, Sep 21, 2015 at 11:06:32AM +0200, Robert Jarzmik wrote: > Since the commit to have an allocated list of virtual descriptors was > reverted, the pxa_dma driver is broken, as it assumes the descriptor is > placed on the allocated list upon allocation. > > Fix the issue in pxa_dma by making

Re: [PATCH] dmaengine: pxa_dma: fix initial list move

2015-09-24 Thread Vinod Koul
On Mon, Sep 21, 2015 at 11:06:32AM +0200, Robert Jarzmik wrote: > Since the commit to have an allocated list of virtual descriptors was > reverted, the pxa_dma driver is broken, as it assumes the descriptor is > placed on the allocated list upon allocation. > > Fix the issue in pxa_dma by making

Re: [PATCH] dmaengine: pxa_dma: fix initial list move

2015-09-24 Thread Robert Jarzmik
Vinod Koul writes: > On Mon, Sep 21, 2015 at 11:06:32AM +0200, Robert Jarzmik wrote: >> Since the commit to have an allocated list of virtual descriptors was >> reverted, the pxa_dma driver is broken, as it assumes the descriptor is >> placed on the allocated list upon

Re: [PATCH] dmaengine: pxa_dma: fix initial list move

2015-09-24 Thread Vinod Koul
On Thu, Sep 24, 2015 at 09:39:32PM +0200, Robert Jarzmik wrote: > Vinod Koul writes: > > > On Mon, Sep 21, 2015 at 11:06:32AM +0200, Robert Jarzmik wrote: > >> Since the commit to have an allocated list of virtual descriptors was > >> reverted, the pxa_dma driver is broken,

[PATCH] dmaengine: pxa_dma: fix initial list move

2015-09-21 Thread Robert Jarzmik
Since the commit to have an allocated list of virtual descriptors was reverted, the pxa_dma driver is broken, as it assumes the descriptor is placed on the allocated list upon allocation. Fix the issue in pxa_dma by making an allocated virtual descriptor a singleton. Fixes: 8c8fe97b2b8a ("Revert

[PATCH] dmaengine: pxa_dma: fix initial list move

2015-09-21 Thread Robert Jarzmik
Since the commit to have an allocated list of virtual descriptors was reverted, the pxa_dma driver is broken, as it assumes the descriptor is placed on the allocated list upon allocation. Fix the issue in pxa_dma by making an allocated virtual descriptor a singleton. Fixes: 8c8fe97b2b8a ("Revert