[U-Boot] [PATCH v2 1/2] power: pmic: lp873x: Add the base pmic support

Simon Glass sjg at chromium.org
Wed Sep 28 19:51:37 CEST 2016


On 27 September 2016 at 23:05, Keerthy <j-keerthy at ti.com> wrote:
> Add support to bind the regulators/child nodes with the pmic.
>
> Signed-off-by: Keerthy <j-keerthy at ti.com>
> ---
>
> Changes in v2:
>
>   * Added pmic read/write functions.
>
>  drivers/power/pmic/Kconfig  |  7 ++++
>  drivers/power/pmic/Makefile |  1 +
>  drivers/power/pmic/lp873x.c | 90 +++++++++++++++++++++++++++++++++++++++++++++
>  include/power/lp873x.h      | 19 ++++++++++
>  4 files changed, 117 insertions(+)
>  create mode 100644 drivers/power/pmic/lp873x.c
>  create mode 100644 include/power/lp873x.h

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list