[U-Boot] [PATCH v9 05/49] power: Add base support for the RK808 PMIC
Simon Glass
sjg at chromium.org
Fri Jan 22 16:17:19 CET 2016
On 21 January 2016 at 19:43, Simon Glass <sjg at chromium.org> wrote:
> This Rockchip PMIC provides features suitable for battery-powered
> applications. It is commonly used with Rockchip SoCs.
>
> Add a driver which provides register access. The regulator driver will use
> this.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v9: None
> Changes in v2: None
>
> drivers/power/pmic/Kconfig | 9 +++++
> drivers/power/pmic/Makefile | 1 +
> drivers/power/pmic/rk808.c | 96 +++++++++++++++++++++++++++++++++++++++++++++
> include/power/rk808_pmic.h | 77 ++++++++++++++++++++++++++++++++++++
> 4 files changed, 183 insertions(+)
> create mode 100644 drivers/power/pmic/rk808.c
> create mode 100644 include/power/rk808_pmic.h
Applied to u-boot-rockchip.
More information about the U-Boot
mailing list