Re: [PATCH v3 05/28] dm: test: Check all devices have a sequence numbers

2020-12-19 Thread Simon Glass
Add a test that the new sequence numbers work as expected. Every device should get one. Signed-off-by: Simon Glass --- (no changes since v2) Changes in v2: - Drop the GD_FLG_DM_NO_SEQ flag test/dm/core.c | 19 +++ 1 file changed, 19 insertions(+) Applied to u-boot-dm/next, th

[PATCH v3 05/28] dm: test: Check all devices have a sequence numbers

2020-12-16 Thread Simon Glass
Add a test that the new sequence numbers work as expected. Every device should get one. Signed-off-by: Simon Glass --- (no changes since v2) Changes in v2: - Drop the GD_FLG_DM_NO_SEQ flag test/dm/core.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/test/dm/core.c b