Re: [U-Boot] [PATCH v2 0/22] Add driver model support for PCI

2015-03-20 Thread Simon Glass
Hi, On 5 March 2015 at 12:25, Simon Glass wrote: > > This series is a collection of changes in core DM, sandbox, x86 and PCI code > to implement a PCI uclass and associated operations. Some basic tests are > provided as well. > > As is becoming common with DM conversions, the existing structure (

[U-Boot] [PATCH v2 0/22] Add driver model support for PCI

2015-03-05 Thread Simon Glass
This series is a collection of changes in core DM, sandbox, x86 and PCI code to implement a PCI uclass and associated operations. Some basic tests are provided as well. As is becoming common with DM conversions, the existing structure (here struct pci_controller) becomes per-bus uclass data. This