Re: [PATCH v2 00/26] dm: Change the way sequence numbers are implemented

2020-12-15 Thread Simon Glass
Hi Michael, On Tue, 15 Dec 2020 at 01:58, Michael Walle wrote: > > Hi Simon, > > Am 2020-12-15 05:28, schrieb Simon Glass: > > On Sat, 12 Dec 2020 at 11:38, Simon Glass wrote: > >> On Sat, 12 Dec 2020 at 10:53, Michael Walle wrote: > >> > Am 2020-12-12 16:39, schrieb Simon Glass: > >> > >> Sequ

Re: [PATCH v2 00/26] dm: Change the way sequence numbers are implemented

2020-12-15 Thread Michael Walle
Hi Simon, Am 2020-12-15 05:28, schrieb Simon Glass: On Sat, 12 Dec 2020 at 11:38, Simon Glass wrote: On Sat, 12 Dec 2020 at 10:53, Michael Walle wrote: > Am 2020-12-12 16:39, schrieb Simon Glass: > >> Sequence numbers looks good, but PCI still doesnt work on my board. > > > > Thanks for tryin

Re: [PATCH v2 00/26] dm: Change the way sequence numbers are implemented

2020-12-14 Thread Simon Glass
Hi Michael, On Sat, 12 Dec 2020 at 11:38, Simon Glass wrote: > > Hi Michael, > > On Sat, 12 Dec 2020 at 10:53, Michael Walle wrote: > > > > Hi Simon, > > > > Am 2020-12-12 16:39, schrieb Simon Glass: > > >> Sequence numbers looks good, but PCI still doesnt work on my board. > > > > > > Thanks fo

Re: [PATCH v2 00/26] dm: Change the way sequence numbers are implemented

2020-12-12 Thread Simon Glass
Hi Michael, On Sat, 12 Dec 2020 at 10:53, Michael Walle wrote: > > Hi Simon, > > Am 2020-12-12 16:39, schrieb Simon Glass: > >> Sequence numbers looks good, but PCI still doesnt work on my board. > > > > Thanks for trying this out. > > > > I suppose you have a different problem from what I found

Re: [PATCH v2 00/26] dm: Change the way sequence numbers are implemented

2020-12-12 Thread Michael Walle
Hi Simon, Am 2020-12-12 16:39, schrieb Simon Glass: Sequence numbers looks good, but PCI still doesnt work on my board. Thanks for trying this out. I suppose you have a different problem from what I found in v1. Can you please send the output of these things before and after the change? dm t

Re: [PATCH v2 00/26] dm: Change the way sequence numbers are implemented

2020-12-12 Thread Simon Glass
Hi Michael, On Fri, 11 Dec 2020 at 01:55, Michael Walle wrote: > > Hi Simon, > > Am 2020-12-11 02:31, 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 sequen

Re: [PATCH v2 00/26] dm: Change the way sequence numbers are implemented

2020-12-11 Thread Michael Walle
Hi Simon, Am 2020-12-11 02:31, 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 m

[PATCH v2 00/26] dm: Change the way sequence numbers are implemented

2020-12-10 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