Re: [PATCH] dma: pl330: Support per channel irq allocation

2013-10-13 Thread Vinod Koul
On Mon, Sep 30, 2013 at 08:50:48AM +0200, Michal Simek wrote: > Some pl330 have per channel irq and it is necessary > to allocate all of them. Loop over irq assigned for this > device to support these pl330 IPs. > > For example this IP is available on Xilinx Zynq platform. > > Signed-off-by: Mich

Re: [PATCH] dma: pl330: Support per channel irq allocation

2013-10-13 Thread Lars-Peter Clausen
On 10/13/2013 05:31 PM, Vinod Koul wrote: On Mon, Sep 30, 2013 at 08:50:48AM +0200, Michal Simek wrote: Some pl330 have per channel irq and it is necessary to allocate all of them. Loop over irq assigned for this device to support these pl330 IPs. For example this IP is available on Xilinx Zynq

Re: [PATCH] dma: pl330: Support per channel irq allocation

2013-10-13 Thread Vinod Koul
On Mon, Sep 30, 2013 at 08:50:48AM +0200, Michal Simek wrote: > Some pl330 have per channel irq and it is necessary > to allocate all of them. Loop over irq assigned for this > device to support these pl330 IPs. > > For example this IP is available on Xilinx Zynq platform. > > Signed-off-by: Mich

[PATCH] dma: pl330: Support per channel irq allocation

2013-09-29 Thread Michal Simek
Some pl330 have per channel irq and it is necessary to allocate all of them. Loop over irq assigned for this device to support these pl330 IPs. For example this IP is available on Xilinx Zynq platform. Signed-off-by: Michal Simek --- Hi Vinod, this is the patch I told you about it. I have teste