Re: [PATCH 1/2] dma: pxa_dma: fix the no-requestor case

2015-09-30 Thread Robert Jarzmik
Vinod Koul writes: > On Thu, Sep 10, 2015 at 07:17:45PM +0200, Robert Jarzmik wrote: >> A very small number of devices don't use the flow control offered by >> requestor lines. In these specific cases, the pxa dma driver should be >> aware of that and not try to use a requestor line. > > And thes

Re: [PATCH 1/2] dma: pxa_dma: fix the no-requestor case

2015-09-29 Thread Vinod Koul
On Thu, Sep 10, 2015 at 07:17:45PM +0200, Robert Jarzmik wrote: > A very small number of devices don't use the flow control offered by > requestor lines. In these specific cases, the pxa dma driver should be > aware of that and not try to use a requestor line. And these fail for me, what were thes

[PATCH 1/2] dma: pxa_dma: fix the no-requestor case

2015-09-10 Thread Robert Jarzmik
A very small number of devices don't use the flow control offered by requestor lines. In these specific cases, the pxa dma driver should be aware of that and not try to use a requestor line. Signed-off-by: Robert Jarzmik --- drivers/dma/pxa_dma.c | 20 ++-- 1 file changed, 14 ins