Re: [PATCH v2 3/3] DMA: shdma: add DT support

2013-06-18 Thread Guennadi Liakhovetski
Hi Arnd On Mon, 17 Jun 2013, Arnd Bergmann wrote: On Thursday 06 June 2013, Guennadi Liakhovetski wrote: +Required properties: +- dmas:a list of [DMA controller phandle] [MID/RID value] pairs +- dma-names: a list of DMA channel names, one per dmas entry Looks ok to

Re: [PATCH v2 3/3] DMA: shdma: add DT support

2013-06-18 Thread Arnd Bergmann
On Tuesday 18 June 2013, Guennadi Liakhovetski wrote: Hi Arnd On Mon, 17 Jun 2013, Arnd Bergmann wrote: On Thursday 06 June 2013, Guennadi Liakhovetski wrote: +Required properties: +- dmas: a list of [DMA controller phandle] [MID/RID value] pairs +- dma-names: a

Re: [PATCH v2 3/3] DMA: shdma: add DT support

2013-06-17 Thread Arnd Bergmann
On Thursday 06 June 2013, Guennadi Liakhovetski wrote: +Required properties: +- dmas: a list of [DMA controller phandle] [MID/RID value] pairs +- dma-names: a list of DMA channel names, one per dmas entry Looks ok to me, although it might be helpful to clarify what MID/RID

[PATCH v2 3/3] DMA: shdma: add DT support

2013-06-06 Thread Guennadi Liakhovetski
This patch adds Device Tree support to the shdma driver. No special DT properties are used, only standard DMA DT bindings are implemented. Since shdma controllers reside on SoCs, their configuration is SoC-specific and shall be passed to the driver from the SoC platform data, using the auxdata