
22 Jan
2016
22 Jan
'16
4:17 p.m.
On 21 January 2016 at 19:43, Simon Glass sjg@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@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.