Re: [U-Boot] [PATCH] power: regulator: Add limits checking while setting voltage and current

2016-10-26 Thread Keerthy
On Wednesday 12 October 2016 11:14 AM, Keerthy wrote: On Tuesday 11 October 2016 05:49 AM, Simon Glass wrote: Hi Keerthy, On 15 September 2016 at 05:16, Keerthy wrote: On Thursday 15 September 2016 04:38 PM, Keerthy wrote: On Thursday 15 September 2016 04:26 PM,

Re: [U-Boot] [PATCH] power: regulator: Add limits checking while setting voltage and current

2016-10-11 Thread Keerthy
On Tuesday 11 October 2016 05:49 AM, Simon Glass wrote: Hi Keerthy, On 15 September 2016 at 05:16, Keerthy wrote: On Thursday 15 September 2016 04:38 PM, Keerthy wrote: On Thursday 15 September 2016 04:26 PM, Przemyslaw Marczak wrote: Hello Keerthy, On 09/15/2016

Re: [U-Boot] [PATCH] power: regulator: Add limits checking while setting voltage and current

2016-10-10 Thread Simon Glass
Hi Keerthy, On 15 September 2016 at 05:16, Keerthy wrote: > > > On Thursday 15 September 2016 04:38 PM, Keerthy wrote: >> >> >> >> On Thursday 15 September 2016 04:26 PM, Przemyslaw Marczak wrote: >>> >>> Hello Keerthy, >>> >>> On 09/15/2016 10:54 AM, Keerthy wrote:

Re: [U-Boot] [PATCH] power: regulator: Add limits checking while setting voltage and current

2016-09-15 Thread Keerthy
On Thursday 15 September 2016 04:38 PM, Keerthy wrote: On Thursday 15 September 2016 04:26 PM, Przemyslaw Marczak wrote: Hello Keerthy, On 09/15/2016 10:54 AM, Keerthy wrote: Currently the specific set ops functions are directly called without any check for voltage/current limits for a

Re: [U-Boot] [PATCH] power: regulator: Add limits checking while setting voltage and current

2016-09-15 Thread Przemyslaw Marczak
Hello Keerthy, On 09/15/2016 10:54 AM, Keerthy wrote: Currently the specific set ops functions are directly called without any check for voltage/current limits for a regulator. Check for them and proceed. Signed-off-by: Keerthy ---

Re: [U-Boot] [PATCH] power: regulator: Add limits checking while setting voltage and current

2016-09-15 Thread Keerthy
On Thursday 15 September 2016 04:26 PM, Przemyslaw Marczak wrote: Hello Keerthy, On 09/15/2016 10:54 AM, Keerthy wrote: Currently the specific set ops functions are directly called without any check for voltage/current limits for a regulator. Check for them and proceed. Signed-off-by:

[U-Boot] [PATCH] power: regulator: Add limits checking while setting voltage and current

2016-09-15 Thread Keerthy
Currently the specific set ops functions are directly called without any check for voltage/current limits for a regulator. Check for them and proceed. Signed-off-by: Keerthy --- drivers/power/regulator/regulator-uclass.c | 10 ++ 1 file changed, 10 insertions(+) diff