Re: [U-Boot] [PATCH v2 01/12] dm: pci: Support selected device/driver binding before relocation

2015-08-21 Thread Simon Glass
On 20 August 2015 at 07:40, Bin Meng bmeng...@gmail.com wrote: On some platforms pci devices behind bridge need to be probed (eg: a pci uart on recent x86 chipset) before relocation. But we won't bind all devices found during the enumeration. Only devices whose driver with DM_FLAG_PRE_RELOC

[U-Boot] [PATCH v2 01/12] dm: pci: Support selected device/driver binding before relocation

2015-08-20 Thread Bin Meng
On some platforms pci devices behind bridge need to be probed (eg: a pci uart on recent x86 chipset) before relocation. But we won't bind all devices found during the enumeration. Only devices whose driver with DM_FLAG_PRE_RELOC set will be bound. Any other generic devices except bridges won't be