Re: [Patch 5/11] Regulator: DA9052 regulator support v2

2011-07-09 Thread Mark Brown
On Wed, Jul 06, 2011 at 04:19:27PM +0530, Ashish Jangam wrote: > > > The DA9052 PMIC has below featured regulators:- > > Having patch version info as [Patch V2 5/11] would be better. > This is a good idea but in my recent post I did not incorporate it > bcoz this would change the subject line an

RE: [Patch 5/11] Regulator: DA9052 regulator support v2

2011-07-06 Thread Ashish Jangam
> -Original Message- > From: Tushar Behera [mailto:tushar.beh...@linaro.org] > Sent: Wednesday, July 06, 2011 2:41 PM > To: Ashish Jangam > Cc: Dajun; linaro-dev@lists.linaro.org; linux-ker...@vger.kernel.org; > l...@slimlogic.co.uk > Subject: Re: [Patch 5/11] Regula

Re: [Patch 5/11] Regulator: DA9052 regulator support v2

2011-07-06 Thread Tushar Behera
On Wednesday 29 June 2011 06:42 PM, ashishj3 wrote: The DA9052 PMIC has below featured regulators:- 4 DVS Buck converters 0.5V - 3.6V upto 1Amp. 10 Programmable LDO's High PSSR, 1% accuracy. This patch support all the DA9052 regulators. The output voltages are fully programmable via I2C or SPI i

Re: [Patch 5/11] Regulator: DA9052 regulator support v2

2011-07-05 Thread Mark Brown
On Wed, Jun 29, 2011 at 06:46:03PM +0530, ashishj3 wrote: > +static int verify_range(struct da9052_regulator_info *info, > + int min_uV, int max_uV) > +{ > + if (min_uV < info->min_uV || min_uV > info->max_uV) > + return -EINVAL; > + if (max_uV < info->min_

Re: [Patch 5/11] Regulator: DA9052 regulator support v2

2011-07-05 Thread ashishj3
If there are no comments then can you please Ack this patch. On Wed, 2011-06-29 at 18:46 +0530, ashishj3 wrote: > The DA9052 PMIC has below featured regulators:- > 4 DVS Buck converters 0.5V - 3.6V upto 1Amp. > 10 Programmable LDO's High PSSR, 1% accuracy. > > This patch support all the DA9052 r

[Patch 5/11] Regulator: DA9052 regulator support v2

2011-06-30 Thread ashishj3
The DA9052 PMIC has below featured regulators:- 4 DVS Buck converters 0.5V - 3.6V upto 1Amp. 10 Programmable LDO's High PSSR, 1% accuracy. This patch support all the DA9052 regulators. The output voltages are fully programmable via I2C or SPI interface. The platform data with regulation constraint

[Patch 5/11] Regulator: DA9052 regulator support v2

2011-06-30 Thread ashishj3
The DA9052 PMIC has below featured regulators:- 4 DVS Buck converters 0.5V - 3.6V upto 1Amp. 10 Programmable LDO's High PSSR, 1% accuracy. This patch support all the DA9052 regulators. The output voltages are fully programmable via I2C or SPI interface. The platform data with regulation constraint