[U-Boot] [PATCH 0/2] power: pmic: Add support for LP873X family of PMICs
Keerthy
j-keerthy at ti.com
Mon Sep 26 08:00:35 CEST 2016
The series adds support for LP873X family of PMICs.
Implements functions to configure regulators. Enable/Disable
Get/Set voltages of regulators.
The series applies on top of:
https://www.mail-archive.com/u-boot@lists.denx.de/msg226072.html
Keerthy (2):
power: pmic: lp873x: Add the base pmic support
power: regulator: lp873x: Add regulator support
drivers/power/pmic/Kconfig | 7 +
drivers/power/pmic/Makefile | 1 +
drivers/power/pmic/lp873x.c | 59 +++++
drivers/power/regulator/Kconfig | 8 +
drivers/power/regulator/Makefile | 1 +
drivers/power/regulator/lp873x_regulator.c | 361 +++++++++++++++++++++++++++++
include/power/lp873x.h | 19 ++
7 files changed, 456 insertions(+)
create mode 100644 drivers/power/pmic/lp873x.c
create mode 100644 drivers/power/regulator/lp873x_regulator.c
create mode 100644 include/power/lp873x.h
--
1.9.1
More information about the U-Boot
mailing list