From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Helgaas Date: Mon, 19 Oct 2015 23:16:34 +0000 Subject: Re: [PATCH 0/4] PCI: rcar: Add support for ARM64 and multiple instances Message-Id: <20151019231634.GA13841@localhost> List-Id: References: <1443781507-5011-1-git-send-email-phil.edworthy@renesas.com> In-Reply-To: <1443781507-5011-1-git-send-email-phil.edworthy@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Phil Edworthy Cc: Bjorn Helgaas , Simon Horman , Nobuhiro Iwamatsu , Geert Uytterhoeven , linux-pci@vger.kernel.org, linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven [+cc Geert] On Fri, Oct 02, 2015 at 11:25:03AM +0100, Phil Edworthy wrote: > Fixes and changes to get PCIe working on ARM64 with mulitple instances. > > I've tested these on ARM (Koelsch board), and it works fine. > I've also tested on ARM64 (Salvator-X board), but I currently have an issue > with inbound PCI accesses. I am reasonably sure that this problem is hardware > related. > > Phil Edworthy (4): > PCI: rcar-pcie: Make PCI aware of the IO resources > PCI: rcar-pcie: Remove dependency on ARM-specific struct hw_pci > PCI: rcar-pcie: Set root bus nr to that provided in DT > PCI: rcar-pcie: Fix IO offset for multiple instances I applied these with Simon's ack to pci/host-rcar for v4.4. Note that these are on top of Geert's patch to make rcar build only for ARM, which is probably not necessary after you remove the struct hw_pci dependency. I can drop Geert's patch if you want. Bjorn