]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: pci: Allow scan bridge child devices before relocation
authorBin Meng <bmeng.cn@gmail.com>
Mon, 27 Jul 2015 07:33:39 +0000 (00:33 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:00:49 +0000 (08:00 +0200)
commite09c196dcfb0457a9b344e373b06d488bf70cd13
treec41d00d8f8413c257da45101d4c1563e6c33b8b6
parent313ced7c8a40df95ac7a562256a3ca7598350294
dm: pci: Allow scan bridge child devices before relocation

On some platforms pci devices behind bridge need to be probed (eg:
a pci uart on recent x86 chipset) before relocation. Remove such
limitation so that dm pci can be used before relocation.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/pci/pci-uclass.c