linux-csky.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] doc: devicetree: bindings: fix spelling mistake
@ 2020-06-11  9:58 Flavio Suligoi
  2020-06-13  8:43 ` Guo Ren
  0 siblings, 1 reply; 2+ messages in thread
From: Flavio Suligoi @ 2020-06-11  9:58 UTC (permalink / raw)
  To: Linus Walleij, Bartosz Golaszewski, Rob Herring,
	Matthias Brugger, Thomas Gleixner, Jason Cooper, Marc Zyngier,
	Guo Ren, Daniel Lezcano
  Cc: linux-gpio, devicetree, linux-arm-kernel, linux-mediatek,
	linux-csky, linux-kernel, Flavio Suligoi

Fix typo: "triger" --> "trigger"

Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
---
 Documentation/devicetree/bindings/gpio/mediatek,mt7621-gpio.txt | 2 +-
 .../devicetree/bindings/interrupt-controller/csky,mpintc.txt    | 2 +-
 Documentation/devicetree/bindings/timer/csky,mptimer.txt        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/gpio/mediatek,mt7621-gpio.txt b/Documentation/devicetree/bindings/gpio/mediatek,mt7621-gpio.txt
index ba455589f869..e1c49b660d3a 100644
--- a/Documentation/devicetree/bindings/gpio/mediatek,mt7621-gpio.txt
+++ b/Documentation/devicetree/bindings/gpio/mediatek,mt7621-gpio.txt
@@ -12,7 +12,7 @@ Required properties for the top level node:
    Only the GPIO_ACTIVE_HIGH and GPIO_ACTIVE_LOW flags are supported.
 - #interrupt-cells : Specifies the number of cells needed to encode an
    interrupt. Should be 2. The first cell defines the interrupt number,
-   the second encodes the triger flags encoded as described in
+   the second encodes the trigger flags encoded as described in
    Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
 - compatible:
   - "mediatek,mt7621-gpio" for Mediatek controllers
diff --git a/Documentation/devicetree/bindings/interrupt-controller/csky,mpintc.txt b/Documentation/devicetree/bindings/interrupt-controller/csky,mpintc.txt
index e13405355166..e6bbcae4d07f 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/csky,mpintc.txt
+++ b/Documentation/devicetree/bindings/interrupt-controller/csky,mpintc.txt
@@ -10,7 +10,7 @@ Interrupt number definition:
  16-31  : private  irq, and we use 16 as the co-processor timer.
  31-1024: common irq for soc ip.
 
-Interrupt triger mode: (Defined in dt-bindings/interrupt-controller/irq.h)
+Interrupt trigger mode: (Defined in dt-bindings/interrupt-controller/irq.h)
  IRQ_TYPE_LEVEL_HIGH (default)
  IRQ_TYPE_LEVEL_LOW
  IRQ_TYPE_EDGE_RISING
diff --git a/Documentation/devicetree/bindings/timer/csky,mptimer.txt b/Documentation/devicetree/bindings/timer/csky,mptimer.txt
index 15cfec08fbb8..f5c7e99cf52b 100644
--- a/Documentation/devicetree/bindings/timer/csky,mptimer.txt
+++ b/Documentation/devicetree/bindings/timer/csky,mptimer.txt
@@ -8,7 +8,7 @@ regs is accessed by cpu co-processor 4 registers with mtcr/mfcr.
  - PTIM_CTLR "cr<0, 14>" Control reg to start reset timer.
  - PTIM_TSR  "cr<1, 14>" Interrupt cleanup status reg.
  - PTIM_CCVR "cr<3, 14>" Current counter value reg.
- - PTIM_LVR  "cr<6, 14>" Window value reg to triger next event.
+ - PTIM_LVR  "cr<6, 14>" Window value reg to trigger next event.
 
 ==============================
 timer node bindings definition
-- 
2.17.1


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

* Re: [PATCH] doc: devicetree: bindings: fix spelling mistake
  2020-06-11  9:58 [PATCH] doc: devicetree: bindings: fix spelling mistake Flavio Suligoi
@ 2020-06-13  8:43 ` Guo Ren
  0 siblings, 0 replies; 2+ messages in thread
