
28 Sep
2016
28 Sep
'16
7:51 p.m.
On 27 September 2016 at 23:05, Keerthy j-keerthy@ti.com wrote:
Add support to bind the regulators/child nodes with the pmic.
Signed-off-by: Keerthy j-keerthy@ti.com
Changes in v2:
- Added pmic read/write functions.
drivers/power/pmic/Kconfig | 7 ++++ drivers/power/pmic/Makefile | 1 + drivers/power/pmic/lp873x.c | 90 +++++++++++++++++++++++++++++++++++++++++++++ include/power/lp873x.h | 19 ++++++++++ 4 files changed, 117 insertions(+) create mode 100644 drivers/power/pmic/lp873x.c create mode 100644 include/power/lp873x.h
Reviewed-by: Simon Glass sjg@chromium.org