[U-Boot] [PATCH V2 05/13] common: cmd pmic: command cleanup

Simon Glass sjg at chromium.org
Fri May 15 15:56:23 CEST 2015


On 13 May 2015 at 05:38, Przemyslaw Marczak <p.marczak at samsung.com> wrote:
> This commit cleanups the use of function: failed().
> The new function name is: failure(), and it is used
> for print errno and the errno-related message only.
>
> The second change is choosing PMIC device by it's name,
> instead of seq number. Thanks to this change, for set
> the current device, call of pmic_get() is enough.
>
> Signed-off-by: Przemyslaw Marczak <p.marczak at samsung.com>
> Acked-by: Simon Glass <sjg at chromium.org>
> Tested on sandbox:
> Tested-by: Simon Glass <sjg at chromium.org>
> ---
> Changes V2:
> - none
>
> ---
>  common/cmd_pmic.c | 131 +++++++++++++++++++++++-------------------------------
>  1 file changed, 55 insertions(+), 76 deletions(-)

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list