]> git.dujemihanovic.xyz Git - u-boot.git/commit
dm: core: Switch binding to use new sequence numbers
authorSimon Glass <sjg@chromium.org>
Thu, 17 Dec 2020 04:20:11 +0000 (21:20 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 19 Dec 2020 03:32:21 +0000 (20:32 -0700)
commitba0e7daeefa1ae9821c9fb3103ea7c3ddd2dd2f8
tree63baed314a0498dd96ef5d0355f47d90878e7ad2
parent1c55b229232c87751fbe3d2b378b496352960816
dm: core: Switch binding to use new sequence numbers

Update the core logic to use the new approach. For now the old code is
left as is. Update one test so it still passes.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/core/device.c
test/dm/bus.c