[U-Boot] [PATCH v2 1/2] regulator: bd71837: copy the bd71837 pmic driver from NXP imx u-boot

Simon Glass sjg at chromium.org
Wed Apr 24 23:58:49 UTC 2019


On Wed, 24 Apr 2019 at 06:35, Matti Vaittinen
<matti.vaittinen at fi.rohmeurope.com> wrote:
>
> https://source.codeaurora.org/external/imx/uboot-imx
>
> cherry picked, styled and merged commits:
> - MLK-18387 pmic: Add pmic driver for BD71837: e9a3bec2e95a
> - MLK-18590 pmic: bd71837: Change to use new fdt API: acdc5c297a96
>
> Signed-off-by: Ye Li <ye.li at nxp.com>
> Signed-off-by: Matti Vaittinen <matti.vaittinen at fi.rohmeurope.com>
> ---
>
> Changelog v1 => v2:
> - Drop drivers/power/pmic/pmic_bd71837.c (the old PMIC interface)
> - Fix characters in hex numbers to lowercase
>
>  drivers/power/pmic/Kconfig   |  7 +++
>  drivers/power/pmic/Makefile  |  1 +
>  drivers/power/pmic/bd71837.c | 90 ++++++++++++++++++++++++++++++++++++
>  include/power/bd71837.h      | 62 +++++++++++++++++++++++++
>  4 files changed, 160 insertions(+)
>  create mode 100644 drivers/power/pmic/bd71837.c
>  create mode 100644 include/power/bd71837.h

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

Can you drop fdtdec.h?


More information about the U-Boot mailing list