From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.kundenserver.de ([212.227.17.10]:64093 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752009AbbIRHUH (ORCPT ); Fri, 18 Sep 2015 03:20:07 -0400 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: David Daney , linux-kernel@vger.kernel.org, Bjorn Helgaas , linux-pci@vger.kernel.org, Will Deacon , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org, Marc Zyngier , David Daney Subject: Re: [PATCH 2/3] PCI: Add quirks for devices found on Cavium ThunderX SoCs. Date: Fri, 18 Sep 2015 09:19:46 +0200 Message-ID: <3066583.BWDZlYWxXU@wuerfel> In-Reply-To: <1442529694-1792-3-git-send-email-ddaney.cavm@gmail.com> References: <1442529694-1792-1-git-send-email-ddaney.cavm@gmail.com> <1442529694-1792-3-git-send-email-ddaney.cavm@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: linux-pci-owner@vger.kernel.org List-ID: On Thursday 17 September 2015 15:41:33 David Daney wrote: > From: David Daney > > The on-chip devices all have fixed bars. So, fix them up. > > Signed-off-by: David Daney > You should be able to just mark the BARs as fixed in DT and not need this hack. If that doesn't work with current kernels, it would be better to fix the kernel to respect the flags. Arnd