From patchwork Fri Mar 22 01:23:46 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 229863 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.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 8DA702C00C3 for ; Fri, 22 Mar 2013 12:28:23 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UIqi9-0007po-Bo; Fri, 22 Mar 2013 01:24: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 1UIqi5-0007oL-Lv for linux-arm-kernel@lists.infradead.org; Fri, 22 Mar 2013 01:23:59 +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 B950325BDAD; Fri, 22 Mar 2013 12:23:55 +1100 (EST) Received: by ayumi.akashicho.tokyo.vergenet.net (Postfix, from userid 7100) id 2B1DEEDE9B8; Fri, 22 Mar 2013 10:23:54 +0900 (JST) From: Simon Horman To: Arnd Bergmann , Olof Johansson Subject: [GIT PULL] Renesas ARM-based SoC board updates for v3.10 #2 Date: Fri, 22 Mar 2013 10:23:46 +0900 Message-Id: <1363915432-21720-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-20130321_212358_337495_BC1E3261 X-CRM114-Status: UNSURE ( 9.33 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -5.1 (-----) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-5.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] -2.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: arm@kernel.org, linux-sh@vger.kernel.org, Magnus Damm , Paul Mundt , Guennadi Liakhovetski , 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, The following changes since commit 48296a13e7f411402f080d0603724623fa3eee14: ARM: shmobile: kzm9g: correct smsc regulator registration (2013-03-18 21:27:03 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-boards2-for-v3.10 for you to fetch changes up to ac22dde76c80a3ffa3c3c24cf16bb8076b20b767: Revert "ARM: shmobile: streamline mackerel SD and MMC devices" (2013-03-21 22:03:58 +0900) ---------------------------------------------------------------- Second round of Renesas ARM-based SoC board updates for v3.10 * Resolve a build regression on Mackerel by reverting "ARM: shmobile: streamline mackerel SD and MMC devices" * DTS cleanup and corrections for kzm9g/sh73a0 from Guennadi * SDHI voltage regulator enhancements for kzm9g and armadillo800eva from Guennadi ---------------------------------------------------------------- Guennadi Liakhovetski (5): ARM: shmobile: kzm9g: SDHI0 and SDHI1 use a 3.3V power supply ARM: shmobile: sh73a0: move SDHI and MMCIF DT nodes to sh73a0.dtsi ARM: shmobile: armadillo800eva: add a fixed voltage regulator for SDHI1 ARM: shmobile: kzm9g: add fixed voltage regulators for SDHI0 and SDHI2 ARM: shmobile: kzm9g-reference: fix device-tree bindings and device names Simon Horman (1): Revert "ARM: shmobile: streamline mackerel SD and MMC devices" arch/arm/boot/dts/sh73a0-kzm9g-reference.dts | 49 ++++------ arch/arm/boot/dts/sh73a0-reference.dtsi | 24 ----- arch/arm/boot/dts/sh73a0.dtsi | 44 +++++++++ arch/arm/mach-shmobile/board-armadillo800eva.c | 45 ++++++++-- arch/arm/mach-shmobile/board-kzm9g-reference.c | 27 +++--- arch/arm/mach-shmobile/board-kzm9g.c | 78 ++++++++++++---- arch/arm/mach-shmobile/board-mackerel.c | 113 ++++++++++++------------ 7 files changed, 230 insertions(+), 150 deletions(-) delete mode 100644 arch/arm/boot/dts/sh73a0-reference.dtsi