From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de ([212.227.126.186]:64535 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753542AbaBLXXD (ORCPT ); Wed, 12 Feb 2014 18:23:03 -0500 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: Jason Gunthorpe , Thomas Petazzoni , linux-pci@vger.kernel.org Subject: Re: [PATCH 1/2] bus: mvebu-mbus: Fix incorrect size for PCI aperture resources Date: Thu, 13 Feb 2014 00:22:57 +0100 Message-ID: <1701545.GmtElNcB8L@wuerfel> In-Reply-To: <1392245828-23244-1-git-send-email-jgunthorpe@obsidianresearch.com> References: <1392245828-23244-1-git-send-email-jgunthorpe@obsidianresearch.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: linux-pci-owner@vger.kernel.org List-ID: On Wednesday 12 February 2014 15:57:07 Jason Gunthorpe wrote: > reg[0] is the DT base, reg[1] is the DT length in bytes, > struct resource.end is the inclusive end address, so a -1 is > required. > > Tested on kirkwood. > > Signed-off-by: Jason Gunthorpe Acked-by: Arnd Bergmann From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Thu, 13 Feb 2014 00:22:57 +0100 Subject: [PATCH 1/2] bus: mvebu-mbus: Fix incorrect size for PCI aperture resources In-Reply-To: <1392245828-23244-1-git-send-email-jgunthorpe@obsidianresearch.com> References: <1392245828-23244-1-git-send-email-jgunthorpe@obsidianresearch.com> Message-ID: <1701545.GmtElNcB8L@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wednesday 12 February 2014 15:57:07 Jason Gunthorpe wrote: > reg[0] is the DT base, reg[1] is the DT length in bytes, > struct resource.end is the inclusive end address, so a -1 is > required. > > Tested on kirkwood. > > Signed-off-by: Jason Gunthorpe Acked-by: Arnd Bergmann