From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933169AbcINTRM (ORCPT ); Wed, 14 Sep 2016 15:17:12 -0400 Received: from mail.kernel.org ([198.145.29.136]:45118 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762001AbcINTRL (ORCPT ); Wed, 14 Sep 2016 15:17:11 -0400 Date: Wed, 14 Sep 2016 14:17:04 -0500 From: Bjorn Helgaas To: Bharat Kumar Gogada Cc: "bhelgaas@google.com" , Soren Brinkmann , "christophe.jaillet@wanadoo.fr" , "grygorii.strashko@ti.com" , "yinghai@kernel.org" , "lorenzo.pieralisi@arm.com" , "fengguang.wu@intel.com" , Michal Simek , "arnd@arndb.de" , "linux-pci@vger.kernel.org" , Ravikiran Gummaluri , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH 1/6] PCI: xilinx: Keep both legacy and MSI interrupt references. Message-ID: <20160914191704.GA9208@localhost> References: <1472724886-28301-1-git-send-email-bharatku@xilinx.com> <20160913155641.GB4138@localhost> <8520D5D51A55D047800579B094147198258D6418@XAP-PVEXMBX01.xlnx.xilinx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8520D5D51A55D047800579B094147198258D6418@XAP-PVEXMBX01.xlnx.xilinx.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 14, 2016 at 03:32:44PM +0000, Bharat Kumar Gogada wrote: > On Thu, Sep 01, 2016 at 03:44:41PM +0530, Bharat Kumar Gogada wrote: > > When built with MSI support the legacy domain reference is being > > overwritten with MSI. > > Instead creating two separate domains for MSI and legacy interrupts. > > > > Signed-off-by: Bharat Kumar Gogada > > Applied all these (except [5/6]) with Michal's ack to pci/host-xilinx for v4.9, thanks! > > I already applied Po Liu's patch ("PCI: xilinx: Relax device number checking to allow SR-IOV") to pci/virtualization. This is identical to [5/6], so I dropped [5/6] to avoid a conflict. > > Thanks Bjorn. > Some how I couldn't find Po Liu's patch, can you provide git link of patch that was applied. Sure, here it is: https://git.kernel.org/cgit/linux/kernel/git/helgaas/pci.git/commit/?h=pci/virtualization&id=8e7ca8ca5fd8a3242289105723c429733be8b73b From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.136]:45118 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762001AbcINTRL (ORCPT ); Wed, 14 Sep 2016 15:17:11 -0400 Date: Wed, 14 Sep 2016 14:17:04 -0500 From: Bjorn Helgaas To: Bharat Kumar Gogada Cc: "bhelgaas@google.com" , Soren Brinkmann , "christophe.jaillet@wanadoo.fr" , "grygorii.strashko@ti.com" , "yinghai@kernel.org" , "lorenzo.pieralisi@arm.com" , "fengguang.wu@intel.com" , Michal Simek , "arnd@arndb.de" , "linux-pci@vger.kernel.org" , Ravikiran Gummaluri , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH 1/6] PCI: xilinx: Keep both legacy and MSI interrupt references. Message-ID: <20160914191704.GA9208@localhost> References: <1472724886-28301-1-git-send-email-bharatku@xilinx.com> <20160913155641.GB4138@localhost> <8520D5D51A55D047800579B094147198258D6418@XAP-PVEXMBX01.xlnx.xilinx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <8520D5D51A55D047800579B094147198258D6418@XAP-PVEXMBX01.xlnx.xilinx.com> Sender: linux-pci-owner@vger.kernel.org List-ID: On Wed, Sep 14, 2016 at 03:32:44PM +0000, Bharat Kumar Gogada wrote: > On Thu, Sep 01, 2016 at 03:44:41PM +0530, Bharat Kumar Gogada wrote: > > When built with MSI support the legacy domain reference is being > > overwritten with MSI. > > Instead creating two separate domains for MSI and legacy interrupts. > > > > Signed-off-by: Bharat Kumar Gogada > > Applied all these (except [5/6]) with Michal's ack to pci/host-xilinx for v4.9, thanks! > > I already applied Po Liu's patch ("PCI: xilinx: Relax device number checking to allow SR-IOV") to pci/virtualization. This is identical to [5/6], so I dropped [5/6] to avoid a conflict. > > Thanks Bjorn. > Some how I couldn't find Po Liu's patch, can you provide git link of patch that was applied. Sure, here it is: https://git.kernel.org/cgit/linux/kernel/git/helgaas/pci.git/commit/?h=pci/virtualization&id=8e7ca8ca5fd8a3242289105723c429733be8b73b From mboxrd@z Thu Jan 1 00:00:00 1970 From: helgaas@kernel.org (Bjorn Helgaas) Date: Wed, 14 Sep 2016 14:17:04 -0500 Subject: [PATCH 1/6] PCI: xilinx: Keep both legacy and MSI interrupt references. In-Reply-To: <8520D5D51A55D047800579B094147198258D6418@XAP-PVEXMBX01.xlnx.xilinx.com> References: <1472724886-28301-1-git-send-email-bharatku@xilinx.com> <20160913155641.GB4138@localhost> <8520D5D51A55D047800579B094147198258D6418@XAP-PVEXMBX01.xlnx.xilinx.com> Message-ID: <20160914191704.GA9208@localhost> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Sep 14, 2016 at 03:32:44PM +0000, Bharat Kumar Gogada wrote: > On Thu, Sep 01, 2016 at 03:44:41PM +0530, Bharat Kumar Gogada wrote: > > When built with MSI support the legacy domain reference is being > > overwritten with MSI. > > Instead creating two separate domains for MSI and legacy interrupts. > > > > Signed-off-by: Bharat Kumar Gogada > > Applied all these (except [5/6]) with Michal's ack to pci/host-xilinx for v4.9, thanks! > > I already applied Po Liu's patch ("PCI: xilinx: Relax device number checking to allow SR-IOV") to pci/virtualization. This is identical to [5/6], so I dropped [5/6] to avoid a conflict. > > Thanks Bjorn. > Some how I couldn't find Po Liu's patch, can you provide git link of patch that was applied. Sure, here it is: https://git.kernel.org/cgit/linux/kernel/git/helgaas/pci.git/commit/?h=pci/virtualization&id=8e7ca8ca5fd8a3242289105723c429733be8b73b