]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PCI: Add pcibios_add_device
authorMatthew Garrett <mjg@redhat.com>
Thu, 23 Aug 2012 16:36:41 +0000 (12:36 -0400)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 24 Aug 2012 15:29:14 +0000 (09:29 -0600)
commit6eed521dea096fc64780820a6d1899e6c48ba4e5
treec3d2de7a30f6c7a6cad89b4fa78e979016c93c6d
parent66f2adcdadea18a583d4f7cbd773847d635731a3
PCI: Add pcibios_add_device

Platforms may want to provide architecture-specific functionality during
PCI enumeration. Add a pcibios_add_device() call that architectures can
override to do so.

Signed-off-by: Matthew Garrett <mjg@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/bus.c
drivers/pci/pci.c
include/linux/pci.h