Re: [PATCH v2 05/15] DMA: shdma: pass SoC-specific configuration to the driver via OF matching

2013-07-22 Thread Laurent Pinchart
Hi Guennadi, On Monday 22 July 2013 09:29:40 Guennadi Liakhovetski wrote: > On Mon, 22 Jul 2013, Laurent Pinchart wrote: > > On Friday 19 July 2013 18:29:30 Guennadi Liakhovetski wrote: > > > Similar to the non-DT case, this patch passes SoC-specific configuration > > > to the driver via device ID

Re: [PATCH v2 05/15] DMA: shdma: pass SoC-specific configuration to the driver via OF matching

2013-07-22 Thread Guennadi Liakhovetski
On Mon, 22 Jul 2013, Laurent Pinchart wrote: > Hi Guennadi, > > Thanks for the patch. > > On Friday 19 July 2013 18:29:30 Guennadi Liakhovetski wrote: > > Similar to the non-DT case, this patch passes SoC-specific configuration > > to the driver via device ID matching, instead of platform data.

Re: [PATCH v2 05/15] DMA: shdma: pass SoC-specific configuration to the driver via OF matching

2013-07-21 Thread Laurent Pinchart
Hi Guennadi, Thanks for the patch. On Friday 19 July 2013 18:29:30 Guennadi Liakhovetski wrote: > Similar to the non-DT case, this patch passes SoC-specific configuration > to the driver via device ID matching, instead of platform data. > > Signed-off-by: Guennadi Liakhovetski > --- > > v2: ad

[PATCH v2 05/15] DMA: shdma: pass SoC-specific configuration to the driver via OF matching

2013-07-19 Thread Guennadi Liakhovetski
Similar to the non-DT case, this patch passes SoC-specific configuration to the driver via device ID matching, instead of platform data. Signed-off-by: Guennadi Liakhovetski --- v2: adjust spacing within array definitions to keep a uniform style. Documentation/devicetree/bindings/dma/shdma.txt