]> git.baikalelectronics.ru Git - uboot.git/commit
dm: core: Drop seq and req_seq
authorSimon Glass <sjg@chromium.org>
Thu, 17 Dec 2020 04:20:32 +0000 (21:20 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 19 Dec 2020 03:32:21 +0000 (20:32 -0700)
commit4ff3a615d6e88cc94413a55e10fb83d2e54bb2ae
treef185c71d1f3f35bbcbff8fddd6551f05d309ec75
parente09f089f05837a6193c05132e9f8f5729537352a
dm: core: Drop seq and req_seq

Now that migration to the new sequence numbers is complete, drop the old
fields. Add a test that covers the new behaviour.

Also drop the check for OF_PRIOR_STAGE since we always assign sequence
numbers now.

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