]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
PCI: Add pci_scan_root_bus_msi()
authorLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Tue, 4 Aug 2015 02:27:10 +0000 (21:27 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 20 Aug 2015 17:02:49 +0000 (12:02 -0500)
commitd2a7926d42b3b46e45b4e44dc3302b2701ec0856
tree5e7780fed9d456c0e99b0584e2692630876e019d
parentada8b675b76ec847bfa4a237d82a7a96da128768
PCI: Add pci_scan_root_bus_msi()

Add a pci_scan_root_bus_msi() interface so an arch can specify the MSI
controller up front.  This removes the need for a pcibios callback to set
the MSI controller later.

This is not exported because I'd like to replace the variety of "scan root
bus" interfaces with a single, more extensible interface that can handle
the MSI controller, domain, pci_ops, resources, etc.  I hope this interface
is temporary.

[bhelgaas: changelog, split into separate patch]
Suggested-by: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Jingoo Han <jingoohan1@gmail.com>
drivers/pci/probe.c
include/linux/pci.h