From patchwork Wed Nov 7 08:34:54 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 197632 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 263872C00AC for ; Wed, 7 Nov 2012 19:37:51 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TW16e-0007MN-3w; Wed, 07 Nov 2012 08:35:28 +0000 Received: from kirsty.vergenet.net ([202.4.237.240]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TW16Q-0007Kb-Lh for linux-arm-kernel@lists.infradead.org; Wed, 07 Nov 2012 08:35:15 +0000 Received: from ayumi.akashicho.tokyo.vergenet.net (p6117-ipbfp1901kobeminato.hyogo.ocn.ne.jp [114.172.117.117]) by kirsty.vergenet.net (Postfix) with ESMTP id 3888825BF1E; Wed, 7 Nov 2012 19:35:08 +1100 (EST) Received: by ayumi.akashicho.tokyo.vergenet.net (Postfix, from userid 7100) id C437AEDE5E7; Wed, 7 Nov 2012 17:35:06 +0900 (JST) From: Simon Horman To: Arnd Bergmann , Olof Johansson Subject: [GIT PULL] Renesas ARM-based SoC for v3.8 #2 Date: Wed, 7 Nov 2012 17:34:54 +0900 Message-Id: <1352277298-23312-1-git-send-email-horms@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-20121107_033514_988329_A3E87E0B X-CRM114-Status: UNSURE ( 9.69 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -3.3 (---) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-3.3 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.7 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: Paul Mundt , 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.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org 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 SoC enhancements for 3.8. This series is based on the previous SoC series that I sent on Tuesday and was merged later that day: [GIT PULL v4] Renesas ARM-based SoC for v3.8 ---------------------------------------------------------------- The following changes since commit 86bc52ef4373be64867b56f3a9e30cbabf64e0dd: ARM: shmobile: r8a7740: Enable PMU (2012-11-06 13:47:24 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git soc for you to fetch changes up to 9d69f5b87e7f6df51ad2a70557474093de934a8c: ARM: shmobile: r8a7779: add USB OHCI clock support (2012-11-07 17:11:48 +0900) ---------------------------------------------------------------- Kuninori Morimoto (4): ARM: shmobile: r8a7779: PFC rename PENCx -> USB_PENCx ARM: shmobile: r8a7740: add USB24 clock explain ARM: shmobile: r8a7779: add USB EHCI clock support ARM: shmobile: r8a7779: add USB OHCI clock support arch/arm/mach-shmobile/clock-r8a7740.c | 16 ++++++++++++++++ arch/arm/mach-shmobile/clock-r8a7779.c | 7 +++++++ arch/arm/mach-shmobile/include/mach/r8a7779.h | 2 +- arch/arm/mach-shmobile/pfc-r8a7779.c | 16 ++++++++-------- 4 files changed, 32 insertions(+), 9 deletions(-)