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             |  10 ++
 drivers/power/regulator/Makefile            |   1 +
 drivers/power/regulator/lp87565_regulator.c | 199 ++++++++++++++++++++++++++++
 include/power/lp87565.h                     |  12 ++
 7 files changed, 315 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

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to