From patchwork Mon Jul 1 11:48:07 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 2807201 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id DA968BF4A1 for ; Mon, 1 Jul 2013 11:48:43 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 0A5CF20145 for ; Mon, 1 Jul 2013 11:48:43 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C75BE20141 for ; Mon, 1 Jul 2013 11:48:41 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Utcaj-0003oa-Ei; Mon, 01 Jul 2013 11:48:21 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Utcar-0003IA-KS; Mon, 01 Jul 2013 11:48:29 +0000 Received: from mail-pb0-x230.google.com ([2607:f8b0:400e:c01::230]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Utcap-0003Ht-2y for linux-arm-kernel@lists.infradead.org; Mon, 01 Jul 2013 11:48:27 +0000 Received: by mail-pb0-f48.google.com with SMTP id ma3so4697928pbc.7 for ; Mon, 01 Jul 2013 04:48:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:subject; bh=My3+fI3HKFYGSynN2prdnQqRx9/MKsU/n7taHn+a5hA=; b=osoTF5yk7Lz7aYaEc/1ZuPJb66bJuRwjyraVCZr1Urd5UwtOGiK+2+zrSVlBcFPSLF dI+i3WmGSx6tIWgDrWQEZhARx8RtYvPll6PyViP4pheUWsRcoVup1szrFOn+XoMco8eM 8qNi29I2r2OPxcqlOhgTuvp92MEF84jdE07puw3TgPgsIxiBD8rZaeY6may+Fr31tR9g khGA0KDDzUEuZjPXNRtw19HwSZmu9QZYbnT9WQgZZlsthboVCet02gR6TFcd+ppV53w/ RYr4BLXo0Q+PTEse9YbIHjMpDJlRwea7QSZiWM13acUeiN/7q5izmXq0xSuVAJ3ptjqn B6hg== X-Received: by 10.68.171.99 with SMTP id at3mr2456406pbc.64.1372679285508; Mon, 01 Jul 2013 04:48:05 -0700 (PDT) Received: from [127.0.0.1] (ac230065.ppp.asahi-net.or.jp. [183.77.230.65]) by mx.google.com with ESMTPSA id bg3sm21912278pbb.44.2013.07.01.04.48.02 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 01 Jul 2013 04:48:04 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Mon, 01 Jul 2013 20:48:07 +0900 Message-Id: <20130701114807.29137.43972.sendpatchset@w520> Subject: [PATCH] ARM: shmobile: emev2 GIO3 resource fix X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130701_074827_232433_307AD8F4 X-CRM114-Status: UNSURE ( 8.38 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) Cc: arnd@arndb.de, Magnus Damm , horms@verge.net.au, olof@lixom.net, shinya.kuribayashi.px@renesas.com, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Magnus Damm Fix GIO3 base addresses for EMEV2. This bug was introduced by 088efd9273b5076a0aead479aa31f1066d182b3e ("mach-shmobile: Emma Mobile EV2 GPIO support V3") which was included in v3.5. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/setup-emev2.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- 0015/arch/arm/mach-shmobile/setup-emev2.c +++ work/arch/arm/mach-shmobile/setup-emev2.c 2013-07-01 20:21:29.000000000 +0900 @@ -286,14 +286,14 @@ static struct gpio_em_config gio3_config static struct resource gio3_resources[] = { [0] = { .name = "GIO_096", - .start = 0xe0050100, - .end = 0xe005012b, + .start = 0xe0050180, + .end = 0xe00501ab, .flags = IORESOURCE_MEM, }, [1] = { .name = "GIO_096", - .start = 0xe0050140, - .end = 0xe005015f, + .start = 0xe00501c0, + .end = 0xe00501df, .flags = IORESOURCE_MEM, }, [2] = {