From patchwork Mon Jul 22 07:36:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 260591 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (unknown [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 E66712C00E6 for ; Mon, 22 Jul 2013 17:44:07 +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 1V1Ahd-00067d-Je; Mon, 22 Jul 2013 07:38:44 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1V1Agm-0008PX-RD; Mon, 22 Jul 2013 07:37:48 +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 1V1AgC-0008Iz-Qn for linux-arm-kernel@lists.infradead.org; Mon, 22 Jul 2013 07:37:15 +0000 Received: from ayumi.isobedori.kobe.vergenet.net (p2173-ipbfp805kobeminato.hyogo.ocn.ne.jp [124.101.179.173]) by kirsty.vergenet.net (Postfix) with ESMTP id 3B34125BF74; Mon, 22 Jul 2013 17:36:53 +1000 (EST) Received: by ayumi.isobedori.kobe.vergenet.net (Postfix, from userid 7100) id DBB436CE066; Mon, 22 Jul 2013 16:36:51 +0900 (JST) From: Simon Horman To: Arnd Bergmann , Olof Johansson , linux-sh@vger.kernel.org Subject: [GIT 0/5] Renesas ARM based SoC fixes for v3.12 Date: Mon, 22 Jul 2013 16:36:47 +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-20130722_033713_495552_1208E04F X-CRM114-Status: UNSURE ( 9.89 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -4.1 (----) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-4.1 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] -1.5 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 Olof, Hi Arnd, please consider the following fixes v3.12. The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092: Linux 3.11-rc1 (2013-07-14 15:18:27 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-fixes-for-v3.12 for you to fetch changes up to 93d8a6fbe69a629a7bb37bb546699a5c49963dc5: ARM: shmobile: r8a7740: Fix TPU clock name (2013-07-19 11:12:35 +0900) ---------------------------------------------------------------- Renesas ARM based SoC fixes for v3.12 * Fix TPU clock name for r8a7740 SoC * Update romImage to relocate appended DTB * Thumb fixes ---------------------------------------------------------------- Laurent Pinchart (1): ARM: shmobile: r8a7740: Fix TPU clock name Magnus Damm (1): ARM: shmobile: Update romImage to relocate appended DTB Tetsuyuki Kobayashi (3): ARM: shmobile: fix compile error when CONFIG_THUMB2_KERNEL=y ARM: shmobile: Force ARM mode to compile reset vector for secondary CPUs ARM: shmobile: Insert align directives before 4 bytes data arch/arm/boot/compressed/head-shmobile.S | 43 ++++++++++++++++++++++++++--- arch/arm/mach-shmobile/clock-r8a7740.c | 2 +- arch/arm/mach-shmobile/headsmp-scu.S | 4 ++- arch/arm/mach-shmobile/headsmp.S | 6 +++- arch/arm/mach-shmobile/include/mach/zboot.h | 2 -- arch/arm/mach-shmobile/sleep-sh7372.S | 2 ++ 6 files changed, 50 insertions(+), 9 deletions(-)