All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Manikanta Guntupalli <manikanta.guntupalli@amd.com>
Cc: git@amd.com, gregkh@linuxfoundation.org, jirislaby@kernel.org,
	krzk+dt@kernel.org, conor+dt@kernel.org, michal.simek@amd.com,
	p.zabel@pengutronix.de, laurent.pinchart@ideasonboard.com,
	radhey.shyam.pandey@amd.com, parth.gajjar@amd.com,
	u.kleine-koenig@pengutronix.de, tglx@linutronix.de,
	julien.malik@unseenlabs.fr, ruanjinjie@huawei.com,
	linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	srinivas.goud@amd.com, shubhrajyoti.datta@amd.com,
	manion05gk@gmail.com,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: Re: [PATCH V2 1/3] dt-bindings: serial: cdsn,uart: Add optional reset property
Date: Wed, 24 Apr 2024 14:18:13 -0500	[thread overview]
Message-ID: <20240424191813.GA324342-robh@kernel.org> (raw)
In-Reply-To: <20240424112933.3528590-2-manikanta.guntupalli@amd.com>

On Wed, Apr 24, 2024 at 04:59:31PM +0530, Manikanta Guntupalli wrote:
> Add optional reset device-tree property to the uartps controller.

Typo in the subject.

> 
> Signed-off-by: Manikanta Guntupalli <manikanta.guntupalli@amd.com>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> Changes for V2:
> Added ack signature.
> ---
>  Documentation/devicetree/bindings/serial/cdns,uart.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/serial/cdns,uart.yaml b/Documentation/devicetree/bindings/serial/cdns,uart.yaml
> index 2129247d7c81..d7f047b0bf24 100644
> --- a/Documentation/devicetree/bindings/serial/cdns,uart.yaml
> +++ b/Documentation/devicetree/bindings/serial/cdns,uart.yaml
> @@ -46,6 +46,9 @@ properties:
>    power-domains:
>      maxItems: 1
>  
> +  resets:
> +    maxItems: 1
> +
>  required:
>    - compatible
>    - reg
> -- 
> 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: git@amd.com, gregkh@linuxfoundation.org, jirislaby@kernel.org,
	krzk+dt@kernel.org, conor+dt@kernel.org, michal.simek@amd.com,
	p.zabel@pengutronix.de, laurent.pinchart@ideasonboard.com,
	radhey.shyam.pandey@amd.com, parth.gajjar@amd.com,
	u.kleine-koenig@pengutronix.de, tglx@linutronix.de,
	julien.malik@unseenlabs.fr, ruanjinjie@huawei.com,
	linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	srinivas.goud@amd.com, shubhrajyoti.datta@amd.com,
	manion05gk@gmail.com,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: Re: [PATCH V2 1/3] dt-bindings: serial: cdsn,uart: Add optional reset property
Date: Wed, 24 Apr 2024 14:18:13 -0500	[thread overview]
Message-ID: <20240424191813.GA324342-robh@kernel.org> (raw)
In-Reply-To: <20240424112933.3528590-2-manikanta.guntupalli@amd.com>

On Wed, Apr 24, 2024 at 04:59:31PM +0530, Manikanta Guntupalli wrote:
> Add optional reset device-tree property to the uartps controller.

Typo in the subject.

> 
> Signed-off-by: Manikanta Guntupalli <manikanta.guntupalli@amd.com>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> Changes for V2:
> Added ack signature.
> ---
>  Documentation/devicetree/bindings/serial/cdns,uart.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/serial/cdns,uart.yaml b/Documentation/devicetree/bindings/serial/cdns,uart.yaml
> index 2129247d7c81..d7f047b0bf24 100644
> --- a/Documentation/devicetree/bindings/serial/cdns,uart.yaml
> +++ b/Documentation/devicetree/bindings/serial/cdns,uart.yaml
> @@ -46,6 +46,9 @@ properties:
>    power-domains:
>      maxItems: 1
>  
> +  resets:
> +    maxItems: 1
> +
>  required:
>    - compatible
>    - reg
> -- 
> 2.25.1
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2024-04-24 19:18 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-24 11:29 [PATCH V2 0/3] Add support for uartps controller reset Manikanta Guntupalli
2024-04-24 11:29 ` Manikanta Guntupalli
2024-04-24 11:29 ` [PATCH V2 1/3] dt-bindings: serial: cdsn,uart: Add optional reset property Manikanta Guntupalli
2024-04-24 11:29   ` Manikanta Guntupalli
2024-04-24 19:18   ` Rob Herring [this message]
2024-04-24 19:18     ` Rob Herring
2024-04-24 11:29 ` [PATCH V2 2/3] arm64: zynqmp: Add resets property for UART nodes Manikanta Guntupalli
2024-04-24 11:29   ` Manikanta Guntupalli
2024-04-24 11:29 ` [PATCH V2 3/3] tty: serial: uartps: Add support for uartps controller reset Manikanta Guntupalli
2024-04-24 11:29   ` Manikanta Guntupalli

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=20240424191813.GA324342-robh@kernel.org \
    --to=robh@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=git@amd.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jirislaby@kernel.org \
    --cc=julien.malik@unseenlabs.fr \
    --cc=krzk+dt@kernel.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=laurent.pinchart@ideasonboard.com \
    --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=p.zabel@pengutronix.de \
    --cc=parth.gajjar@amd.com \
    --cc=radhey.shyam.pandey@amd.com \
    --cc=ruanjinjie@huawei.com \
    --cc=shubhrajyoti.datta@amd.com \
    --cc=srinivas.goud@amd.com \
    --cc=tglx@linutronix.de \
    --cc=u.kleine-koenig@pengutronix.de \
    /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.