]> git.baikalelectronics.ru Git - uboot.git/commit
dm: core: Scan the live tree when setting up driver model
authorSimon Glass <sjg@chromium.org>
Fri, 19 May 2017 02:09:08 +0000 (20:09 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 1 Jun 2017 13:03:08 +0000 (07:03 -0600)
commit34f9bf69f11a2e7a45e3840c6b1c4163e0988abe
tree88f5788dbe0ad8ef62df010d636b615ee1ec9dfe
parentbdc8fe953b26d41ed250eb82a4a208db3a57c029
dm: core: Scan the live tree when setting up driver model

When starting up driver model with a live tree we need to scan the tree
for devices. Add code to handle this.

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