From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.136]:49617 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751182AbbJSXQj (ORCPT ); Mon, 19 Oct 2015 19:16:39 -0400 Date: Mon, 19 Oct 2015 18:16:34 -0500 From: Bjorn Helgaas 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 Subject: Re: [PATCH 0/4] PCI: rcar: Add support for ARM64 and multiple instances Message-ID: <20151019231634.GA13841@localhost> References: <1443781507-5011-1-git-send-email-phil.edworthy@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1443781507-5011-1-git-send-email-phil.edworthy@renesas.com> Sender: linux-pci-owner@vger.kernel.org List-ID: [+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