Re: [RFC 1/7] soc: qcom: Add device tree binding for SMEM

2014-09-30 Thread Suman Anna
Hi Bjorn, On 09/29/2014 07:34 PM, Bjorn Andersson wrote: > Add device tree binding documentation for the Qualcom Shared Memory > manager. > > Signed-off-by: Bjorn Andersson > --- > > Exposed by this node is a set of items of different sizes. For many things a > standard of_xlate method of refer

Re: [RFC 1/7] soc: qcom: Add device tree binding for SMEM

2014-09-30 Thread Bjorn Andersson
On Tue 30 Sep 12:03 PDT 2014, Stephen Boyd wrote: > On 09/29/14 17:34, Bjorn Andersson wrote: > > + > > +- reg: > > + Usage: required > > + Value type: > > + Definition: base address and size pair for each area representing the > > + shared memory. The first pair will must rep

Re: [RFC 1/7] soc: qcom: Add device tree binding for SMEM

2014-09-30 Thread Stephen Boyd
On 09/29/14 17:34, Bjorn Andersson wrote: > + > +- reg: > + Usage: required > + Value type: > + Definition: base address and size pair for each area representing the > + shared memory. The first pair will must represent the "main" > + area, where the sha

Re: [RFC 1/7] soc: qcom: Add device tree binding for SMEM

2014-09-30 Thread Kumar Gala
On Sep 29, 2014, at 7:34 PM, Bjorn Andersson wrote: > Add device tree binding documentation for the Qualcom Shared Memory > manager. > > Signed-off-by: Bjorn Andersson > --- > > Exposed by this node is a set of items of different sizes. For many things a > standard of_xlate method of referen

[RFC 1/7] soc: qcom: Add device tree binding for SMEM

2014-09-29 Thread Bjorn Andersson
Add device tree binding documentation for the Qualcom Shared Memory manager. Signed-off-by: Bjorn Andersson --- Exposed by this node is a set of items of different sizes. For many things a standard of_xlate method of referencing the individual nodes would be preferable, so a #something-cells wou