Re: [U-Boot] [PATCH] power: regulator: Add support for gpio regulators

2016-09-15 Thread Keerthy
On Thursday 15 September 2016 05:12 PM, Przemyslaw Marczak wrote: On 09/15/2016 12:34 PM, Keerthy wrote: On Thursday 15 September 2016 03:04 PM, Przemyslaw Marczak wrote: Hello Keerthy, On 09/15/2016 10:25 AM, Keerthy wrote: Add support for gpio regulators. As of now this driver caters

Re: [U-Boot] [PATCH] power: regulator: Add support for gpio regulators

2016-09-15 Thread Przemyslaw Marczak
On 09/15/2016 12:34 PM, Keerthy wrote: On Thursday 15 September 2016 03:04 PM, Przemyslaw Marczak wrote: Hello Keerthy, On 09/15/2016 10:25 AM, Keerthy wrote: Add support for gpio regulators. As of now this driver caters to gpio regulators with one gpio. Supports setting voltage values to

Re: [U-Boot] [PATCH] power: regulator: Add support for gpio regulators

2016-09-15 Thread Przemyslaw Marczak
Hello Keerthy, On 09/15/2016 10:25 AM, Keerthy wrote: Add support for gpio regulators. As of now this driver caters to gpio regulators with one gpio. Supports setting voltage values to gpio regulators and retrieving the values. Signed-off-by: Keerthy --- drivers/power/regulator/Kconfig

Re: [U-Boot] [PATCH] power: regulator: Add support for gpio regulators

2016-09-15 Thread Keerthy
On Thursday 15 September 2016 03:04 PM, Przemyslaw Marczak wrote: Hello Keerthy, On 09/15/2016 10:25 AM, Keerthy wrote: Add support for gpio regulators. As of now this driver caters to gpio regulators with one gpio. Supports setting voltage values to gpio regulators and retrieving the values.

[U-Boot] [PATCH] power: regulator: Add support for gpio regulators

2016-09-15 Thread Keerthy
Add support for gpio regulators. As of now this driver caters to gpio regulators with one gpio. Supports setting voltage values to gpio regulators and retrieving the values. Signed-off-by: Keerthy --- drivers/power/regulator/Kconfig | 8 ++ drivers/power/regulator/Makefile |