From patchwork Tue Dec 29 22:51:21 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felipe Balbi X-Patchwork-Id: 70147 X-Patchwork-Delegate: tony@atomide.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.2) with ESMTP id nBTMud2w031418 for ; Tue, 29 Dec 2009 22:56:40 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751614AbZL2W4i (ORCPT ); Tue, 29 Dec 2009 17:56:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751340AbZL2W4e (ORCPT ); Tue, 29 Dec 2009 17:56:34 -0500 Received: from ns1.siteground211.com ([209.62.36.12]:58929 "EHLO serv01.siteground211.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751436AbZL2W4b (ORCPT ); Tue, 29 Dec 2009 17:56:31 -0500 Received: from [91.154.126.168] (port=14121 helo=localhost.localdomain) by serv01.siteground211.com with esmtpa (Exim 4.69) (envelope-from ) id 1NPkzK-00071i-J1; Tue, 29 Dec 2009 16:56:26 -0600 From: Felipe Balbi To: tony@atomide.com Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Felipe Balbi , linux-usb@vger.kernel.org Subject: [patch-v2.6.33-rc2+ 01/12] arm: omap: musb: ioremap only what's ours Date: Wed, 30 Dec 2009 00:51:21 +0200 Message-Id: <1262127092-14878-2-git-send-email-felipe.balbi@nokia.com> X-Mailer: git-send-email 1.6.6.35.g1d85d In-Reply-To: <1262127092-14878-1-git-send-email-felipe.balbi@nokia.com> References: <1262127092-14878-1-git-send-email-felipe.balbi@nokia.com> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - serv01.siteground211.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - felipebalbi.com Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org diff --git a/arch/arm/mach-omap2/usb-musb.c b/arch/arm/mach-omap2/usb-musb.c index a80441d..ba71f76 100644 --- a/arch/arm/mach-omap2/usb-musb.c +++ b/arch/arm/mach-omap2/usb-musb.c @@ -152,7 +152,7 @@ void __init usb_musb_init(void) musb_resources[0].start = OMAP243X_HS_BASE; else musb_resources[0].start = OMAP34XX_HSUSB_OTG_BASE; - musb_resources[0].end = musb_resources[0].start + SZ_8K - 1; + musb_resources[0].end = musb_resources[0].start + SZ_4K - 1; /* * REVISIT: This line can be removed once all the platforms using