From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Gunthorpe Subject: Re: [RFC PATCH V3 1/4] pci: APM X-Gene PCIe controller driver Date: Mon, 3 Feb 2014 15:15:59 -0700 Message-ID: <20140203221559.GG2519@obsidianresearch.com> References: <1390599168-13150-1-git-send-email-tinamdar@apm.com> <201401301516.27091.arnd@arndb.de> <4985267.LnsktRmabM@wuerfel> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <4985267.LnsktRmabM@wuerfel> Sender: linux-doc-owner@vger.kernel.org To: Arnd Bergmann Cc: Tanmay Inamdar , Bjorn Helgaas , Grant Likely , Rob Herring , Catalin Marinas , Rob Landley , "linux-pci@vger.kernel.org" , "devicetree@vger.kernel.org" , linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, patches , Jon Masters , Liviu Dudau List-Id: devicetree@vger.kernel.org On Mon, Feb 03, 2014 at 09:12:32PM +0100, Arnd Bergmann wrote: > Are you sure that is true for the root bridge as well? I don't > remember the details, but I though that for the host bridge, > we don't actually look at the BARs at all. That is right, but this isn't a host bridge device, it is a PCI-PCI bridge with root complex registers. The root complex bridge is not the same as the host bridge. Unfortunately the implementation is non-conforming. :( Jason