Re: [PATCH v2 00/32] pci: Drop all pre-driver model code

2021-08-07 Thread Simon Glass
On Sat, 7 Aug 2021 at 08:32, Tom Rini wrote: > > On Sat, Aug 07, 2021 at 08:14:31AM -0600, Simon Glass wrote: > > Hi Tom, > > > > On Sun, 1 Aug 2021 at 18:54, Simon Glass wrote: > > > > > > The hard work to actually enable DM_PCI everywhere was done recently. This > > > series attempts to drop mo

Re: [PATCH v2 00/32] pci: Drop all pre-driver model code

2021-08-07 Thread Tom Rini
On Sat, Aug 07, 2021 at 08:14:31AM -0600, Simon Glass wrote: > Hi Tom, > > On Sun, 1 Aug 2021 at 18:54, Simon Glass wrote: > > > > The hard work to actually enable DM_PCI everywhere was done recently. This > > series attempts to drop most of the code that it no-longer needed now that > > PCI has

Re: [PATCH v2 00/32] pci: Drop all pre-driver model code

2021-08-07 Thread Simon Glass
Hi Tom, On Sun, 1 Aug 2021 at 18:54, Simon Glass wrote: > > The hard work to actually enable DM_PCI everywhere was done recently. This > series attempts to drop most of the code that it no-longer needed now that > PCI has been converted to driver model. > > It also drops the UCP1020 board since i

[PATCH v2 00/32] pci: Drop all pre-driver model code

2021-08-01 Thread Simon Glass
The hard work to actually enable DM_PCI everywhere was done recently. This series attempts to drop most of the code that it no-longer needed now that PCI has been converted to driver model. It also drops the UCP1020 board since it has various unique build issues. It doesn't even support driver mod