From patchwork Mon May 27 09:00:44 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 246586 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 3A1AF2C013D for ; Mon, 27 May 2013 22:04:04 +1000 (EST) Received: from merlin.infradead.org ([205.233.59.134]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UgtRk-0003EC-AI; Mon, 27 May 2013 09:10:30 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UgtKX-0001rE-64; Mon, 27 May 2013 09:03:01 +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 1UgtHr-0001VV-MW for linux-arm-kernel@lists.infradead.org; Mon, 27 May 2013 09:00:20 +0000 Received: from vergenet.net (ac225145.ppp.asahi-net.or.jp [183.77.225.145]) by kirsty.vergenet.net (Postfix) with ESMTP id 3520C266CEF; Mon, 27 May 2013 19:00:15 +1000 (EST) Received: by vergenet.net (Postfix, from userid 7100) id 153B67C1B1F; Mon, 27 May 2013 18:00:58 +0900 (JST) From: Simon Horman To: Arnd Bergmann , Olof Johansson Subject: [GIT PULL] Renesas ARM based sh73a0 SoC updates for v3.11 Date: Mon, 27 May 2013 18:00:44 +0900 Message-Id: <1369645252-3847-1-git-send-email-horms+renesas@verge.net.au> X-Mailer: git-send-email 1.7.10.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130527_050016_049952_66FD83D2 X-CRM114-Status: UNSURE ( 9.11 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -3.7 (---) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-3.7 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.1 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, linux-sh@vger.kernel.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, The following changes since commit c7788792a5e7b0d5d7f96d0766b4cb6112d47d75: Linux 3.10-rc2 (2013-05-20 14:37:38 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-soc-sh73a0-for-v3.11 for you to fetch changes up to 8a6fca8ecd467a6255bda134d89fcda9ae1556ce: ARM: shmobile: sh73a0: div4 clocks must check the kick bit before changing rate (2013-05-25 09:57:10 +0900) ---------------------------------------------------------------- Renesas ARM based sh73a0 SoC updates for v3.11 * Change by Magnus Damm to use shmobile_setup_delay() when initialising the SoC using C-code, as was already the case when initialising the SoC using OF. This allows boot with TWD only. * CPUFreq support by Guennadi Liakhovetski * Clean-ups from Magnus Damm and Simon Horman to use DEFINE_RES_MEM() * Clean-up from Maxime Ripard to remove unnecessary init_irq declaration in machine description. ---------------------------------------------------------------- Guennadi Liakhovetski (4): ARM: shmobile: sh73a0: add support for adjusting CPU frequency ARM: shmobile: sh73a0: add CPUFreq support ARM: shmobile: sh73a0: do not overwrite all div4 clock operations ARM: shmobile: sh73a0: div4 clocks must check the kick bit before changing rate Magnus Damm (2): ARM: shmobile: sh73a0 pinmux platform device cleanup ARM: shmobile: sh73a0: Always use shmobile_setup_delay() Maxime Ripard (1): ARM: shmobile: sh73a0: Remove init_irq declaration in machine description Simon Horman (1): ARM: shmobile: sh73a0: Use DEFINE_RES_MEM*() everywhere arch/arm/mach-shmobile/Kconfig | 2 + arch/arm/mach-shmobile/clock-sh73a0.c | 111 +++++++++++++++++++++++++++++- arch/arm/mach-shmobile/setup-sh73a0.c | 122 ++++++++------------------------- 3 files changed, 141 insertions(+), 94 deletions(-)