barebox/drivers/pci
Lucas Stach b8a1bb1dd2 pci: defer device registration until after bridge setup
Otherwise the drivers for a device may probe before the
devices parent bridge is fully configured, which leads
to errors when accessing the BARs.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2014-10-08 08:39:01 +02:00
..
bus.c PCI: initial commit 2014-07-04 07:35:47 +02:00
Kconfig pci: mvebu: Add PCIe driver 2014-07-31 07:29:24 +02:00
Makefile pci: mvebu: Add PCIe driver 2014-07-31 07:29:24 +02:00
pci-mvebu-phy.c pci: mvebu: Add PCIe driver 2014-07-31 07:29:24 +02:00
pci-mvebu.c pci: mvebu: Add PCIe driver 2014-07-31 07:29:24 +02:00
pci-mvebu.h pci: mvebu: Add PCIe driver 2014-07-31 07:29:24 +02:00
pci.c pci: defer device registration until after bridge setup 2014-10-08 08:39:01 +02:00
pci_iomap.c PCI: initial commit 2014-07-04 07:35:47 +02:00