On 29 September 2016 at 21:50, Keerthy <[email protected]> wrote: > Add support to bind the regulators/child nodes with the pmic. > Also adds the pmic i2c based read/write funtions to access pmic > registers. > > Signed-off-by: Keerthy <[email protected]> > Reviewed-by: Simon Glass <[email protected]> > Reviewed-by: Tom Rini <[email protected]> > --- > Changes in v6: > > * Used dm_i2c_write and dm_i2c_read in place of dm_i2c_reg_write > dm_i2c_reg_read respectively. > > Changes in v5: > > * Added pmic read/write functions. > > drivers/power/pmic/Kconfig | 7 +++ > drivers/power/pmic/Makefile | 1 + > drivers/power/pmic/palmas.c | 104 > ++++++++++++++++++++++++++++++++++++++++++++ > include/power/palmas.h | 25 +++++++++++ > 4 files changed, 137 insertions(+) > create mode 100644 drivers/power/pmic/palmas.c > create mode 100644 include/power/palmas.h
Applied to u-boot-dm, thanks! _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

