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

2013-07-19 Thread Gong Yibin-B38343
...@lists.ozlabs.org; linux-...@vger.kernel.org; linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] regulator: pfuze100: add pfuze100 regulator driver On Fri, Jul 19, 2013 at 06:14:51PM +0800, Robin Gong wrote: > Add pfuze100 regulator driver. Looks good, there's some minor issues be

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

2013-07-19 Thread Mark Brown
On Fri, Jul 19, 2013 at 06:14:51PM +0800, Robin Gong wrote: > Add pfuze100 regulator driver. Looks good, there's some minor issues below but they should be small. > --- a/drivers/regulator/Kconfig > +++ b/drivers/regulator/Kconfig > @@ -158,6 +158,13 @@ config REGULATOR_MC13892 > Say y

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

2013-07-19 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

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

2013-07-19 Thread Robin Gong
Add pfuze100 regulator driver. Signed-off-by: Robin Gong b38...@freescale.com --- .../devicetree/bindings/regulator/pfuze100.txt | 113 + drivers/regulator/Kconfig |7 + drivers/regulator/Makefile |1 +

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

2013-07-19 Thread Mark Brown
On Fri, Jul 19, 2013 at 06:14:51PM +0800, Robin Gong wrote: Add pfuze100 regulator driver. Looks good, there's some minor issues below but they should be small. --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -158,6 +158,13 @@ config REGULATOR_MC13892 Say y here

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

2013-07-19 Thread Gong Yibin-B38343
...@lists.ozlabs.org; linux-...@vger.kernel.org; linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] regulator: pfuze100: add pfuze100 regulator driver On Fri, Jul 19, 2013 at 06:14:51PM +0800, Robin Gong wrote: Add pfuze100 regulator driver. Looks good, there's some minor issues below