Re: [U-Boot] [PATCH v2 2/2] power: regulator: lp873x: Add regulator support

2016-09-28 Thread Simon Glass
On 27 September 2016 at 23:05, Keerthy wrote: > The driver provides regulator set/get voltage > enable/disable functions for lp873x family of PMICs. > > Signed-off-by: Keerthy > --- > > Changes in v2: > > * Used pmic_reg_read/pmic_reg_write instead of direct

[U-Boot] [PATCH v2 2/2] power: regulator: lp873x: Add regulator support

2016-09-27 Thread Keerthy
The driver provides regulator set/get voltage enable/disable functions for lp873x family of PMICs. Signed-off-by: Keerthy --- Changes in v2: * Used pmic_reg_read/pmic_reg_write instead of direct i2c read/write calls. drivers/power/regulator/Kconfig| 8 +