Re: [U-Boot] [PATCH 01/12] dm: pmic: code cleanup of PMIC uclass driver

2015-05-11 Thread Przemyslaw Marczak
Hello Simon, On 05/10/2015 03:56 PM, Simon Glass wrote: Hi Przemyslaw, On 8 May 2015 at 10:20, Przemyslaw Marczak wrote: The cleanup includes: - pmic.h - fix mistakes in a few comments - pmic operations: value 'reg_count' - redefine as function call - fix function name: pmic_bind_childs() ->

Re: [U-Boot] [PATCH 01/12] dm: pmic: code cleanup of PMIC uclass driver

2015-05-10 Thread Simon Glass
Hi Przemyslaw, On 8 May 2015 at 10:20, Przemyslaw Marczak wrote: > The cleanup includes: > - pmic.h - fix mistakes in a few comments > - pmic operations: value 'reg_count' - redefine as function call > - fix function name: pmic_bind_childs() -> pmic_bind_children() > - pmic_bind_children: increme

[U-Boot] [PATCH 01/12] dm: pmic: code cleanup of PMIC uclass driver

2015-05-08 Thread Przemyslaw Marczak
The cleanup includes: - pmic.h - fix mistakes in a few comments - pmic operations: value 'reg_count' - redefine as function call - fix function name: pmic_bind_childs() -> pmic_bind_children() - pmic_bind_children: increment child_info pointer if operation in loop fail Signed-off-by: Przemyslaw Ma