
11 Oct
2016
11 Oct
'16
2:29 a.m.
On 29 September 2016 at 22:04, Keerthy j-keerthy@ti.com wrote:
The driver provides regulator set/get voltage enable/disable functions for lp873x family of PMICs.
Signed-off-by: Keerthy j-keerthy@ti.com Reviewed-by: Simon Glass sjg@chromium.org
Changes in v2:
- Used pmic_reg_read/pmic_reg_write instead of direct i2c read/write calls.
drivers/power/regulator/Kconfig | 8 + drivers/power/regulator/Makefile | 1 + drivers/power/regulator/lp873x_regulator.c | 357 +++++++++++++++++++++++++++++ 3 files changed, 366 insertions(+) create mode 100644 drivers/power/regulator/lp873x_regulator.c
Applied to u-boot-dm, thanks!