dm: regulator: uclass driver code cleanup
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@samsung.com> Acked-by:
Simon Glass <sjg@chromium.org> Tested on sandbox: Tested-by:
Simon Glass <sjg@chromium.org>
Showing
- board/samsung/odroid/odroid.c 4 additions, 5 deletionsboard/samsung/odroid/odroid.c
- drivers/power/regulator/Kconfig 1 addition, 1 deletiondrivers/power/regulator/Kconfig
- drivers/power/regulator/regulator-uclass.c 68 additions, 36 deletionsdrivers/power/regulator/regulator-uclass.c
- include/power/regulator.h 59 additions, 57 deletionsinclude/power/regulator.h
Please register or sign in to comment