From mboxrd@z Thu Jan 1 00:00:00 1970 From: jcm@jonmasters.org (Jon Masters) Date: Thu, 4 May 2017 19:24:03 -0400 Subject: [PATCH v2 pci] PCI/MSI: pci-xgene-msi: Enable MSI support in ACPI boot for X-Gene v1 In-Reply-To: <3167d9b9-e8e5-d6bf-1b82-3d19f218bad6@jonmasters.org> References: <1493340847-25720-1-git-send-email-kdinh@apm.com> <55d52fce-be87-f055-e19b-4122015d5c94@redhat.com> <3167d9b9-e8e5-d6bf-1b82-3d19f218bad6@jonmasters.org> Message-ID: <5dd7918f-c780-9a5d-1eb9-30c70f516db0@jonmasters.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 04/28/2017 12:36 PM, Jon Masters wrote: > On 04/28/2017 01:11 AM, Jon Masters wrote: >> On 04/27/2017 08:54 PM, Khuong Dinh wrote: >>> From: Khuong Dinh >>> >>> This patch makes pci-xgene-msi driver ACPI-aware and provides >>> MSI capability for X-Gene v1 PCIe controllers in ACPI boot mode. >>> >>> Signed-off-by: Khuong Dinh >>> Signed-off-by: Duc Dang >>> Acked-by: Marc Zyngier >> >> Thanks. Currently testing. Will review and followup shortly. > > Attaching boot logs before and after. I tested with an Intel e1000. > Before the patch I get fallback interrupts. Afterward, I get X-Gene MSI > interrupts working. Please followup with answers to Marc's question > about how you propose to guarantee boottime ordering of binding. Any word? Jon.