Re: [PATCH v3 00/28] dm: Change the way sequence numbers are implemented

2020-12-18 Thread Michael Walle
Am 2020-12-17 05:20, schrieb Simon Glass: At present each device has two sequence numbers, with 'req_seq' being set up at bind time and 'seq' at probe time. The idea is that devices can 'request' a sequence number and then the conflicts are resolved when the device is probed. This makes things

[PATCH v3 00/28] dm: Change the way sequence numbers are implemented

2020-12-16 Thread Simon Glass
At present each device has two sequence numbers, with 'req_seq' being set up at bind time and 'seq' at probe time. The idea is that devices can 'request' a sequence number and then the conflicts are resolved when the device is probed. This makes things complicated in a few cases, since we don't re