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

2013-04-02 Thread Vinod Koul
On Tue, Apr 02, 2013 at 12:44:36PM +0200, Lars-Peter Clausen wrote: > On 04/02/2013 11:12 AM, PADMAVATHI VENNA wrote: > >> Use the generic of_dma_xlate_by_chan_id xlate callback instead of a custom > >> implementation. Hi Padma, Can you please fix your MUA to 1) not break the message ids 2) reply

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

2013-04-02 Thread Lars-Peter Clausen
On 04/02/2013 11:12 AM, PADMAVATHI VENNA wrote: > Hi Lars, > > --- Original Message --- > Sender : Lars-Peter Clausen > Date : Apr 02, 2013 16:33 (GMT+09:00) > Title : Re: [PATCH 2/2] dma: pl330: Use the generic of_dma_xlate_by_chan_id > > On 04/02/2013 08:27 AM

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

2013-04-02 Thread PADMAVATHI VENNA
Hi Lars, --- Original Message --- Sender : Lars-Peter Clausen Date : Apr 02, 2013 16:33 (GMT+09:00) Title : Re: [PATCH 2/2] dma: pl330: Use the generic of_dma_xlate_by_chan_id On 04/02/2013 08:27 AM, PADMAVATHI VENNA wrote: > > Hi, > --- Original Message --- > S

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

2013-04-01 Thread Lars-Peter Clausen
On 04/02/2013 08:27 AM, PADMAVATHI VENNA wrote: > > Hi, > --- Original Message --- > Sender : Lars-Peter Clausen > Date : Mar 25, 2013 22:16 (GMT+09:00) > Title : [PATCH 2/2] dma: pl330: Use the generic of_dma_xlate_by_chan_id > > Use the generic of_dma_xlate_b

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

2013-04-01 Thread PADMAVATHI VENNA
Hi, --- Original Message --- Sender : Lars-Peter Clausen Date : Mar 25, 2013 22:16 (GMT+09:00) Title : [PATCH 2/2] dma: pl330: Use the generic 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

[PATCH 2/2] dma: pl330: Use the generic of_dma_xlate_by_chan_id

2013-03-25 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