Re: [PATCH v5 05/19] PCI/MSI: of: Add support for OF-provided msi_domain

2015-07-23 Thread Bjorn Helgaas
On Thu, Jul 23, 2015 at 10:26:24AM +0100, Marc Zyngier wrote: > In order to populate the PCI host bridge msi_domain, use the > "msi-parent" attribute to lookup a corresponding irq domain. > If found, this is our MSI domain. > > This gets plugged into the core PCI code. > > Signed-off-by: Marc Zyn

[PATCH v5 05/19] PCI/MSI: of: Add support for OF-provided msi_domain

2015-07-23 Thread Marc Zyngier
In order to populate the PCI host bridge msi_domain, use the "msi-parent" attribute to lookup a corresponding irq domain. If found, this is our MSI domain. This gets plugged into the core PCI code. Signed-off-by: Marc Zyngier --- drivers/pci/of.c| 21 + drivers/pci/probe