Searched hist:"08 fc7b8fac1d27d7e9f964309cbc32de0abd2c0d" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/pci/ |
| H A D | pci-uclass.c | 08fc7b8fac1d27d7e9f964309cbc32de0abd2c0d Thu Aug 20 13:40:17 UTC 2015 Bin Meng <bmeng.cn@gmail.com> dm: pci: Support selected device/driver binding before relocation
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 bound.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
|