Re: [PATCH v5 02/19] PCI: MSI: Register irq domain with specific token

2015-07-25 Thread Hanjun Guo
On 07/23/2015 05:26 PM, Marc Zyngier wrote: When creating a PCI/MSI domain, tag it with DOMAIN_BUS_PCI_MSI so that it can be looked-up using irq_find_matching_host(). Signed-off-by: Marc Zyngier --- drivers/pci/msi.c | 8 +++- include/linux/irqdomain.h | 1 + 2 files changed, 8

Re: [PATCH v5 02/19] PCI: MSI: Register irq domain with specific token

2015-07-23 Thread Bjorn Helgaas
Nit: "PCI/MSI" in subject so it matches the rest. On Thu, Jul 23, 2015 at 10:26:21AM +0100, Marc Zyngier wrote: > When creating a PCI/MSI domain, tag it with DOMAIN_BUS_PCI_MSI so > that it can be looked-up using irq_find_matching_host(). > > Signed-off-by: Marc Zyngier Acked-by: Bjorn Helgaas

[PATCH v5 02/19] PCI: MSI: Register irq domain with specific token

2015-07-23 Thread Marc Zyngier
When creating a PCI/MSI domain, tag it with DOMAIN_BUS_PCI_MSI so that it can be looked-up using irq_find_matching_host(). Signed-off-by: Marc Zyngier --- drivers/pci/msi.c | 8 +++- include/linux/irqdomain.h | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/driver