Re: [U-Boot] [PATCH v2 3/6] sunxi: axp: Add support for i2c based PMICs to the pmic-bus helpers

2015-05-02 Thread Ian Campbell
On Sun, 2015-04-26 at 11:51 +0200, Hans de Goede wrote: > Add support for the axp152 and axp209 PMICs to the pmic register access > helpers. This is a preparation patch for moving the axp gpio code to a > separate gpio driver. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell __

Re: [U-Boot] [PATCH v2 3/6] sunxi: axp: Add support for i2c based PMICs to the pmic-bus helpers

2015-04-27 Thread Simon Glass
On 26 April 2015 at 03:51, Hans de Goede wrote: > Add support for the axp152 and axp209 PMICs to the pmic register access > helpers. This is a preparation patch for moving the axp gpio code to a > separate gpio driver. > > Signed-off-by: Hans de Goede > --- > arch/arm/cpu/armv7/sunxi/Makefile

[U-Boot] [PATCH v2 3/6] sunxi: axp: Add support for i2c based PMICs to the pmic-bus helpers

2015-04-26 Thread Hans de Goede
Add support for the axp152 and axp209 PMICs to the pmic register access helpers. This is a preparation patch for moving the axp gpio code to a separate gpio driver. Signed-off-by: Hans de Goede --- arch/arm/cpu/armv7/sunxi/Makefile | 2 ++ arch/arm/cpu/armv7/sunxi/pmic_bus.c | 35