Re: [Patch v2 1/6] soc: qcom: gsbi: Add support for ADM CRCI muxing

2015-02-02 Thread Stephen Boyd
On 01/30/15 13:48, Kumar Gala wrote: > On Jan 30, 2015, at 3:37 PM, Stephen Boyd wrote: > >> On 01/30/15 08:32, Kumar Gala wrote: >>> On Jan 30, 2015, at 12:25 AM, Andy Gross wrote: >>> Required properties if child node exists: - #address-cells: Must be 1 - #size-cells: Must be 1 >

Re: [Patch v2 1/6] soc: qcom: gsbi: Add support for ADM CRCI muxing

2015-01-30 Thread Kumar Gala
On Jan 30, 2015, at 3:37 PM, Stephen Boyd wrote: > On 01/30/15 08:32, Kumar Gala wrote: >> On Jan 30, 2015, at 12:25 AM, Andy Gross wrote: >> >>> Required properties if child node exists: >>> - #address-cells: Must be 1 >>> - #size-cells: Must be 1 >>> - ranges: Must be present >>> >>> +Note:

Re: [Patch v2 1/6] soc: qcom: gsbi: Add support for ADM CRCI muxing

2015-01-30 Thread Stephen Boyd
On 01/30/15 08:32, Kumar Gala wrote: > On Jan 30, 2015, at 12:25 AM, Andy Gross wrote: > >> Required properties if child node exists: >> - #address-cells: Must be 1 >> - #size-cells: Must be 1 >> - ranges: Must be present >> >> +Note: Each GSBI should have an alias correctly numbered in "aliases"

Re: [Patch v2 1/6] soc: qcom: gsbi: Add support for ADM CRCI muxing

2015-01-30 Thread Kumar Gala
On Jan 30, 2015, at 12:25 AM, Andy Gross wrote: > This patch adds automatic configuration for the ADM CRCI muxing required to > support DMA operations for GSBI clients. The GSBI mode and instance determine > the correct TCSR ADM CRCI MUX value that must be programmed so that the DMA > works pro

[Patch v2 1/6] soc: qcom: gsbi: Add support for ADM CRCI muxing

2015-01-29 Thread Andy Gross
This patch adds automatic configuration for the ADM CRCI muxing required to support DMA operations for GSBI clients. The GSBI mode and instance determine the correct TCSR ADM CRCI MUX value that must be programmed so that the DMA works properly. Signed-off-by: Andy Gross --- .../devicetree/bind