Devicetree
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: gpio: gpio-delay: Spelling s/curcuit/circuit/
@ 2023-06-06 10:01 Geert Uytterhoeven
  2023-06-06 10:59 ` Alexander Stein
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2023-06-06 10:01 UTC (permalink / raw)
  To: Linus Walleij, Bartosz Golaszewski, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Alexander Stein
  Cc: linux-gpio, devicetree, Geert Uytterhoeven

Fix misspellings of "circuit".

Fixes: c7239a3da1628767 ("dt-bindings: gpio: Add gpio-delay binding document")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/gpio/gpio-delay.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/gpio/gpio-delay.yaml b/Documentation/devicetree/bindings/gpio/gpio-delay.yaml
index 7c16a4e1a768ef72..1cebc4058e272660 100644
--- a/Documentation/devicetree/bindings/gpio/gpio-delay.yaml
+++ b/Documentation/devicetree/bindings/gpio/gpio-delay.yaml
@@ -11,7 +11,7 @@ maintainers:
 
 description: |
   This binding describes an electrical setup where setting an GPIO output
-  is delayed by some external setup, e.g. RC curcuit.
+  is delayed by some external setup, e.g. RC circuit.
 
   +----------+                    +-----------+
   |          |             VCC_B  |           |
@@ -30,7 +30,7 @@ description: |
                            GND
 
   If the input on the consumer is controlled by an open-drain signal
-  attached to an RC curcuit the ramp-up delay is not under control
+  attached to an RC circuit the ramp-up delay is not under control
   of the GPIO controller.
 
 properties:
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: gpio: gpio-delay: Spelling s/curcuit/circuit/
  2023-06-06 10:01 [PATCH] dt-bindings: gpio: gpio-delay: Spelling s/curcuit/circuit/ Geert Uytterhoeven
@ 2023-06-06 10:59 ` Alexander Stein
  2023-06-06 11:17 ` Krzysztof Kozlowski
  2023-06-06 15:43 ` Bartosz Golaszewski
  2 siblings, 0 replies; 4+ messages in thread
From: Alexander Stein @ 2023-06-06 10:59 UTC (permalink / raw)
  To: Linus Walleij, Bartosz Golaszewski, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Alexander Stein,
	Geert Uytterhoeven
  Cc: linux-gpio, devicetree, Geert Uytterhoeven

Hi Geert,

thanks for the fix.

Am Dienstag, 6. Juni 2023, 12:01:40 CEST schrieb Geert Uytterhoeven:
> Fix misspellings of "circuit".
> 
> Fixes: c7239a3da1628767 ("dt-bindings: gpio: Add gpio-delay binding
> document") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Acked-by: Alexander Stein <alexander.stein@ew.tq-group.com>

> ---
>  Documentation/devicetree/bindings/gpio/gpio-delay.yaml | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/gpio/gpio-delay.yaml
> b/Documentation/devicetree/bindings/gpio/gpio-delay.yaml index
> 7c16a4e1a768ef72..1cebc4058e272660 100644
> --- a/Documentation/devicetree/bindings/gpio/gpio-delay.yaml
> +++ b/Documentation/devicetree/bindings/gpio/gpio-delay.yaml
> @@ -11,7 +11,7 @@ maintainers:
> 
>  description: |
>    This binding describes an electrical setup where setting an GPIO output
> -  is delayed by some external setup, e.g. RC curcuit.
> +  is delayed by some external setup, e.g. RC circuit.
> 
>    +----------+                    +-----------+
> 
>    |          |             VCC_B  |           |
> 
> @@ -30,7 +30,7 @@ description: |
>                             GND
> 
>    If the input on the consumer is controlled by an open-drain signal
> -  attached to an RC curcuit the ramp-up delay is not under control
> +  attached to an RC circuit the ramp-up delay is not under control
>    of the GPIO controller.
> 
>  properties:


-- 
TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany
Amtsgericht München, HRB 105018
Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider
http://www.tq-group.com/



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: gpio: gpio-delay: Spelling s/curcuit/circuit/
  2023-06-06 10:01 [PATCH] dt-bindings: gpio: gpio-delay: Spelling s/curcuit/circuit/ Geert Uytterhoeven
  2023-06-06 10:59 ` Alexander Stein
@ 2023-06-06 11:17 ` Krzysztof Kozlowski
  2023-06-06 15:43 ` Bartosz Golaszewski
  2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-06-06 11:17 UTC (permalink / raw)
  To: Geert Uytterhoeven, Linus Walleij, Bartosz Golaszewski,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, Alexander Stein
  Cc: linux-gpio, devicetree

On 06/06/2023 12:01, Geert Uytterhoeven wrote:
> Fix misspellings of "circuit".
> 
> Fixes: c7239a3da1628767 ("dt-bindings: gpio: Add gpio-delay binding document")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: gpio: gpio-delay: Spelling s/curcuit/circuit/
  2023-06-06 10:01 [PATCH] dt-bindings: gpio: gpio-delay: Spelling s/curcuit/circuit/ Geert Uytterhoeven
  2023-06-06 10:59 ` Alexander Stein
  2023-06-06 11:17 ` Krzysztof Kozlowski
@ 2023-06-06 15:43 ` Bartosz Golaszewski
  2 siblings, 0 replies; 4+ messages in thread
From: Bartosz Golaszewski @ 2023-06-06 15:43 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Linus Walleij, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Alexander Stein, linux-gpio, devicetree

On Tue, Jun 6, 2023 at 12:01 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
>
> Fix misspellings of "circuit".
>
> Fixes: c7239a3da1628767 ("dt-bindings: gpio: Add gpio-delay binding document")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  Documentation/devicetree/bindings/gpio/gpio-delay.yaml | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/gpio/gpio-delay.yaml b/Documentation/devicetree/bindings/gpio/gpio-delay.yaml
> index 7c16a4e1a768ef72..1cebc4058e272660 100644
> --- a/Documentation/devicetree/bindings/gpio/gpio-delay.yaml
> +++ b/Documentation/devicetree/bindings/gpio/gpio-delay.yaml
> @@ -11,7 +11,7 @@ maintainers:
>
>  description: |
>    This binding describes an electrical setup where setting an GPIO output
> -  is delayed by some external setup, e.g. RC curcuit.
> +  is delayed by some external setup, e.g. RC circuit.
>
>    +----------+                    +-----------+
>    |          |             VCC_B  |           |
> @@ -30,7 +30,7 @@ description: |
>                             GND
>
>    If the input on the consumer is controlled by an open-drain signal
> -  attached to an RC curcuit the ramp-up delay is not under control
> +  attached to an RC circuit the ramp-up delay is not under control
>    of the GPIO controller.
>
>  properties:
> --
> 2.34.1
>

Applied, thanks!

Bart

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-06 15:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-06 10:01 [PATCH] dt-bindings: gpio: gpio-delay: Spelling s/curcuit/circuit/ Geert Uytterhoeven
2023-06-06 10:59 ` Alexander Stein
2023-06-06 11:17 ` Krzysztof Kozlowski
2023-06-06 15:43 ` Bartosz Golaszewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox