[U-Boot] [PATCH 3/5] power: regulator: palmas: Add regulator support
Simon Glass
sjg at chromium.org
Mon Sep 19 02:58:43 CEST 2016
On 13 September 2016 at 22:28, Keerthy <j-keerthy at ti.com> wrote:
> The driver provides regulator set/get voltage
> enable/disable functions for palmas family of PMICs.
>
> Signed-off-by: Keerthy <j-keerthy at ti.com>
> ---
> drivers/power/regulator/Kconfig | 8 +
> drivers/power/regulator/Makefile | 1 +
> drivers/power/regulator/palmas_regulator.c | 460 +++++++++++++++++++++++++++++
> 3 files changed, 469 insertions(+)
> create mode 100644 drivers/power/regulator/palmas_regulator.c
Reviewed-by: Simon Glass <sjg at chromium.org>
But please consider using dm_i2c_reg_read()
Also you have two blank lines at one point.
More information about the U-Boot
mailing list