[U-Boot] [PATCH v3 3/6] power: pmic: Palmas: Add the base pmic support

Simon Glass sjg at chromium.org
Fri Sep 23 06:15:57 CEST 2016


Hi,

On 19 September 2016 at 00:17, 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>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> ---
>  drivers/power/pmic/Kconfig  |  7 +++++
>  drivers/power/pmic/Makefile |  1 +
>  drivers/power/pmic/palmas.c | 77 +++++++++++++++++++++++++++++++++++++++++++++
>  include/power/palmas.h      | 25 +++++++++++++++
>  4 files changed, 110 insertions(+)
>  create mode 100644 drivers/power/pmic/palmas.c
>  create mode 100644 include/power/palmas.h

I missed it before, but you should use debug() in drivers, not printf().

Regards,
Simon


More information about the U-Boot mailing list