[U-Boot] [PATCH V2 04/13] dm: regulator: uclass driver code cleanup
Simon Glass
sjg at chromium.org
Fri May 15 15:55:54 CEST 2015
On 13 May 2015 at 05:38, Przemyslaw Marczak <p.marczak at samsung.com> wrote:
> This cleanup includes:
> - remove of the preprocessor macros which pointed to long name functions
> - update of the names of some regulator uclass driver functions
> - cleanup of the function regulator_autoset()
> - reword of some comments of regulator uclass header file
> - regulator_get_by_platname: check error for uclass_find_* function calls
> - add function: regulator_name_is_unique
> - regulator post_bind(): check regulator name uniqueness
> - fix mistakes in: regulator/Kconfig
> - regulator.h: update comments
> - odroid u3: cleanup the regulator calls
>
> 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:
> - odroid u3: cleanup the regulator calls
> ---
> board/samsung/odroid/odroid.c | 9 +--
> drivers/power/regulator/Kconfig | 2 +-
> drivers/power/regulator/regulator-uclass.c | 104 +++++++++++++++++---------
> include/power/regulator.h | 116 +++++++++++++++--------------
> 4 files changed, 132 insertions(+), 99 deletions(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list