Re: [PATCH] ARM: pxa: fix the number of DMA requestor lines

2016-03-29 Thread Robert Jarzmik
Robert Jarzmik writes: > The number of requestor lines was clamped to 0 for all pxa architectures > in the requestor declaration. Fix this by using the value. > > Fixes: 72b195cb7162 ("ARM: pxa: add the number of DMA requestor lines") > Signed-off-by: Robert Jarzmik

Re: [PATCH] ARM: pxa: fix the number of DMA requestor lines

2016-03-29 Thread Robert Jarzmik
Robert Jarzmik writes: > The number of requestor lines was clamped to 0 for all pxa architectures > in the requestor declaration. Fix this by using the value. > > Fixes: 72b195cb7162 ("ARM: pxa: add the number of DMA requestor lines") > Signed-off-by: Robert Jarzmik > --- >

[PATCH] ARM: pxa: fix the number of DMA requestor lines

2016-03-08 Thread Robert Jarzmik
The number of requestor lines was clamped to 0 for all pxa architectures in the requestor declaration. Fix this by using the value. Fixes: 72b195cb7162 ("ARM: pxa: add the number of DMA requestor lines") Signed-off-by: Robert Jarzmik --- arch/arm/mach-pxa/devices.c | 1 +

[PATCH] ARM: pxa: fix the number of DMA requestor lines

2016-03-08 Thread Robert Jarzmik
The number of requestor lines was clamped to 0 for all pxa architectures in the requestor declaration. Fix this by using the value. Fixes: 72b195cb7162 ("ARM: pxa: add the number of DMA requestor lines") Signed-off-by: Robert Jarzmik --- arch/arm/mach-pxa/devices.c | 1 + 1 file changed, 1