From: Suravee Suthikulpanit <suravee.suthikulpa...@amd.com> This patch set introduces a new callback function to allow PCI host drivers to specify MSI controller to be used for the child buses / devices.
This is reabased from: git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git pci/host-generic Changes from V1: - Adding "msi-parent" device tree binding in documentation. - Rebase the patch to get rid of artifacts from other precursor patch accidently applied to the developement tree. This should now apply cleanly to the pci/host-generic branch. Suravee Suthikulpanit (2): PCI: Add new pci_ops for setting MSI parent for PCI bus PCI: generic: Add set_msi_parent callback Documentation/devicetree/bindings/pci/host-generic-pci.txt | 3 +++ drivers/pci/host/pci-host-generic.c | 13 +++++++++++++ drivers/pci/probe.c | 3 +++ include/linux/pci.h | 1 + 4 files changed, 20 insertions(+) -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/