]> git.baikalelectronics.ru Git - uboot.git/commit
dm: core: Export uclass_find_device_by_phandle()
authorSimon Glass <sjg@chromium.org>
Sun, 18 Nov 2018 15:14:30 +0000 (08:14 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 29 Nov 2018 16:30:05 +0000 (09:30 -0700)
commit05891b2fd2966a545f552750d72597d7ac32e280
tree4c7b05c7d6d195b98514220b8f59ccc148d940d2
parentdbbfa08e40ad210d2df85b4f08960fa05cddc983
dm: core: Export uclass_find_device_by_phandle()

This function may be useful to code outside of the code driver-model
implementation. Export it and add a test.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/core/uclass.c
include/dm/uclass-internal.h
test/dm/test-fdt.c