Re: [PATCH v4 09/10] PCI: ACPI: Bind GIC MSI frame to PCI host bridge

2015-08-09 Thread Suravee Suthikulpanit
Hi Marc, On 8/4/15 21:04, Marc Zyngier wrote: On 29/07/15 11:08, Hanjun Guo wrote: From: Suravee Suthikulpanit This patch introduces pci_host_bridge_acpi_msi_domain(), which queries a GIC MSI irq-domain token and use it to retrieve an irq_domain with DOMAIN_BUS_PCI_MSI bus type, and bind it t

Re: [PATCH v4 09/10] PCI: ACPI: Bind GIC MSI frame to PCI host bridge

2015-08-07 Thread Marc Zyngier
On 07/08/15 11:03, Tomasz Nowicki wrote: > On 29.07.2015 12:08, Hanjun Guo wrote: >> From: Suravee Suthikulpanit >> >> This patch introduces pci_host_bridge_acpi_msi_domain(), which queries >> a GIC MSI irq-domain token and use it to retrieve an irq_domain with >> DOMAIN_BUS_PCI_MSI bus type, and

Re: [PATCH v4 09/10] PCI: ACPI: Bind GIC MSI frame to PCI host bridge

2015-08-07 Thread Mark Brown
On Fri, Aug 07, 2015 at 12:03:24PM +0200, Tomasz Nowicki wrote: > >@@ -670,6 +671,8 @@ static struct irq_domain > >*pci_host_bridge_msi_domain(struct pci_bus *bus) > > * should be called from here. > > */ > > d = pci_host_bridge_of_msi_domain(bus); > >+if (!d) > >+d

Re: [PATCH v4 09/10] PCI: ACPI: Bind GIC MSI frame to PCI host bridge

2015-08-07 Thread Tomasz Nowicki
On 29.07.2015 12:08, Hanjun Guo wrote: From: Suravee Suthikulpanit This patch introduces pci_host_bridge_acpi_msi_domain(), which queries a GIC MSI irq-domain token and use it to retrieve an irq_domain with DOMAIN_BUS_PCI_MSI bus type, and bind it to PCI host-bridge. Signed-off-by: Suravee Sut

Re: [PATCH v4 09/10] PCI: ACPI: Bind GIC MSI frame to PCI host bridge

2015-08-07 Thread Hanjun Guo
On 08/04/2015 10:04 PM, Marc Zyngier wrote: On 29/07/15 11:08, Hanjun Guo wrote: From: Suravee Suthikulpanit This patch introduces pci_host_bridge_acpi_msi_domain(), which queries a GIC MSI irq-domain token and use it to retrieve an irq_domain with DOMAIN_BUS_PCI_MSI bus type, and bind it to P

Re: [PATCH v4 09/10] PCI: ACPI: Bind GIC MSI frame to PCI host bridge

2015-08-04 Thread Marc Zyngier
On 29/07/15 11:08, Hanjun Guo wrote: > From: Suravee Suthikulpanit > > This patch introduces pci_host_bridge_acpi_msi_domain(), which queries > a GIC MSI irq-domain token and use it to retrieve an irq_domain with > DOMAIN_BUS_PCI_MSI bus type, and bind it to PCI host-bridge. > > Signed-off-by: S