summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorDavid Daney2016-03-11 22:35:55 +0100
committerBjorn Helgaas2016-03-11 22:50:20 +0100
commit4e64dbe226e707b442d45c2096dde2090f34f84d (patch)
tree4affe2d8517d33bbff1db88c90e6209ae002d7b8 /MAINTAINERS
parentPCI: generic: Add pci_host_common_probe(), based on gen_pci_probe() (diff)
downloadkernel-qcow2-linux-4e64dbe226e707b442d45c2096dde2090f34f84d.tar.gz
kernel-qcow2-linux-4e64dbe226e707b442d45c2096dde2090f34f84d.tar.xz
kernel-qcow2-linux-4e64dbe226e707b442d45c2096dde2090f34f84d.zip
PCI: generic: Expose pci_host_common_probe() for use by other drivers
Move pci_host_common_probe() and associated functions to pci-host-common.c, where it can be shared with other drivers. Make it public (not static) and update Kconfig and Makefile to build it. No functional change intended. [bhelgaas: split into separate patch, changelog] Signed-off-by: David Daney <david.daney@cavium.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 30aca4aa5467..73c5bde6d167 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8373,6 +8373,7 @@ L: linux-pci@vger.kernel.org
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
S: Maintained
F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
+F: drivers/pci/host/pci-host-common.c
F: drivers/pci/host/pci-host-generic.c
PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)