commit | 984c0dc2356e2864da94a442a6a954985c15e503 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Thu Aug 20 06:40:17 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 26 07:54:11 2015 -0700 |
tree | dfe0be588168641e42143b51b0373706368eb530 | |
parent | 13b8cc9918b5b3e7fa043ba13de85af6ba2ed5bf [diff] |
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>