[U-Boot] [PATCH 0/2] power: pmic: Add support for LP87565 family of PMICs
Keerthy
j-keerthy at ti.com
Fri Jun 2 05:19:11 UTC 2017
The series adds support for LP87565 family of PMICs.
Implements functions to configure regulators. Enable/Disable
Get/Set voltages of regulators.
Keerthy (2):
power: pmic: lp87565: Add the basic pmic support
power: regulator: lp87565: add regulator support
drivers/power/pmic/Kconfig | 7 +
drivers/power/pmic/Makefile | 1 +
drivers/power/pmic/lp87565.c | 85 ++++++++++++
drivers/power/regulator/Kconfig | 8 ++
drivers/power/regulator/Makefile | 1 +
drivers/power/regulator/lp87565_regulator.c | 199 ++++++++++++++++++++++++++++
include/power/lp87565.h | 12 ++
7 files changed, 313 insertions(+)
create mode 100644 drivers/power/pmic/lp87565.c
create mode 100644 drivers/power/regulator/lp87565_regulator.c
create mode 100644 include/power/lp87565.h
--
1.9.1
More information about the U-Boot
mailing list