]> git.baikalelectronics.ru Git - uboot.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)
commita1326a02f95240fd138ac1854d5a2bb3dd238fb5
tree5ccc5e8a05feaf648d55b94833b6f2f94a5b2caa
parent809083e58b6d2282b04fdd49426bfafb86f8bcfd
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