[U-Boot] [PATCH v3 2/2] power: regulator: lp87565: add regulator support
Simon Glass
sjg at chromium.org
Thu Jun 8 03:30:07 UTC 2017
On 7 June 2017 at 07:38, Keerthy <j-keerthy at ti.com> wrote:
> The driver provides regulator set/get voltage
> enable/disable functions for lp87565 family of PMICs.
>
> Signed-off-by: Keerthy <j-keerthy at ti.com>
> ---
>
> No Changes in v3
>
> Changes in v2:
>
> * updated Kconfig description.
> * Used -EINVAL instead of hardcoded -1.
> * removed couple of unwanted braces.
> * Changed volt2hex to volt2val and hex2volt to val2volt.
>
> drivers/power/regulator/Kconfig | 10 ++
> drivers/power/regulator/Makefile | 1 +
> drivers/power/regulator/lp87565_regulator.c | 199 ++++++++++++++++++++++++++++
> 3 files changed, 210 insertions(+)
> create mode 100644 drivers/power/regulator/lp87565_regulator.c
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list