Re: [PATCH v3 27/28] dm: core: Drop seq and req_seq

2020-12-19 Thread Simon Glass
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 --- (no changes since v2) Changes in v2: - Adjust the tests

[PATCH v3 27/28] dm: core: Drop seq and req_seq

2020-12-16 Thread Simon Glass
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 --- (no changes since v2) Changes in v2: - Adjust the tests