Re: [PATCH resend 2/2] dma: pl330: Use the common of_dma_xlate_by_chan_id

2013-05-14 Thread Lars-Peter Clausen
ble to request channels for controllers which support cyclic transfers. > Otherwise your patches looks good to me. > > Thanks > Padma > --- Original Message --- > Sender : Lars-Peter Clausen > Date : May 13, 2013 01:02 (GMT+09:00) > Title : [PATCH resend 2/2]

Re: [PATCH resend 2/2] dma: pl330: Use the common of_dma_xlate_by_chan_id

2013-05-14 Thread PADMAVATHI VENNA
MT+09:00) Title : [PATCH resend 2/2] dma: pl330: Use the common of_dma_xlate_by_chan_id Use the generic of_dma_xlate_by_chan_id xlate callback instead of a custom implementation. There is one minor difference between the generic of_dma_xlate_by_chan_id function and the pl330 specifi

[PATCH resend 2/2] dma: pl330: Use the common of_dma_xlate_by_chan_id

2013-05-12 Thread Lars-Peter Clausen
Use the generic of_dma_xlate_by_chan_id xlate callback instead of a custom implementation. There is one minor difference between the generic of_dma_xlate_by_chan_id function and the pl330 specific one. of_dma_xlate_by_chan_id only sets the DMA_SLAVE capability for the channel capability mask, whil