]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: regulator: uclass driver code cleanup
authorPrzemyslaw Marczak <p.marczak@samsung.com>
Wed, 13 May 2015 11:38:27 +0000 (13:38 +0200)
committerSimon Glass <sjg@chromium.org>
Fri, 15 May 2015 01:58:34 +0000 (19:58 -0600)
commit3b880757abcaf676dd599663e5b79dd26ea97a80
treeab795763ade7f3de7eca07dc73b4d7c762fac349
parentf415a3ec9dfafc887ddf34aee0c579fc948c5740
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>
board/samsung/odroid/odroid.c
drivers/power/regulator/Kconfig
drivers/power/regulator/regulator-uclass.c
include/power/regulator.h