]> git.dujemihanovic.xyz Git - u-boot.git/commit
dm: core: Split out scanning code to dm_scan()
authorSimon Glass <sjg@chromium.org>
Sat, 19 Dec 2020 17:40:16 +0000 (10:40 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:24:41 +0000 (12:24 -0700)
commit49bbe6eab5babbc353f1dc76e6275671c69dffb2
tree5ccc5e8a05feaf648d55b94833b6f2f94a5b2caa
parent84a42ae3668313e72b5056940f4f8e6f5c78e399
dm: core: Split out scanning code to dm_scan()

Move the code related to scanning for devices to bind, into a new
function. This will make it easier to skip this step with the new
of-platdata improvements.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/core/root.c