PCI: Add per-device MSI domain hook
authorMarc Zyngier <marc.zyngier@arm.com>
Fri, 2 Oct 2015 09:19:32 +0000 (10:19 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Fri, 16 Oct 2015 12:07:16 +0000 (13:07 +0100)
commit098259eb16675a83e1d6ea31e06dc3ec152810a2
treee364a4ce4b5ed53a6851cac807e2427fa6ae8e45
parent82b9b4243c6d99d9e38087fa89183aa7479185e9
PCI: Add per-device MSI domain hook

So far, we have considered that the MSI domain for a device was
either set via the architecture-dependent pcibios implementation
or inherited from the host bridge.

As we're about to break that assumption, add pci_dev_msi_domain
which is the equivalent of pci_host_bridge_msi_domain, but for
a single device.

Other than moving things around a bit, this patch on its own
has no effect.

Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
drivers/pci/probe.c