From patchwork Wed Sep 5 07:08:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Barry Song <21cnbao@gmail.com> X-Patchwork-Id: 181767 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (unknown [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 DBA6E2C008D for ; Wed, 5 Sep 2012 17:12:58 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1T99jL-0004e7-Ta; Wed, 05 Sep 2012 07:08:55 +0000 Received: from mail-lb0-f177.google.com ([209.85.217.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1T99jI-0004dt-Ig for linux-arm-kernel@lists.infradead.org; Wed, 05 Sep 2012 07:08:53 +0000 Received: by lbbgf7 with SMTP id gf7so158005lbb.36 for ; Wed, 05 Sep 2012 00:08:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:cc:content-type; bh=/r8Po5vmj9moWCxK3c6E7pt74GJmGbPFm4U/SNmIIf4=; b=atZq+oquvsV5wjb11KMlrM7U4A9WRLRs0Ko3Zev77ci8u+MC9yZIzOd+dvE8ejRC72 YebfGaopnBrhPPrMgkoCQ42otRFYFTck8giPE3EXTRR0gYMo6mvGGxtK9cRDmELrgV3+ ZXDYD9foot2HPWGVU1Qcxmyby7LCQR6Gp2upGjV+5sIgRNNfptlwLKHE1UEPbWut/QJa Y+NQwmdOAAoz5ktxZA3RyoqigDTPpwaKlpvnCHtAY3BV1j9lNBKO6KOURMWlGRGMEzS3 DpvaHvEsvqPkQoJPiLa+fauxZiVUtHl2WikHskCycGAUD5AJjk4hhOcvt6XGZ5NzedMZ eC5g== Received: by 10.112.86.169 with SMTP id q9mr7379212lbz.65.1346828929979; Wed, 05 Sep 2012 00:08:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.82.137 with HTTP; Wed, 5 Sep 2012 00:08:29 -0700 (PDT) From: Barry Song <21cnbao@gmail.com> Date: Wed, 5 Sep 2012 15:08:29 +0800 Message-ID: Subject: [GIT PULL] CSR SiRFprimaII dt-binding pinmux mapping To: Olof Johansson , Arnd Bergmann X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.217.177 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (21cnbao[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Linus Walleij , DL-SHA-WorkGroupLinux , "linux-arm-kernel@lists.infradead.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: , 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, Arnd, Please pull the following patches which are making prima2 pinctrl driver support dt-binding mapping. All have been acked by Linus and we think it is better to take them by arm soc. Thanks barry The following changes since commit 4cbe5a555fa58a79b6ecbb6c531b8bab0650778d: Linux 3.6-rc4 (2012-09-01 10:39:58 -0700) are available in the git repository at: git://gitorious.org/sirfprima2-kernel/sirfprima2-kernel.git pinmux-dt Barry Song (3): ARM: PRIMA2: add missing interrupts property for pinctrl node ARM: PRIMA2: rename prima2-cb.dts to prima2.dtsi as it only has SoC features pinctrl: sirf: add DT-binding pinmux mapping support arch/arm/boot/dts/prima2-cb.dts | 424 ------------------------ arch/arm/boot/dts/prima2-evb.dts | 37 ++ arch/arm/boot/dts/prima2.dtsi | 640 ++++++++++++++++++++++++++++++++++++ arch/arm/mach-prima2/Makefile.boot | 2 + drivers/pinctrl/pinctrl-sirf.c | 58 ++++- 5 files changed, 736 insertions(+), 425 deletions(-) delete mode 100644 arch/arm/boot/dts/prima2-cb.dts create mode 100644 arch/arm/boot/dts/prima2-evb.dts create mode 100644 arch/arm/boot/dts/prima2.dtsi