From patchwork Wed Feb 13 03:29:12 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 220021 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 2D8652C0085 for ; Wed, 13 Feb 2013 14:39:09 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1U5T8v-0006FL-Ar; Wed, 13 Feb 2013 03:36:21 +0000 Received: from kirsty.vergenet.net ([202.4.237.240]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1U5T2E-0007T3-7W for linux-arm-kernel@lists.infradead.org; Wed, 13 Feb 2013 03:29:28 +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 BFDF8266CED; Wed, 13 Feb 2013 14:29:24 +1100 (EST) Received: by ayumi.akashicho.tokyo.vergenet.net (Postfix, from userid 7100) id 6A77BEDE592; Wed, 13 Feb 2013 12:29:23 +0900 (JST) From: Simon Horman To: linux-sh@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH v2.1 0/9] SH pinctrl DT support Date: Wed, 13 Feb 2013 12:29:12 +0900 Message-Id: <1360726161-16072-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-20130212_222926_840904_E3D57A33 X-CRM114-Status: GOOD ( 14.60 ) 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: Phil Edworthy , Laurent Pinchart , Kuninori Morimoto , Linus Walleij , Magnus Damm , Nobuhiro Iwamatsu , Guennadi Liakhovetski 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, this series is a follow-up to "[PATCH v2 0/8] SH pinctrl DT support" by Laurent Pinchart. I am primarily posting it for his review. This series differs from the series posted by Laurent in that: * I have added the following two patch to update the KZM9G reference code. ARM: shmobile: kzm9g: reference: Populate platform devices from device tree The basis for this series is git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git topic/pinmux-pfc-funcs Which was posted as "[PATCH 00/21 v1.2] SCIF, I2C and FSI pinctrl functions for sh73a0" a little earlier today. Laurent, if you want to change this series in any way just let me know. I can drop patches indidually or drop the entire series and add a fresh one from you to the topic branch. Git and diffstat information is provided below to aid review. ---------------------------------------------------------------- The following changes since commit e92460f4d0ce471110d44a3dc053f0a4508f24dc: ARM: shmobile: r8a7779: Remove DU function GPIOs (2013-02-13 12:16:13 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git topic/pinmux-dt for you to fetch changes up to 3ec7a99ff9723cafabf0eae2df9cac7df735f388: ARM: shmobile: kzm9g: Move pinctrl mappings to device tree (2013-02-13 12:19:04 +0900) ---------------------------------------------------------------- Laurent Pinchart (8): sh-pfc: Add OF support ARM: shmobile: r8a7740: Add pin control device in device tree ARM: shmobile: armadillo: Populate platform devices from device tree ARM: shmobile: sh73a0: Add pin control device in device tree ARM: shmobile: kzm9g: Populate platform devices from device tree ARM: shmobile: kzm9g: Add LED1-LED4 to the device tree ARM: shmobile: armadillo: Move pinctrl mappings to device tree ARM: shmobile: kzm9g: Move pinctrl mappings to device tree Simon Horman (1): ARM: shmobile: kzm9g: reference: Populate platform devices from device tree .../bindings/pinctrl/renesas,pfc-pinctrl.txt | 77 ++++++++++++++++++++ arch/arm/boot/dts/r8a7740-armadillo800eva.dts | 10 +++ arch/arm/boot/dts/r8a7740.dtsi | 8 ++ arch/arm/boot/dts/sh73a0-kzm9g-reference.dts | 12 +++ arch/arm/boot/dts/sh73a0-kzm9g.dts | 26 +++++++ arch/arm/boot/dts/sh73a0.dtsi | 8 ++ arch/arm/mach-shmobile/board-armadillo800eva.c | 14 +--- arch/arm/mach-shmobile/board-kzm9g-reference.c | 7 +- arch/arm/mach-shmobile/board-kzm9g.c | 27 +------ drivers/pinctrl/sh-pfc/core.c | 62 +++++++++++++++- drivers/pinctrl/sh-pfc/pinctrl.c | 54 ++++++++++++++ 11 files changed, 261 insertions(+), 44 deletions(-) create mode 100644 Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt Acked-by: Linus Walleij