On 15 May 2018 at 08:26, Lukasz Majewski <[email protected]> wrote: > This patch adds support for MC34708 PMIC, to be used with driver model > (DM). > > Signed-off-by: Lukasz Majewski <[email protected]> > > --- > > Changes in v3: > - Rename dm_pmic_info with uc_pmic_priv > - Sort alphabetically includes > - Add comment regarding MC34708 byte ordering > > Changes in v2: > - Support for uclass private data with trasfer length > > drivers/power/pmic/Kconfig | 7 +++ > drivers/power/pmic/Makefile | 1 + > drivers/power/pmic/mc34708.c | 105 > +++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 113 insertions(+) > create mode 100644 drivers/power/pmic/mc34708.c
Reviewed-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

