RE: [PATCH v5] regulator: pfuze100: add pfuze100 regulator driver

2013-07-25 Thread Gong Yibin-B38343
...@lists.ozlabs.org; linux-...@vger.kernel.org; linux-kernel@vger.kernel.org; s.trumt...@pengutronix.de Subject: Re: [PATCH v5] regulator: pfuze100: add pfuze100 regulator driver On Thu, Jul 25, 2013 at 11:33:18AM +0800, Robin Gong wrote: > Add pfuze100 regulator driver. Applied, thanks. Fixing the langu

Re: [PATCH v5] regulator: pfuze100: add pfuze100 regulator driver

2013-07-25 Thread Mark Brown
On Thu, Jul 25, 2013 at 11:33:18AM +0800, Robin Gong wrote: > Add pfuze100 regulator driver. Applied, thanks. Fixing the language about the regulators being a property would be good, please send a followup for that. signature.asc Description: Digital signature

Re: [PATCH v5] regulator: pfuze100: add pfuze100 regulator driver

2013-07-25 Thread Robin Gong
On Thu, Jul 25, 2013 at 10:16:42AM +0100, Mark Brown wrote: > On Thu, Jul 25, 2013 at 04:58:10PM +0800, Robin Gong wrote: > > > Shawn, I notice there are the same descriptions in the many docs of > > regulator > > drivers, can we consider the 'regulators' child node as one of special > > propert

Re: [PATCH v5] regulator: pfuze100: add pfuze100 regulator driver

2013-07-25 Thread Mark Brown
On Thu, Jul 25, 2013 at 04:58:10PM +0800, Robin Gong wrote: > Shawn, I notice there are the same descriptions in the many docs of regulator > drivers, can we consider the 'regulators' child node as one of special > property > ? Sorry for missing the information in the last mail.. No, it's just

Re: [PATCH v5] regulator: pfuze100: add pfuze100 regulator driver

2013-07-25 Thread Robin Gong
On Thu, Jul 25, 2013 at 04:40:44PM +0800, Shawn Guo wrote: > On Thu, Jul 25, 2013 at 11:33:18AM +0800, Robin Gong wrote: > > @@ -0,0 +1,113 @@ > > +PFUZE100 family of regulators > > + > > +Required properties: > > +- compatible: "fsl,pfuze100" > > +- reg: I2C slave address > > +- regulators: This i

Re: [PATCH v5] regulator: pfuze100: add pfuze100 regulator driver

2013-07-25 Thread Shawn Guo
On Thu, Jul 25, 2013 at 11:33:18AM +0800, Robin Gong wrote: > @@ -0,0 +1,113 @@ > +PFUZE100 family of regulators > + > +Required properties: > +- compatible: "fsl,pfuze100" > +- reg: I2C slave address > +- regulators: This is the list of child nodes that specify the regulator > + initialization da

Re: [PATCH v5] regulator: pfuze100: add pfuze100 regulator driver

2013-07-25 Thread Steffen Trumtrar
On Thu, Jul 25, 2013 at 11:33:18AM +0800, Robin Gong wrote: > Add pfuze100 regulator driver. > > Signed-off-by: Robin Gong > --- > .../devicetree/bindings/regulator/pfuze100.txt | 113 + > drivers/regulator/Kconfig |7 + > drivers/regulator/Makefile

[PATCH v5] regulator: pfuze100: add pfuze100 regulator driver

2013-07-24 Thread Robin Gong
Add pfuze100 regulator driver. Signed-off-by: Robin Gong --- .../devicetree/bindings/regulator/pfuze100.txt | 113 + drivers/regulator/Kconfig |7 + drivers/regulator/Makefile |1 + drivers/regulator/pfuze100-regulator.c