[U-Boot] [PATCH v2 2/2] power: regulator: lp873x: Add regulator support

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


On 27 September 2016 at 23:05, Keerthy <j-keerthy at ti.com> wrote:
> The driver provides regulator set/get voltage
> enable/disable functions for lp873x family of PMICs.
>
> Signed-off-by: Keerthy <j-keerthy at ti.com>
> ---
>
> Changes in v2:
>
>   * Used pmic_reg_read/pmic_reg_write instead of direct i2c
>     read/write calls.
>
>  drivers/power/regulator/Kconfig            |   8 +
>  drivers/power/regulator/Makefile           |   1 +
>  drivers/power/regulator/lp873x_regulator.c | 357 +++++++++++++++++++++++++++++
>  3 files changed, 366 insertions(+)
>  create mode 100644 drivers/power/regulator/lp873x_regulator.c

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


More information about the U-Boot mailing list