From: Rob Herring <robh@kernel.org>
To: Manikanta Guntupalli <manikanta.guntupalli@amd.com>
Cc: gregkh@linuxfoundation.org, krzysztof.kozlowski+dt@linaro.org,
michal.simek@xilinx.com, linux-serial@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
jirislaby@kernel.org, linux-arm-kernel@lists.infradead.org,
michal.simek@amd.com, git@amd.com, radhey.shyam.pandey@amd.com,
shubhrajyoti.datta@amd.com, srinivas.goud@amd.com,
manion05gk@gmail.com
Subject: Re: [PATCH 1/2] dt-bindings: Add optional gpio property to uartps node to support rs485
Date: Thu, 27 Apr 2023 11:43:51 -0500 [thread overview]
Message-ID: <20230427164351.GA3146210-robh@kernel.org> (raw)
In-Reply-To: <1682512187-8828-2-git-send-email-manikanta.guntupalli@amd.com>
On Wed, Apr 26, 2023 at 05:59:46PM +0530, Manikanta Guntupalli wrote:
> Add optional gpio property to uartps node and add reference to rs485.yaml
The diff tells me that already. Why?
>
> Signed-off-by: Manikanta Guntupalli <manikanta.guntupalli@amd.com>
> ---
> Documentation/devicetree/bindings/serial/cdns,uart.yaml | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/serial/cdns,uart.yaml b/Documentation/devicetree/bindings/serial/cdns,uart.yaml
> index a8b323d7bf94..34ed0d80b923 100644
> --- a/Documentation/devicetree/bindings/serial/cdns,uart.yaml
> +++ b/Documentation/devicetree/bindings/serial/cdns,uart.yaml
> @@ -46,6 +46,10 @@ properties:
> power-domains:
> maxItems: 1
>
> + txrx-gpios:
> + description: Optional GPIO to switch transmit and receive modes via pmod.
What's pmod?
> + maxItems: 1
> +
> required:
> - compatible
> - reg
> @@ -55,6 +59,7 @@ required:
>
> allOf:
> - $ref: serial.yaml#
> + - $ref: rs485.yaml#
> - if:
> properties:
> compatible:
> --
> 2.25.1
>
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Manikanta Guntupalli <manikanta.guntupalli@amd.com>
Cc: gregkh@linuxfoundation.org, krzysztof.kozlowski+dt@linaro.org,
michal.simek@xilinx.com, linux-serial@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
jirislaby@kernel.org, linux-arm-kernel@lists.infradead.org,
michal.simek@amd.com, git@amd.com, radhey.shyam.pandey@amd.com,
shubhrajyoti.datta@amd.com, srinivas.goud@amd.com,
manion05gk@gmail.com
Subject: Re: [PATCH 1/2] dt-bindings: Add optional gpio property to uartps node to support rs485
Date: Thu, 27 Apr 2023 11:43:51 -0500 [thread overview]
Message-ID: <20230427164351.GA3146210-robh@kernel.org> (raw)
In-Reply-To: <1682512187-8828-2-git-send-email-manikanta.guntupalli@amd.com>
On Wed, Apr 26, 2023 at 05:59:46PM +0530, Manikanta Guntupalli wrote:
> Add optional gpio property to uartps node and add reference to rs485.yaml
The diff tells me that already. Why?
>
> Signed-off-by: Manikanta Guntupalli <manikanta.guntupalli@amd.com>
> ---
> Documentation/devicetree/bindings/serial/cdns,uart.yaml | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/serial/cdns,uart.yaml b/Documentation/devicetree/bindings/serial/cdns,uart.yaml
> index a8b323d7bf94..34ed0d80b923 100644
> --- a/Documentation/devicetree/bindings/serial/cdns,uart.yaml
> +++ b/Documentation/devicetree/bindings/serial/cdns,uart.yaml
> @@ -46,6 +46,10 @@ properties:
> power-domains:
> maxItems: 1
>
> + txrx-gpios:
> + description: Optional GPIO to switch transmit and receive modes via pmod.
What's pmod?
> + maxItems: 1
> +
> required:
> - compatible
> - reg
> @@ -55,6 +59,7 @@ required:
>
> allOf:
> - $ref: serial.yaml#
> + - $ref: rs485.yaml#
> - if:
> properties:
> compatible:
> --
> 2.25.1
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2023-04-27 16:43 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-26 12:29 [PATCH 0/2] Add rs485 support to uartps driver Manikanta Guntupalli
2023-04-26 12:29 ` Manikanta Guntupalli
2023-04-26 12:29 ` [PATCH 1/2] dt-bindings: Add optional gpio property to uartps node to support rs485 Manikanta Guntupalli
2023-04-26 12:29 ` Manikanta Guntupalli
2023-04-27 16:43 ` Rob Herring [this message]
2023-04-27 16:43 ` Rob Herring
2023-05-02 10:14 ` Guntupalli, Manikanta
2023-05-02 10:14 ` Guntupalli, Manikanta
2023-05-02 10:19 ` Krzysztof Kozlowski
2023-05-02 10:19 ` Krzysztof Kozlowski
2023-05-02 10:57 ` Michal Simek
2023-05-02 10:57 ` Michal Simek
2023-05-02 11:10 ` Krzysztof Kozlowski
2023-05-02 11:10 ` Krzysztof Kozlowski
2023-05-04 12:14 ` m.brock
2023-05-04 12:14 ` m.brock
2023-04-26 12:29 ` [PATCH 2/2] tty: serial: uartps: Add rs485 support to uartps driver Manikanta Guntupalli
2023-04-26 12:29 ` Manikanta Guntupalli
2023-05-04 12:22 ` [PATCH 0/2] " m.brock
2023-05-04 12:22 ` m.brock
2023-05-10 16:26 ` Guntupalli, Manikanta
2023-05-11 7:26 ` Michal Simek
2023-05-14 11:01 ` m.brock
2023-05-15 6:35 ` Michal Simek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230427164351.GA3146210-robh@kernel.org \
--to=robh@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=git@amd.com \
--cc=gregkh@linuxfoundation.org \
--cc=jirislaby@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=manikanta.guntupalli@amd.com \
--cc=manion05gk@gmail.com \
--cc=michal.simek@amd.com \
--cc=michal.simek@xilinx.com \
--cc=radhey.shyam.pandey@amd.com \
--cc=shubhrajyoti.datta@amd.com \
--cc=srinivas.goud@amd.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.