From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 94607C433E2 for ; Tue, 30 Jun 2020 18:35:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 729EC2068F for ; Tue, 30 Jun 2020 18:35:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593542123; bh=gyfWpjnOJwwzGi1tgl/VLHZLp+8PSWYx42nMxv5kKvo=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=01gnjZaJp/3zMcOSTs+TBO1SYgcOS6OMrhE9KxBBXCaL2mmkws/eYLA7pIs8ry29K Br2tIqdWk96AqPTzNNjhzdO5dItzSKusGmFAZLhBJ1T7VFBykmyMJCzxVTfP+sxL7T kz1p9if0CezsfGyZ9dTDrLo5Cq1uo0z7zjMC3mJg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387911AbgF3SfV (ORCPT ); Tue, 30 Jun 2020 14:35:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:43916 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731452AbgF3SfU (ORCPT ); Tue, 30 Jun 2020 14:35:20 -0400 Received: from mail-ot1-f48.google.com (mail-ot1-f48.google.com [209.85.210.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9F91C206CB; Tue, 30 Jun 2020 18:35:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593542119; bh=gyfWpjnOJwwzGi1tgl/VLHZLp+8PSWYx42nMxv5kKvo=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=VreS75mCNztVC55O5WYtKQ3ty6sypfwjFtEvCpKGJF/P6+aSEBXzu2b1RZvZfzGpB fU3Crxvs7MtpRNg03J0qHtUpL7695T+IUbeYINW2k2LPMvnhMrjK404HPe1gY8RZrK tm1PctHJAhBK3iKVLx00O8lxXyMtdbS71s+sKX4c= Received: by mail-ot1-f48.google.com with SMTP id c25so1622230otf.7; Tue, 30 Jun 2020 11:35:19 -0700 (PDT) X-Gm-Message-State: AOAM532IMyqxNf0bTcKWksra+d6le2VoHnmV/JK7CkBuWDk8jVKT+CnD 8aoK56lNRYZ2JCso6aURqnwvImcCjPbE7V8M1Q== X-Google-Smtp-Source: ABdhPJyxGkRB5nAl2gD00aoXYNA+A7QZAkg3P0qe89BJ5GCB6sKgUEuOFJbEZFHSpYjGUE+sPWFRo4oj5kH9Y3fJIos= X-Received: by 2002:a9d:3a36:: with SMTP id j51mr19503925otc.129.1593542118992; Tue, 30 Jun 2020 11:35:18 -0700 (PDT) MIME-Version: 1.0 References: <20200520133932.30441-1-erwan.leray@st.com> <20200520133932.30441-2-erwan.leray@st.com> <20200627141801.GA1945477@kroah.com> In-Reply-To: <20200627141801.GA1945477@kroah.com> From: Rob Herring Date: Tue, 30 Jun 2020 12:35:08 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 1/2] dt-bindings: serial: add generic DT binding for announcing RTS/CTS lines To: Greg Kroah-Hartman Cc: Erwan Le Ray , Mark Rutland , Maxime Coquelin , Alexandre Torgue , Sumit Semwal , "open list:SERIAL DRIVERS" , linux-stm32@st-md-mailman.stormreply.com, "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , "linux-kernel@vger.kernel.org" , Linux Media Mailing List , dri-devel , linaro-mm-sig@lists.linaro.org, Fabrice Gasnier Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jun 27, 2020 at 8:18 AM Greg Kroah-Hartman wrote: > > On Wed, May 20, 2020 at 03:39:31PM +0200, Erwan Le Ray wrote: > > Add support of generic DT binding for annoucing RTS/CTS lines. The initial > > binding 'st,hw-flow-control' is not needed anymore since generic binding > > is available, but is kept for backward compatibility. > > > > Signed-off-by: Erwan Le Ray > > > > diff --git a/Documentation/devicetree/bindings/serial/st,stm32-uart.yaml b/Documentation/devicetree/bindings/serial/st,stm32-uart.yaml > > index 75b8521eb7cb..06d5f251ec88 100644 > > --- a/Documentation/devicetree/bindings/serial/st,stm32-uart.yaml > > +++ b/Documentation/devicetree/bindings/serial/st,stm32-uart.yaml > > @@ -35,9 +35,11 @@ properties: > > description: label associated with this uart > > > > st,hw-flow-ctrl: > > - description: enable hardware flow control > > + description: enable hardware flow control (deprecated) > > $ref: /schemas/types.yaml#/definitions/flag > > > > + uart-has-rtscts: true > > + > > dmas: > > minItems: 1 > > maxItems: 2 > > -- > > 2.17.1 > > > > Did this get ignored by the DT maintainers? :( When it doesn't go to the DT list, you are playing roulette whether I happen to see it. :( Anyways, Reviewed-by: Rob Herring From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 23F11C433DF for ; Tue, 30 Jun 2020 18:36:37 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E8117206CB for ; Tue, 30 Jun 2020 18:36:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="CJah+k51"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="VreS75mC" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E8117206CB Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From:In-Reply-To: References:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=zFxi1vJb30Q7IJqfpljTtm5MbcoQUcvOOR7pS9bLVd4=; b=CJah+k51wmd5aVBr4fXdQcVJr ibKga18A16FGUm52b4S0MT689aau/04kU7Xk69AwtOMqp9Y/J69xwEis3zyceprkzBGdEnGHhLQAS mTvfnM7lK+SbuSFIJi6XCdi5pgZQg85OhRSCTVMkI3Ek4tTQxhVEBV6DNjzwkn3xHvocDIHgCRse9 x58yjU7Wa+Q79ffJA5wmFTtqqj045RXu9nfxEV3o4v5RtR5i7ntoKcsMlA/DkUinDZr7Rvftc9gmb DXHAzoWzt+RmKSvX6vBQKlw4AA3/IusxlMGjvxoeF+/DCFMWWazBRt89e8fdtVvCKnI8YS229YVh7 62oHBtHlQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jqL6K-0003vU-9W; Tue, 30 Jun 2020 18:35:24 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jqL6H-0003un-7m for linux-arm-kernel@lists.infradead.org; Tue, 30 Jun 2020 18:35:22 +0000 Received: from mail-ot1-f43.google.com (mail-ot1-f43.google.com [209.85.210.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A6CAF20702 for ; Tue, 30 Jun 2020 18:35:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593542119; bh=gyfWpjnOJwwzGi1tgl/VLHZLp+8PSWYx42nMxv5kKvo=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=VreS75mCNztVC55O5WYtKQ3ty6sypfwjFtEvCpKGJF/P6+aSEBXzu2b1RZvZfzGpB fU3Crxvs7MtpRNg03J0qHtUpL7695T+IUbeYINW2k2LPMvnhMrjK404HPe1gY8RZrK tm1PctHJAhBK3iKVLx00O8lxXyMtdbS71s+sKX4c= Received: by mail-ot1-f43.google.com with SMTP id w17so11365061otl.4 for ; Tue, 30 Jun 2020 11:35:19 -0700 (PDT) X-Gm-Message-State: AOAM533XRrCpkm39yBtU2oLsZn6NUfNo1z1Ie++dUxdEboH2GgfZuu+Q LYP7D4ad9aii9C6LdKHJ6gxCQX4t3Lt2N/YyXQ== X-Google-Smtp-Source: ABdhPJyxGkRB5nAl2gD00aoXYNA+A7QZAkg3P0qe89BJ5GCB6sKgUEuOFJbEZFHSpYjGUE+sPWFRo4oj5kH9Y3fJIos= X-Received: by 2002:a9d:3a36:: with SMTP id j51mr19503925otc.129.1593542118992; Tue, 30 Jun 2020 11:35:18 -0700 (PDT) MIME-Version: 1.0 References: <20200520133932.30441-1-erwan.leray@st.com> <20200520133932.30441-2-erwan.leray@st.com> <20200627141801.GA1945477@kroah.com> In-Reply-To: <20200627141801.GA1945477@kroah.com> From: Rob Herring Date: Tue, 30 Jun 2020 12:35:08 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 1/2] dt-bindings: serial: add generic DT binding for announcing RTS/CTS lines To: Greg Kroah-Hartman X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200630_143521_442651_29FE0BCB X-CRM114-Status: GOOD ( 18.18 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , Fabrice Gasnier , Maxime Coquelin , "linux-kernel@vger.kernel.org" , dri-devel , linux-stm32@st-md-mailman.stormreply.com, linaro-mm-sig@lists.linaro.org, "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , "open list:SERIAL DRIVERS" , Linux Media Mailing List , Sumit Semwal , Erwan Le Ray , Alexandre Torgue Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sat, Jun 27, 2020 at 8:18 AM Greg Kroah-Hartman wrote: > > On Wed, May 20, 2020 at 03:39:31PM +0200, Erwan Le Ray wrote: > > Add support of generic DT binding for annoucing RTS/CTS lines. The initial > > binding 'st,hw-flow-control' is not needed anymore since generic binding > > is available, but is kept for backward compatibility. > > > > Signed-off-by: Erwan Le Ray > > > > diff --git a/Documentation/devicetree/bindings/serial/st,stm32-uart.yaml b/Documentation/devicetree/bindings/serial/st,stm32-uart.yaml > > index 75b8521eb7cb..06d5f251ec88 100644 > > --- a/Documentation/devicetree/bindings/serial/st,stm32-uart.yaml > > +++ b/Documentation/devicetree/bindings/serial/st,stm32-uart.yaml > > @@ -35,9 +35,11 @@ properties: > > description: label associated with this uart > > > > st,hw-flow-ctrl: > > - description: enable hardware flow control > > + description: enable hardware flow control (deprecated) > > $ref: /schemas/types.yaml#/definitions/flag > > > > + uart-has-rtscts: true > > + > > dmas: > > minItems: 1 > > maxItems: 2 > > -- > > 2.17.1 > > > > Did this get ignored by the DT maintainers? :( When it doesn't go to the DT list, you are playing roulette whether I happen to see it. :( Anyways, Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 06606C433DF for ; Tue, 30 Jun 2020 18:35:22 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D0F1B206C3 for ; Tue, 30 Jun 2020 18:35:21 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="VreS75mC" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D0F1B206C3 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5402A89951; Tue, 30 Jun 2020 18:35:21 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id 15B6889951 for ; Tue, 30 Jun 2020 18:35:20 +0000 (UTC) Received: from mail-ot1-f51.google.com (mail-ot1-f51.google.com [209.85.210.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id AFCC420724 for ; Tue, 30 Jun 2020 18:35:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593542119; bh=gyfWpjnOJwwzGi1tgl/VLHZLp+8PSWYx42nMxv5kKvo=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=VreS75mCNztVC55O5WYtKQ3ty6sypfwjFtEvCpKGJF/P6+aSEBXzu2b1RZvZfzGpB fU3Crxvs7MtpRNg03J0qHtUpL7695T+IUbeYINW2k2LPMvnhMrjK404HPe1gY8RZrK tm1PctHJAhBK3iKVLx00O8lxXyMtdbS71s+sKX4c= Received: by mail-ot1-f51.google.com with SMTP id n5so19261000otj.1 for ; Tue, 30 Jun 2020 11:35:19 -0700 (PDT) X-Gm-Message-State: AOAM532pNxK9+IMyLYwcINiVEfFLGTMviSmrjTUjUuZ4X/whQj0g0n8y ERt9CzbRvAlCfE04vsBaoZ4qDt+SN+6DRSqwnA== X-Google-Smtp-Source: ABdhPJyxGkRB5nAl2gD00aoXYNA+A7QZAkg3P0qe89BJ5GCB6sKgUEuOFJbEZFHSpYjGUE+sPWFRo4oj5kH9Y3fJIos= X-Received: by 2002:a9d:3a36:: with SMTP id j51mr19503925otc.129.1593542118992; Tue, 30 Jun 2020 11:35:18 -0700 (PDT) MIME-Version: 1.0 References: <20200520133932.30441-1-erwan.leray@st.com> <20200520133932.30441-2-erwan.leray@st.com> <20200627141801.GA1945477@kroah.com> In-Reply-To: <20200627141801.GA1945477@kroah.com> From: Rob Herring Date: Tue, 30 Jun 2020 12:35:08 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 1/2] dt-bindings: serial: add generic DT binding for announcing RTS/CTS lines To: Greg Kroah-Hartman X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , Fabrice Gasnier , Maxime Coquelin , "linux-kernel@vger.kernel.org" , dri-devel , linux-stm32@st-md-mailman.stormreply.com, linaro-mm-sig@lists.linaro.org, "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , "open list:SERIAL DRIVERS" , Linux Media Mailing List , Erwan Le Ray , Alexandre Torgue Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Sat, Jun 27, 2020 at 8:18 AM Greg Kroah-Hartman wrote: > > On Wed, May 20, 2020 at 03:39:31PM +0200, Erwan Le Ray wrote: > > Add support of generic DT binding for annoucing RTS/CTS lines. The initial > > binding 'st,hw-flow-control' is not needed anymore since generic binding > > is available, but is kept for backward compatibility. > > > > Signed-off-by: Erwan Le Ray > > > > diff --git a/Documentation/devicetree/bindings/serial/st,stm32-uart.yaml b/Documentation/devicetree/bindings/serial/st,stm32-uart.yaml > > index 75b8521eb7cb..06d5f251ec88 100644 > > --- a/Documentation/devicetree/bindings/serial/st,stm32-uart.yaml > > +++ b/Documentation/devicetree/bindings/serial/st,stm32-uart.yaml > > @@ -35,9 +35,11 @@ properties: > > description: label associated with this uart > > > > st,hw-flow-ctrl: > > - description: enable hardware flow control > > + description: enable hardware flow control (deprecated) > > $ref: /schemas/types.yaml#/definitions/flag > > > > + uart-has-rtscts: true > > + > > dmas: > > minItems: 1 > > maxItems: 2 > > -- > > 2.17.1 > > > > Did this get ignored by the DT maintainers? :( When it doesn't go to the DT list, you are playing roulette whether I happen to see it. :( Anyways, Reviewed-by: Rob Herring _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel