Re: [PATCH 1/3] mfd: devicetree: bindings: Add Qualcomm RPM DT binding

2014-05-29 Thread Frank Rowand
On 5/29/2014 11:24 AM, Bjorn Andersson wrote: > On Wed, May 28, 2014 at 9:34 AM, Kumar Gala wrote: >> >> On May 27, 2014, at 12:28 PM, Bjorn Andersson >> wrote: >> >>> Add binding for the Qualcomm Resource Power Manager (RPM) found in 8660, >>> 8960 >>> and 8064 based devices. The binding curre

Re: [PATCH 1/3] mfd: devicetree: bindings: Add Qualcomm RPM DT binding

2014-05-29 Thread Srinivas Kandagatla
On 29/05/14 19:38, Bjorn Andersson wrote: On Thu, May 29, 2014 at 9:19 AM, Srinivas Kandagatla wrote: +- reg: + Usage: required + Value type: + Definition: two entries specifying the RPM's message ram and ipc register + +- reg-names: + Usage: required + Value ty

Re: [PATCH 1/3] mfd: devicetree: bindings: Add Qualcomm RPM DT binding

2014-05-29 Thread Bjorn Andersson
On Thu, May 29, 2014 at 9:54 AM, Lee Jones wrote: >> diff --git a/include/dt-bindings/mfd/qcom_rpm.h >> b/include/dt-bindings/mfd/qcom_rpm.h >> new file mode 100644 >> index 000..277e789 >> --- /dev/null >> +++ b/include/dt-bindings/mfd/qcom_rpm.h >> @@ -0,0 +1,142 @@ >> +/* >> + * This heade

Re: [PATCH 1/3] mfd: devicetree: bindings: Add Qualcomm RPM DT binding

2014-05-29 Thread Bjorn Andersson
On Thu, May 29, 2014 at 9:19 AM, Srinivas Kandagatla wrote: >> +- reg: >> + Usage: required >> + Value type: >> + Definition: two entries specifying the RPM's message ram and ipc >> register >> + >> +- reg-names: >> + Usage: required >> + Value type: >> + Defi

Re: [PATCH 1/3] mfd: devicetree: bindings: Add Qualcomm RPM DT binding

2014-05-29 Thread Bjorn Andersson
On Wed, May 28, 2014 at 9:34 AM, Kumar Gala wrote: > > On May 27, 2014, at 12:28 PM, Bjorn Andersson > wrote: > >> Add binding for the Qualcomm Resource Power Manager (RPM) found in 8660, 8960 >> and 8064 based devices. The binding currently describes the rpm itself and >> the >> regulator subn

Re: [PATCH 1/3] mfd: devicetree: bindings: Add Qualcomm RPM DT binding

2014-05-29 Thread Srinivas Kandagatla
On 29/05/14 17:30, Kumar Gala wrote: On May 29, 2014, at 11:19 AM, Srinivas Kandagatla wrote: += SUBDEVICES + +The RPM exposes resources to its subnodes. The below bindings specify the set +of valid subnodes that can operate on these resources. Why should these devices be on sub nodes?

Re: [PATCH 1/3] mfd: devicetree: bindings: Add Qualcomm RPM DT binding

2014-05-29 Thread Lee Jones
> Add binding for the Qualcomm Resource Power Manager (RPM) found in 8660, 8960 > and 8064 based devices. The binding currently describes the rpm itself and the > regulator subnodes. > > Signed-off-by: Bjorn Andersson > --- > Documentation/devicetree/bindings/mfd/qcom,rpm.txt | 284 > ++

Re: [PATCH 1/3] mfd: devicetree: bindings: Add Qualcomm RPM DT binding

2014-05-29 Thread Kumar Gala
On May 29, 2014, at 11:19 AM, Srinivas Kandagatla wrote: >> += SUBDEVICES >> + >> +The RPM exposes resources to its subnodes. The below bindings specify the >> set >> +of valid subnodes that can operate on these resources. > > Why should these devices be on sub nodes? > > Any reason not to i

Re: [PATCH 1/3] mfd: devicetree: bindings: Add Qualcomm RPM DT binding

2014-05-29 Thread Srinivas Kandagatla
Hi Bjorn, On 27/05/14 18:28, Bjorn Andersson wrote: Add binding for the Qualcomm Resource Power Manager (RPM) found in 8660, 8960 and 8064 based devices. The binding currently describes the rpm itself and the regulator subnodes. Signed-off-by: Bjorn Andersson --- Documentation/devicetree/bin

Re: [PATCH 1/3] mfd: devicetree: bindings: Add Qualcomm RPM DT binding

2014-05-28 Thread Kumar Gala
On May 27, 2014, at 12:28 PM, Bjorn Andersson wrote: > Add binding for the Qualcomm Resource Power Manager (RPM) found in 8660, 8960 > and 8064 based devices. The binding currently describes the rpm itself and the > regulator subnodes. > > Signed-off-by: Bjorn Andersson > --- > Documentation/

[PATCH 1/3] mfd: devicetree: bindings: Add Qualcomm RPM DT binding

2014-05-27 Thread Bjorn Andersson
Add binding for the Qualcomm Resource Power Manager (RPM) found in 8660, 8960 and 8064 based devices. The binding currently describes the rpm itself and the regulator subnodes. Signed-off-by: Bjorn Andersson --- Documentation/devicetree/bindings/mfd/qcom,rpm.txt | 284 + incl