From: Lorenzo Pieralisi Date: Tue, 4 Aug 2015 02:27:10 +0000 (-0500) Subject: PCI: Add pci_scan_root_bus_msi() X-Git-Tag: omap-for-v4.3/fixes-merge-window~31^2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2a7926d42b3b46e45b4e44dc3302b2701ec0856;p=pandora-kernel.git 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 Signed-off-by: Lorenzo Pieralisi Signed-off-by: Bjorn Helgaas Reviewed-by: Jingoo Han --- Reading git-diff-tree failed