Re: [PATCH 1/3] mfd: qpnp-spmi: add support for Qualcomm QPNP PMICs

2014-07-17 Thread pramod gurav
On Thu, Jul 17, 2014 at 4:18 PM, pramod gurav wrote: > +Mark Brown > Hi Josh/Stanimir, > > > On Tue, Jul 8, 2014 at 9:24 PM, Stanimir Varbanov > wrote: >> From: Josh Cartwright >> >> The Qualcomm QPNP PMIC chips are components used with the >> Snapdragon 800 series SoC family. This driver exis

Re: [PATCH 1/3] mfd: qpnp-spmi: add support for Qualcomm QPNP PMICs

2014-07-17 Thread pramod gurav
+Mark Brown Hi Josh/Stanimir, On Tue, Jul 8, 2014 at 9:24 PM, Stanimir Varbanov wrote: > From: Josh Cartwright > > The Qualcomm QPNP PMIC chips are components used with the > Snapdragon 800 series SoC family. This driver exists . [SNIP] . > +config MFD_QPNP_SPMI > + tristate "Qualcomm QP

Re: [PATCH 1/3] mfd: qpnp-spmi: add support for Qualcomm QPNP PMICs

2014-07-14 Thread pramod gurav
On Tue, Jul 8, 2014 at 9:24 PM, Stanimir Varbanov wrote: > From: Josh Cartwright > > The Qualcomm QPNP PMIC chips are components used with the > Snapdragon 800 series SoC family. This driver exists > largely as a glue mfd component, it exists to be an owner > of an SPMI regmap for children devic

[PATCH 1/3] mfd: qpnp-spmi: add support for Qualcomm QPNP PMICs

2014-07-08 Thread Stanimir Varbanov
From: Josh Cartwright The Qualcomm QPNP PMIC chips are components used with the Snapdragon 800 series SoC family. This driver exists largely as a glue mfd component, it exists to be an owner of an SPMI regmap for children devices described in device tree. Signed-off-by: Stanimir Varbanov ---