From patchwork Tue Nov 20 21:23:26 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jean-Christophe PLAGNIOL-VILLARD X-Patchwork-Id: 200521 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 C12DB2C00A3 for ; Wed, 21 Nov 2012 08:27:24 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TavJy-0002Ya-Ve; Tue, 20 Nov 2012 21:25:31 +0000 Received: from 12.mo1.mail-out.ovh.net ([87.98.162.229] helo=mo1.mail-out.ovh.net) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TavJu-0002YH-Tz for linux-arm-kernel@lists.infradead.org; Tue, 20 Nov 2012 21:25:28 +0000 Received: from mail94.ha.ovh.net (b7.ovh.net [213.186.33.57]) by mo1.mail-out.ovh.net (Postfix) with SMTP id 2283BFF9EE7 for ; Tue, 20 Nov 2012 22:36:44 +0100 (CET) Received: from b0.ovh.net (HELO queueout) (213.186.33.50) by b0.ovh.net with SMTP; 20 Nov 2012 23:25:24 +0200 Received: from ns32433.ovh.net (HELO localhost) (plagnioj%jcrosoft.com@213.251.161.87) by ns0.ovh.net with SMTP; 20 Nov 2012 23:25:22 +0200 Date: Tue, 20 Nov 2012 22:23:26 +0100 From: Jean-Christophe PLAGNIOL-VILLARD To: Linus Walleij X-Ovh-Mailout: 178.32.228.1 (mo1.mail-out.ovh.net) Subject: [For 3.8 PATCH 0/5] pinctrl-at91: add missing mux + gpio name + fix Message-ID: <20121120212326.GO4398@game.jcrosoft.org> MIME-Version: 1.0 Content-Disposition: inline X-PGP-Key: http://uboot.jcrosoft.org/plagnioj.asc X-PGP-key-fingerprint: 6309 2BBA 16C8 3A07 1772 CC24 DEFC FFA3 279C CE7C User-Agent: Mutt/1.5.20 (2009-06-14) X-Ovh-Tracer-Id: 17672687888873663453 X-Ovh-Remote: 213.251.161.87 (ns32433.ovh.net) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-OVH-SPAMSTATE: OK X-OVH-SPAMSCORE: -100 X-OVH-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehgedrudeiucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfhrhhomheplfgvrghnqdevhhhrihhsthhophhhvgcurffntefipffkqffnqdggkffnnfettfffuceophhlrghgnhhiohhjsehjtghrohhsohhfthdrtghomheqnecuffhomhgrihhnpehgihhthhhusgdrtghomhenucfjughrpeffhffvuffkgggtuggfsehttdfttddtredv X-Spam-Check: DONE|U 0.5/N X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehgedrudeiucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfhrhhomheplfgvrghnqdevhhhrihhsthhophhhvgcurffntefipffkqffnqdggkffnnfettfffuceophhlrghgnhhiohhjsehjtghrohhsohhfthdrtghomheqnecuffhomhgrihhnpehgihhthhhusgdrtghomhenucfjughrpeffhffvuffkgggtuggfsehttdfttddtredv X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121120_162527_203514_A9C025C5 X-CRM114-Status: GOOD ( 10.79 ) X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [87.98.162.229 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Nicolas Ferre , 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, The following patch series finish to add to the at91 - the missing mux support - gpio names - fix usart/uart naming - macb pinctrl dt mux - split the rts and cts as rs485 only need rts The following changes since commit f6f94f6660dbe34039e5c86a46c7845589e7ee0c: pinctrl: at91: Staticize non-exported symbols (2012-11-05 14:30:45 +0100) are available in the git repository at: git://github.com/at91linux/linux-at91.git for you to fetch changes up to c58c0c5acceb8acd3d447483a744e8a4a7c27f26: ARM: at91: dt: at91sam9260: split rts and cts pinctrl not (2012-11-19 07:50:56 +0800) ---------------------------------------------------------------- Jean-Christophe PLAGNIOL-VILLARD (5): pinctrl: at91: provide gpio names pinctrl: at91 add deglitch, debounce, pull down and schmitt trigger mux option support ARM: at91sam9: add macb pinctrl support ARM: at91: fix usart/uart namimg in pinctrl ARM: at91: dt: at91sam9260: split rts and cts pinctrl not Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt | 9 +++++++-- arch/arm/boot/dts/at91sam9260.dtsi | 132 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------- arch/arm/boot/dts/at91sam9263.dtsi | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------ arch/arm/boot/dts/at91sam9263ek.dts | 5 ++++- arch/arm/boot/dts/at91sam9g20ek_common.dtsi | 11 ++++++----- arch/arm/boot/dts/at91sam9g45.dtsi | 92 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------- arch/arm/boot/dts/at91sam9m10g45ek.dts | 5 ++++- arch/arm/boot/dts/at91sam9n12.dtsi | 62 +++++++++++++++++++++++++++++++++++++------------------------- arch/arm/boot/dts/at91sam9x25.dtsi | 21 +++++++++++++++++++++ arch/arm/boot/dts/at91sam9x5.dtsi | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------- drivers/pinctrl/pinctrl-at91.c | 126 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 11 files changed, 501 insertions(+), 140 deletions(-) Best Regards, J.