From: Guo Ren @ 2020-06-13  8:43 UTC (permalink / raw)
  To: Flavio Suligoi
  Cc: Linus Walleij, Bartosz Golaszewski, Rob Herring,
	Matthias Brugger, Thomas Gleixner, Jason Cooper, Marc Zyngier,
	Daniel Lezcano, linux-gpio, devicetree, linux-arm-kernel,
	linux-mediatek, linux-csky, Linux Kernel Mailing List

Acked-by: Guo Ren <guoren@kernel.org>

On Thu, Jun 11, 2020 at 5:58 PM Flavio Suligoi <f.suligoi@asem.it> wrote:
>
> Fix typo: "triger" --> "trigger"
>
> Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
> ---
>  Documentation/devicetree/bindings/gpio/mediatek,mt7621-gpio.txt | 2 +-
>  .../devicetree/bindings/interrupt-controller/csky,mpintc.txt    | 2 +-
>  Documentation/devicetree/bindings/timer/csky,mptimer.txt        | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/gpio/mediatek,mt7621-gpio.txt b/Documentation/devicetree/bindings/gpio/mediatek,mt7621-gpio.txt
> index ba455589f869..e1c49b660d3a 100644
> --- a/Documentation/devicetree/bindings/gpio/mediatek,mt7621-gpio.txt
> +++ b/Documentation/devicetree/bindings/gpio/mediatek,mt7621-gpio.txt
> @@ -12,7 +12,7 @@ Required properties for the top level node:
>     Only the GPIO_ACTIVE_HIGH and GPIO_ACTIVE_LOW flags are supported.
>  - #interrupt-cells : Specifies the number of cells needed to encode an
>     interrupt. Should be 2. The first cell defines the interrupt number,
> -   the second encodes the triger flags encoded as described in
> +   the second encodes the trigger flags encoded as described in
>     Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
>  - compatible:
>    - "mediatek,mt7621-gpio" for Mediatek controllers
> diff --git a/Documentation/devicetree/bindings/interrupt-controller/csky,mpintc.txt b/Documentation/devicetree/bindings/interrupt-controller/csky,mpintc.txt
> index e13405355166..e6bbcae4d07f 100644
> --- a/Documentation/devicetree/bindings/interrupt-controller/csky,mpintc.txt
> +++ b/Documentation/devicetree/bindings/interrupt-controller/csky,mpintc.txt
> @@ -10,7 +10,7 @@ Interrupt number definition:
>   16-31  : private  irq, and we use 16 as the co-processor timer.
>   31-1024: common irq for soc ip.
>
> -Interrupt triger mode: (Defined in dt-bindings/interrupt-controller/irq.h)
> +Interrupt trigger mode: (Defined in dt-bindings/interrupt-controller/irq.h)
>   IRQ_TYPE_LEVEL_HIGH (default)
>   IRQ_TYPE_LEVEL_LOW
>   IRQ_TYPE_EDGE_RISING
> diff --git a/Documentation/devicetree/bindings/timer/csky,mptimer.txt b/Documentation/devicetree/bindings/timer/csky,mptimer.txt
> index 15cfec08fbb8..f5c7e99cf52b 100644
> --- a/Documentation/devicetree/bindings/timer/csky,mptimer.txt
> +++ b/Documentation/devicetree/bindings/timer/csky,mptimer.txt
> @@ -8,7 +8,7 @@ regs is accessed by cpu co-processor 4 registers with mtcr/mfcr.
>   - PTIM_CTLR "cr<0, 14>" Control reg to start reset timer.
>   - PTIM_TSR  "cr<1, 14>" Interrupt cleanup status reg.
>   - PTIM_CCVR "cr<3, 14>" Current counter value reg.
> - - PTIM_LVR  "cr<6, 14>" Window value reg to triger next event.
> + - PTIM_LVR  "cr<6, 14>" Window value reg to trigger next event.
>
>  ==============================
>  timer node bindings definition
> --
> 2.17.1
>


-- 
Best Regards
 Guo Ren

ML: https://lore.kernel.org/linux-csky/

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

end of thread, other threads:[~2020-06-13  8:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-11  9:58 [PATCH] doc: devicetree: bindings: fix spelling mistake Flavio Suligoi
2020-06-13  8:43 ` Guo Ren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).