From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.136]:34961 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932407AbcBYP7O (ORCPT ); Thu, 25 Feb 2016 10:59:14 -0500 Date: Thu, 25 Feb 2016 09:59:11 -0600 From: Bjorn Helgaas To: Paul Burton Cc: linux-mips@linux-mips.org, Bharat Kumar Gogada , Michal Simek , Ravikiran Gummaluri , Ley Foon Tan , Arnd Bergmann , Grygorii Strashko , Russell Joyce , Bjorn Helgaas , linux-pci@vger.kernel.org, Jingoo Han , Geert Uytterhoeven , Ray Jui , =?iso-8859-1?Q?S=F6ren?= Brinkmann , Scott Branden , Thomas Gleixner , Phil Edworthy , Hauke Mehrtens , Jiang Liu , Rob Herring , Duc Dang , Gabriele Paoloni , linux-arm-kernel@lists.infradead.org, Lorenzo Pieralisi , linux-kernel@vger.kernel.org, Stanimir Varbanov , Marc Zyngier Subject: Re: [PATCH v3 0/6] Xilinx AXI PCIe Host Bridge driver fixes Message-ID: <20160225155911.GF8120@localhost> References: <1454602213-967-1-git-send-email-paul.burton@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1454602213-967-1-git-send-email-paul.burton@imgtec.com> Sender: linux-pci-owner@vger.kernel.org List-ID: Hi Paul, On Thu, Feb 04, 2016 at 04:10:07PM +0000, Paul Burton wrote: > This series fixes a number of issues found using the Xilinx AXI PCIe > Host Bridge IP on the Imagination Technologies MIPS Boston development > board. It has been split out of the larger Boston board support series > at Michal's request. > > Applies atop v4.5-rc2. > > Paul Burton (6): > PCI: xilinx: Keep references to both IRQ domains > PCI: xilinx: Unify INTx & MSI interrupt FIFO decode > PCI: xilinx: Always clear interrupt decode register > PCI: xilinx: Clear interrupt FIFO during probe > PCI: xilinx: Fix INTX irq dispatch > PCI: xilinx: Allow build on MIPS platforms > > drivers/pci/host/Kconfig | 2 +- > drivers/pci/host/pcie-xilinx.c | 125 +++++++++++++++++++---------------------- Looks like Bharat has some IRQ concerns, so I'm guessing you'll be posting a v4? Bjorn