Re: [PATCH v2 03/16] ARM: dts: provide DMA config to pxamci

2013-12-16 Thread Lars-Peter Clausen
On 12/16/2013 12:47 PM, Sergei Ianovich wrote: > On Mon, 2013-12-16 at 10:58 +0100, Daniel Mack wrote: >> On 12/14/2013 08:34 PM, Sergei Ianovich wrote: >>> On Sat, 2013-12-14 at 20:06 +0100, Arnd Bergmann wrote: >> The patch looks ok in case we are merging your patches for 3.14 and Danie

Re: [PATCH v2 03/16] ARM: dts: provide DMA config to pxamci

2013-12-16 Thread Sergei Ianovich
On Mon, 2013-12-16 at 12:58 +0100, Lars-Peter Clausen wrote: > Btw. any driver that parses the dmas property manually should be considered > broken. This is a classical layering violation. The layout of the dma > specifier is DMA controller specific and should be completely transparent to > the dev

Re: [PATCH v2 03/16] ARM: dts: provide DMA config to pxamci

2013-12-16 Thread Sergei Ianovich
On Mon, 2013-12-16 at 10:58 +0100, Daniel Mack wrote: > On 12/14/2013 08:34 PM, Sergei Ianovich wrote: > > On Sat, 2013-12-14 at 20:06 +0100, Arnd Bergmann wrote: > > >> The patch looks ok in case we are merging your patches for 3.14 > >> and Daniel's patches later than that. If they end up in the

Re: [PATCH v2 03/16] ARM: dts: provide DMA config to pxamci

2013-12-14 Thread Arnd Bergmann
On Saturday 14 December 2013, Sergei Ianovich wrote: > On Sat, 2013-12-14 at 20:06 +0100, Arnd Bergmann wrote: > > On Friday 13 December 2013, Sergei Ianovich wrote: > > > Non-dts implementation supply required DMA channel numbers as > > > IORESOURCE_DMA. However, there is was no way to get them fr

Re: [PATCH v2 03/16] ARM: dts: provide DMA config to pxamci

2013-12-14 Thread Sergei Ianovich
On Sat, 2013-12-14 at 20:06 +0100, Arnd Bergmann wrote: > On Friday 13 December 2013, Sergei Ianovich wrote: > > Non-dts implementation supply required DMA channel numbers as > > IORESOURCE_DMA. However, there is was no way to get them from > > device tree. > > Please update this changeset comment

Re: [PATCH v2 03/16] ARM: dts: provide DMA config to pxamci

2013-12-14 Thread Arnd Bergmann
On Friday 13 December 2013, Sergei Ianovich wrote: > Non-dts implementation supply required DMA channel numbers as > IORESOURCE_DMA. However, there is was no way to get them from > device tree. Please update this changeset comment, I think it still refers to the earlier version. > Signed-off-by:

[PATCH v2 03/16] ARM: dts: provide DMA config to pxamci

2013-12-12 Thread Sergei Ianovich
Non-dts implementation supply required DMA channel numbers as IORESOURCE_DMA. However, there is was no way to get them from device tree. Signed-off-by: Sergei Ianovich CC: Daniel Mack CC: Arnd Bergmann --- v1..v2 * add binding for next-gen dma controller * use correct dma declararion