Re: [U-Boot] [PATCH v2 15/40] power: Add AMS AS3722 PMIC support

2014-08-27 Thread Heiko Schocher
Hello Thierry, Am 27.08.2014 08:28, schrieb Thierry Reding: On Wed, Aug 27, 2014 at 07:26:12AM +0200, Heiko Schocher wrote: Hello Thierry, Am 26.08.2014 17:34, schrieb Thierry Reding: [...] +int as3722_init(struct as3722 **pmicp, const void *fdt) +{ + struct as3722 *pmic =&as3722_pmic;

Re: [U-Boot] [PATCH v2 15/40] power: Add AMS AS3722 PMIC support

2014-08-26 Thread Thierry Reding
On Wed, Aug 27, 2014 at 07:26:12AM +0200, Heiko Schocher wrote: > Hello Thierry, > > Am 26.08.2014 17:34, schrieb Thierry Reding: [...] > >+int as3722_init(struct as3722 **pmicp, const void *fdt) > >+{ > >+struct as3722 *pmic =&as3722_pmic; > >+int count, nodes[1], i; > >+int err; > >+

Re: [U-Boot] [PATCH v2 15/40] power: Add AMS AS3722 PMIC support

2014-08-26 Thread Heiko Schocher
Hello Thierry, Am 26.08.2014 17:34, schrieb Thierry Reding: From: Thierry Reding The AS3722 provides a number of DC/DC converters and LDOs as well as 8 GPIOs. Signed-off-by: Thierry Reding --- drivers/power/Makefile | 1 + drivers/power/as3722.c | 300 +

[U-Boot] [PATCH v2 15/40] power: Add AMS AS3722 PMIC support

2014-08-26 Thread Thierry Reding
From: Thierry Reding The AS3722 provides a number of DC/DC converters and LDOs as well as 8 GPIOs. Signed-off-by: Thierry Reding --- drivers/power/Makefile | 1 + drivers/power/as3722.c | 300 + include/fdtdec.h | 1 + include/power/as3