From patchwork Fri Apr 25 14:52:37 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Genoud X-Patchwork-Id: 4063701 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id B04FE9F387 for ; Fri, 25 Apr 2014 14:55:46 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id DAE6B2037F for ; Fri, 25 Apr 2014 14:55:45 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CDEE22037A for ; Fri, 25 Apr 2014 14:55:44 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WdhVT-0003FU-UO; Fri, 25 Apr 2014 14:53:39 +0000 Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WdhVQ-00033A-Di for linux-arm-kernel@lists.infradead.org; Fri, 25 Apr 2014 14:53:36 +0000 Received: by mail-wi0-f173.google.com with SMTP id z2so2808204wiv.0 for ; Fri, 25 Apr 2014 07:53:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=tOPEB7WH1fZK6obvi57peWZEU6CIKiFyFWp2e9kcea4=; b=JUbATqVtWzzDCUFcxmTw1/fwaU+PfwkEJlYNMN/4F0VzaHbMycYHkWu7mbokrY/HtL cnkosQnRTStk/N8yU2G9NJoSf4pfuAcDDwLc+NQCZYXDdoBLD3cCnXQ5Gw/CnQmLgo8z JqsrP9y2JlZnC8sLPEw4o37X7/L7RwLyOSilJTAv/0XpfWC5iTjsSbA9tuH20fuq1SvP ER3ProiLuEazduGx0c3IGchxoAa+0xpUWflUXD6Ky1zLx6ekBchQ/B9cZ5iKmfFs3wXV yr5/5P30YAvuKTkC9nqoV4rKbP0ox/P1BrfM3UvRhhZCEn7VGwZTn82bRtaL7Ow13rtP MnKw== X-Received: by 10.180.76.116 with SMTP id j20mr4051056wiw.21.1398437593966; Fri, 25 Apr 2014 07:53:13 -0700 (PDT) Received: from localhost (lyon.paratronic.fr. [213.41.177.106]) by mx.google.com with ESMTPSA id gi8sm6381263wib.8.2014.04.25.07.53.12 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 25 Apr 2014 07:53:13 -0700 (PDT) From: Richard Genoud To: Greg Kroah-Hartman Subject: [PATCH 1/5] tty/serial: atmel_serial: Fix device tree documetation Date: Fri, 25 Apr 2014 16:52:37 +0200 Message-Id: <1398437561-4289-2-git-send-email-richard.genoud@gmail.com> X-Mailer: git-send-email 1.8.5.5 In-Reply-To: <1398437561-4289-1-git-send-email-richard.genoud@gmail.com> References: <1398437561-4289-1-git-send-email-richard.genoud@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140425_075336_613634_E470EA5A X-CRM114-Status: GOOD ( 10.43 ) X-Spam-Score: -0.1 (/) Cc: Alexander Shiyan , Richard Genoud , Linus Walleij , Nicolas Ferre , linux-serial@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP RTS pin is an active low pin. For now, this doesn't change anything as the ACTIVE_LOW flag is not handled in atmel_serial, but it will be in 3.16. Signed-off-by: Richard Genoud --- Documentation/devicetree/bindings/serial/atmel-usart.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) This may be applied as a fix on 3.15-rc, or on 3.16, like the other if this correction is not a big deal. diff --git a/Documentation/devicetree/bindings/serial/atmel-usart.txt b/Documentation/devicetree/bindings/serial/atmel-usart.txt index 17c1042b2df8..2f7aad71b3c9 100644 --- a/Documentation/devicetree/bindings/serial/atmel-usart.txt +++ b/Documentation/devicetree/bindings/serial/atmel-usart.txt @@ -35,7 +35,7 @@ Example: clock-names = "usart"; atmel,use-dma-rx; atmel,use-dma-tx; - rts-gpios = <&pioD 15 0>; + rts-gpios = <&pioD 15 GPIO_ACTIVE_LOW>; }; - use DMA: