Re: [PATCH v3 08/28] dm: test: Drop assumptions of no sequence numbers

2020-12-19 Thread Simon Glass
Drop code in a few tests which assumes that sequence numbers are only valid when a device is probed. Signed-off-by: Simon Glass --- (no changes since v1) test/dm/blk.c | 3 --- test/dm/i2c.c | 3 --- test/dm/spi.c | 3 --- 3 files changed, 9 deletions(-) Applied to u-boot-dm/next, thanks!

[PATCH v3 08/28] dm: test: Drop assumptions of no sequence numbers

2020-12-16 Thread Simon Glass
Drop code in a few tests which assumes that sequence numbers are only valid when a device is probed. Signed-off-by: Simon Glass --- (no changes since v1) test/dm/blk.c | 3 --- test/dm/i2c.c | 3 --- test/dm/spi.c | 3 --- 3 files changed, 9 deletions(-) diff --git a/test/dm/blk.c b/test/dm/b