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
> -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
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
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_
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