[U-Boot] [PATCH v3 1/2] regulator: bd71837: copy the bd71837 pmic driver from NXP imx u-boot
Simon Glass
sjg at chromium.org
Tue May 7 03:51:57 UTC 2019
On Thu, 25 Apr 2019 at 03:48, 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 v2 => v3
> - use pmic_clrsetbits() instead of reg_read and reg_write
> - remove unnecessary include
>
> drivers/power/pmic/Kconfig | 7 +++
> drivers/power/pmic/Makefile | 1 +
> drivers/power/pmic/bd71837.c | 89 ++++++++++++++++++++++++++++++++++++
> include/power/bd71837.h | 62 +++++++++++++++++++++++++
> 4 files changed, 159 insertions(+)
> create mode 100644 drivers/power/pmic/bd71837.c
> create mode 100644 include/power/bd71837.h
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list