Re: [PATCH] spmi-pmic-arb: support configurable number of peripherals

2015-09-04 Thread Stephen Boyd
On 09/04, Gilad Avidov wrote: > On Thu, 3 Sep 2015 17:16:30 -0700 > Stephen Boyd wrote: > > > On 09/03, Gilad Avidov wrote: > > > + supported by HW. Default (minimum > > > supported) is 128. + > > > +Example V1 PMIC-Arbiter: > > > > > > spmi { > > > compatible = "qc

Re: [PATCH v2 0/8] SMEM/SMD/SMD_RPM big endian support + tidying

2015-09-04 Thread Andy Gross
On Wed, Sep 02, 2015 at 03:46:43PM -0700, Stephen Boyd wrote: > This supersedes the 3 "series" of patches to move smem to big endian, > smd to big endian, and make qcom_smem_get() return a pointer. > > I've moved the qcom_smem_get() returning a pointer part to the beginning > of the series so it c

Re: [PATCH] firmware: qcom: scm: Convert to platform driver

2015-09-04 Thread Andy Gross
On Thu, Sep 03, 2015 at 02:33:22PM -0700, Stephen Boyd wrote: > On 07/20, Andy Gross wrote: > > This patch creates a platform driver for the SCM so that we can adequately > > manage resources. This removes clients having to carry the necessary > > clocks to use the SCM resources. > > > > Signed-o

Re: [PATCH] spmi-pmic-arb: support configurable number of peripherals

2015-09-04 Thread Gilad Avidov
On Thu, 3 Sep 2015 17:16:30 -0700 Stephen Boyd wrote: > On 09/03, Gilad Avidov wrote: > > +supported by HW. Default (minimum > > supported) is 128. + > > +Example V1 PMIC-Arbiter: > > > > spmi { > > compatible = "qcom,spmi-pmic-arb"; > > @@ -62,4 +66,32 @@ Ex