[U-Boot] [PATCH v3 0/2] power: pmic: Add support for LP87565 family of PMICs

Jaehoon Chung jh80.chung at samsung.com
Fri Jun 9 11:19:39 UTC 2017


On 06/07/2017 10:38 PM, Keerthy wrote:
> 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

Applied to u-boot-mmc for pmic. Thanks!

Best Regards,
Jaehoon Chung

> 
>  drivers/power/pmic/Kconfig                  |   7 +
>  drivers/power/pmic/Makefile                 |   1 +
>  drivers/power/pmic/lp87565.c                |  87 ++++++++++++
>  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, 317 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
> 



More information about the U-Boot mailing list