From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751113AbdEaL3T (ORCPT ); Wed, 31 May 2017 07:29:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50686 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750999AbdEaL3R (ORCPT ); Wed, 31 May 2017 07:29:17 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com BACEBC04B320 Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jtoppins@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com BACEBC04B320 Reply-To: jtoppins@redhat.com Subject: Re: [PATCH v2 pci] PCI/MSI: pci-xgene-msi: Enable MSI support in ACPI boot for X-Gene v1 References: <1493340847-25720-1-git-send-email-kdinh@apm.com> To: Khuong Dinh , lorenzo.pieralisi@arm.com, marc.zyngier@arm.com, msalter@redhat.com, bhelgaas@google.com, linux-pci@vger.kernel.org, jcm@redhat.com Cc: patches@apm.com, Duc Dang , rjw@rjwysocki.net, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org From: Jonathan Toppins Organization: Red Hat Message-ID: Date: Wed, 31 May 2017 07:29:15 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1493340847-25720-1-git-send-email-kdinh@apm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Wed, 31 May 2017 11:29:17 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > --- > v2: > - Verify with BIOS version 3.06.25 and 3.07.09 > v1: > - Initial version Hoping I just missed it, but was a follow-up (v3) ever provided for this? It seems this thread ended with the expectation that a v3 would be provided to address the sequencing issue. Regards, -Jon