From patchwork Fri Apr 5 06:12:01 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 234044 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 263842C011E for ; Fri, 5 Apr 2013 17:23:59 +1100 (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 1UO044-0007nt-6e for incoming-imx@patchwork.ozlabs.org; Fri, 05 Apr 2013 06:23:56 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UNzsk-0001ej-2Y; Fri, 05 Apr 2013 06:12:14 +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 1UNzsg-0001dk-97 for linux-arm-kernel@lists.infradead.org; Fri, 05 Apr 2013 06:12:11 +0000 Received: from ayumi.akashicho.tokyo.vergenet.net (p8120-ipbfp1001kobeminato.hyogo.ocn.ne.jp [118.10.137.120]) by kirsty.vergenet.net (Postfix) with ESMTP id 0190025BF3C; Fri, 5 Apr 2013 17:12:07 +1100 (EST) Received: by ayumi.akashicho.tokyo.vergenet.net (Postfix, from userid 7100) id 9B3F6EDEA40; Fri, 5 Apr 2013 15:12:05 +0900 (JST) From: Simon Horman To: Arnd Bergmann Subject: [GIT PULL] Renesas ARM r8a7778 SoC update for v3.10 Date: Fri, 5 Apr 2013 15:12:01 +0900 Message-Id: <1365142324-7286-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-20130405_021210_580811_B164F49F X-CRM114-Status: UNSURE ( 9.80 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -5.0 (-----) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-5.0 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] -2.4 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: arm@kernel.org, linux-sh@vger.kernel.org, Magnus Damm , Paul Mundt , Olof Johansson , 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, The following changes since commit 8585deb18580d04209a2986430aa0959ef38fce2: ARM: shmobile: r8a7790 SoC 64-bit DT support (2013-04-02 11:02:21 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas tags/renesas-soc-r8a7778-for-v3.10 for you to fetch changes up to 524219146a89aee5366326c225ccd71231419d89: ARM: shmobile: R8A7778: add Ether support (2013-04-05 10:57:05 +0900) ---------------------------------------------------------------- Renesas ARM r8a7778 SoC update for v3.10 Update to the r8a7778 SoC: * Add SH Ethernet support * Add r8a7778_init_irq_extpin() to allow configuration of IRQ0 - IRQ3 - This is a requirement for SMSC ethernet support * Cleanup: remove PLATFORM_INFO macro This pull request is based on: git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas renesas-soc2-for-v3.10 ---------------------------------------------------------------- Kuninori Morimoto (2): ARM: shmobile: r8a7778: remove pointless PLATFORM_INFO() ARM: shmobile: r8a7778: add r8a7778_init_irq_extpin() Sergei Shtylyov (1): ARM: shmobile: R8A7778: add Ether support arch/arm/mach-shmobile/clock-r8a7778.c | 3 + arch/arm/mach-shmobile/include/mach/r8a7778.h | 4 ++ arch/arm/mach-shmobile/setup-r8a7778.c | 83 ++++++++++++++++++++----- 3 files changed, 74 insertions(+), 16 deletions(-)