[PATCH v2 3/8] PCI/MSI: of: Add support for OF-provided msi_domain
From: Yun Wu Abel <hidden>
Date: 2015-01-14 08:17:53
Also in:
linux-pci, lkml
From: Yun Wu Abel <hidden>
Date: 2015-01-14 08:17:53
Also in:
linux-pci, lkml
On 2015/1/9 1:06, Marc Zyngier wrote:
In order to populate the PHB 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.
Hi Marc, Since the whole patch series based on the fact that non PCI type buses will use MSI-like interrupts, would it be better if getting this field settled during OF populating? Regards, Abel