From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suravee Suthikulanit Subject: Re: [PATCH v7 1/4] acpi: pci: Setup MSI domain for ACPI based pci devices Date: Wed, 16 Dec 2015 18:25:07 -0600 Message-ID: <567200E3.1070405@amd.com> References: <1449766530-16935-1-git-send-email-Suravee.Suthikulpanit@amd.com> <1449766530-16935-2-git-send-email-Suravee.Suthikulpanit@amd.com> <20151216221541.GA31633@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-by2on0071.outbound.protection.outlook.com ([207.46.100.71]:52619 "EHLO na01-by2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753240AbbLQAZT (ORCPT ); Wed, 16 Dec 2015 19:25:19 -0500 In-Reply-To: <20151216221541.GA31633@localhost> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Bjorn Helgaas Cc: marc.zyngier@arm.com, tglx@linutronix.de, jason@lakedaemon.net, rjw@rjwysocki.net, bhelgaas@google.com, Lorenzo Pieralisi , Will Deacon , Catalin Marinas , hanjun.guo@linaro.org, tomasz.nowicki@linaro.org, graeme.gregory@linaro.org, dhdang@apm.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, linux-pci@vger.kernel.org On 12/16/2015 4:15 PM, Bjorn Helgaas wrote: > On Thu, Dec 10, 2015 at 08:55:27AM -0800, Suravee Suthikulpanit wrote: >> >This patch introduces pci_msi_register_fwnode_provider() for irqchip >> >to register a callback, to provide a way to determine appropriate MSI >> >domain for a pci device. >> > >> >It also introduces pci_host_bridge_acpi_msi_domain(), which returns >> >the MSI domain of the specified PCI host bridge with DOMAIN_BUS_PCI_MSI >> >bus token. Then, it is assigned to pci device. >> > >> >Reviewed-by: Marc Zyngier >> >Cc: Bjorn Helgaas >> >Cc: Rafael J. Wysocki >> >Signed-off-by: Suravee Suthikulpanit > Acked-by: Bjorn Helgaas > > I assume the whole series will be queued via a non-PCI tree. > Thank you, Bjorn. I think Marc is planning to pull this in once all parties have acked the patch series. Suravee