Re: [U-Boot] [PATCH 09/12] sunxi: Add axp152 pmic support

2014-06-03 Thread Hans de Goede
Hi, On 05/31/2014 07:10 PM, Ian Campbell wrote: On Fri, 2014-05-30 at 11:06 +0200, Hans de Goede wrote: Add support for the x-powers axp152 pmic which is found on most A10s boards. This driver looks superficially very similar to the last one, have you considered merging them? Other than that

Re: [U-Boot] [PATCH 09/12] sunxi: Add axp152 pmic support

2014-05-31 Thread Ian Campbell
On Fri, 2014-05-30 at 11:06 +0200, Hans de Goede wrote: > Add support for the x-powers axp152 pmic which is found on most A10s boards. This driver looks superficially very similar to the last one, have you considered merging them? Other than that most of the generic questions I had on the last on

[U-Boot] [PATCH 09/12] sunxi: Add axp152 pmic support

2014-05-30 Thread Hans de Goede
Add support for the x-powers axp152 pmic which is found on most A10s boards. Signed-off-by: Henrik Nordstrom Signed-off-by: Ian Campbell Signed-off-by: Hans de Goede --- board/sunxi/board.c| 10 boards.cfg | 2 +- drivers/power/Makefile | 1 + drivers/power/axp152.c |