From patchwork Tue Jul 2 04:35:32 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 256265 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id AE1CC2C00A7 for ; Tue, 2 Jul 2013 14:36:15 +1000 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UtsJz-0003tL-OU; Tue, 02 Jul 2013 04:36:08 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UtsJx-00061e-Ca; Tue, 02 Jul 2013 04:36:05 +0000 Received: from kirsty.vergenet.net ([202.4.237.240]) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UtsJv-000617-1j for linux-arm-kernel@lists.infradead.org; Tue, 02 Jul 2013 04:36:03 +0000 Received: from ayumi.isobedori.kobe.vergenet.net (p1017-ipbfp1604kobeminato.hyogo.ocn.ne.jp [114.154.84.17]) by kirsty.vergenet.net (Postfix) with ESMTP id 7BAE725BF32; Tue, 2 Jul 2013 14:35:38 +1000 (EST) Received: by ayumi.isobedori.kobe.vergenet.net (Postfix, from userid 7100) id 1A9DC6CE066; Tue, 2 Jul 2013 13:35:37 +0900 (JST) From: Simon Horman To: Arnd Bergmann , Olof Johansson , linux-sh@vger.kernel.org Subject: [GIT PULL 0/2] Renesas ARM based SoC fixes for v3.11 Date: Tue, 2 Jul 2013 13:35:32 +0900 Message-Id: X-Mailer: git-send-email 1.8.2.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130702_003603_347207_F1F36473 X-CRM114-Status: GOOD ( 10.33 ) X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [202.4.237.240 listed in list.dnswl.org] -0.0 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Simon Horman , arm@kernel.org, Magnus Damm , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hi Arnd, Hi Olof, please consider the following fixes for v3.11, both of which are suitable for stable. This pull request is based on renesas-soc2-for-v3.11 which you have already pulled. The following changes since commit 018222f5d32bc5ca9fd830aebfeed10f1be96c93: ARM: shmobile: r8a7790: add clock definitions and aliases for MMCIF and SDHI (2013-06-12 21:07:38 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-fixes-for-v3.11 for you to fetch changes up to 1eb14ea1e6bcd11d6d0ba937fc39808bb4d3453e: ARM: shmobile: emev2 GIO3 resource fix (2013-07-02 12:28:01 +0900) ---------------------------------------------------------------- Renesas ARM based SoC fixes for v3.11 * Correct GIO3 base addresses for EMEV2 SoC - This bug bug added when GPIO support was added for the EMEV2 SoC in v3.5 * Correct SCIFB0 resources for r8a77a4 SoC - This was a bug was added when SCIF support was added for the r8a77a4 SoC in v3.10 ---------------------------------------------------------------- Magnus Damm (1): ARM: shmobile: emev2 GIO3 resource fix Takanari Hayama (1): ARM: shmobile: r8a73a4: Fix resources for SCIFB0 arch/arm/mach-shmobile/setup-emev2.c | 8 ++++---- arch/arm/mach-shmobile/setup-r8a73a4.c | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-)