linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: pinctrl: correct typo of description for cv1800
@ 2024-10-29  1:23 Chen Wang
  2024-10-31  6:16 ` Inochi Amaoto
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Chen Wang @ 2024-10-29  1:23 UTC (permalink / raw)
  To: linus.walleij, robh, krzk+dt, conor+dt, inochiama, linux-gpio,
	devicetree, linux-kernel, linux-riscv
  Cc: Chen Wang

From: Chen Wang <unicorn_wang@outlook.com>

It should be PINMUX/PINMUX2, not GPIOMUX/GPIOMUX2, see
<dt-bindings/pinctrl/pinctrl-cv1800b.h>.

Fixes: 64aa494de6fa ("dt-bindings: pinctrl: Add pinctrl for Sophgo CV1800 series SoC.")
Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
---
 .../devicetree/bindings/pinctrl/sophgo,cv1800-pinctrl.yaml      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pinctrl/sophgo,cv1800-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/sophgo,cv1800-pinctrl.yaml
index 1e6a55afe26a..feb4785a3fac 100644
--- a/Documentation/devicetree/bindings/pinctrl/sophgo,cv1800-pinctrl.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/sophgo,cv1800-pinctrl.yaml
@@ -58,7 +58,7 @@ patternProperties:
           pinmux:
             description: |
               The list of GPIOs and their mux settings that properties in the
-              node apply to. This should be set using the GPIOMUX or GPIOMUX2
+              node apply to. This should be set using the PINMUX or PINMUX2
               macro.
 
           bias-pull-up:

base-commit: 81983758430957d9a5cb3333fe324fd70cf63e7e
-- 
2.34.1


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

* Re: [PATCH] dt-bindings: pinctrl: correct typo of description for cv1800
  2024-10-29  1:23 [PATCH] dt-bindings: pinctrl: correct typo of description for cv1800 Chen Wang
@ 2024-10-31  6:16 ` Inochi Amaoto
  2024-11-01 19:23 ` Rob Herring (Arm)
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Inochi Amaoto @ 2024-10-31  6:16 UTC (permalink / raw)
  To: Chen Wang, linus.walleij, robh, krzk+dt, conor+dt, inochiama,
	linux-gpio, devicetree, linux-kernel, linux-riscv
  Cc: Chen Wang

On Tue, Oct 29, 2024 at 09:23:12AM +0800, Chen Wang wrote:
> From: Chen Wang <unicorn_wang@outlook.com>
> 
> It should be PINMUX/PINMUX2, not GPIOMUX/GPIOMUX2, see
> <dt-bindings/pinctrl/pinctrl-cv1800b.h>.
> 
> Fixes: 64aa494de6fa ("dt-bindings: pinctrl: Add pinctrl for Sophgo CV1800 series SoC.")
> Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
> ---
>  .../devicetree/bindings/pinctrl/sophgo,cv1800-pinctrl.yaml      | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/pinctrl/sophgo,cv1800-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/sophgo,cv1800-pinctrl.yaml
> index 1e6a55afe26a..feb4785a3fac 100644
> --- a/Documentation/devicetree/bindings/pinctrl/sophgo,cv1800-pinctrl.yaml
> +++ b/Documentation/devicetree/bindings/pinctrl/sophgo,cv1800-pinctrl.yaml
> @@ -58,7 +58,7 @@ patternProperties:
>            pinmux:
>              description: |
>                The list of GPIOs and their mux settings that properties in the
> -              node apply to. This should be set using the GPIOMUX or GPIOMUX2
> +              node apply to. This should be set using the PINMUX or PINMUX2
>                macro.
>  
>            bias-pull-up:
> 
> base-commit: 81983758430957d9a5cb3333fe324fd70cf63e7e
> -- 
> 2.34.1
> 

Reviewed-by: Inochi Amaoto <inochiama@gmail.com>

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

* Re: [PATCH] dt-bindings: pinctrl: correct typo of description for cv1800
  2024-10-29  1:23 [PATCH] dt-bindings: pinctrl: correct typo of description for cv1800 Chen Wang
  2024-10-31  6:16 ` Inochi Amaoto
@ 2024-11-01 19:23 ` Rob Herring (Arm)
  2024-11-04  1:52 ` Chen Wang
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Rob Herring (Arm) @ 2024-11-01 19:23 UTC (permalink / raw)
  To: Chen Wang
  Cc: linux-kernel, linux-gpio, Chen Wang, conor+dt, devicetree,
	krzk+dt, inochiama, linus.walleij, linux-riscv


On Tue, 29 Oct 2024 09:23:12 +0800, Chen Wang wrote:
> From: Chen Wang <unicorn_wang@outlook.com>
> 
> It should be PINMUX/PINMUX2, not GPIOMUX/GPIOMUX2, see
> <dt-bindings/pinctrl/pinctrl-cv1800b.h>.
> 
> Fixes: 64aa494de6fa ("dt-bindings: pinctrl: Add pinctrl for Sophgo CV1800 series SoC.")
> Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
> ---
>  .../devicetree/bindings/pinctrl/sophgo,cv1800-pinctrl.yaml      | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>


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

* Re: [PATCH] dt-bindings: pinctrl: correct typo of description for cv1800
  2024-10-29  1:23 [PATCH] dt-bindings: pinctrl: correct typo of description for cv1800 Chen Wang
  2024-10-31  6:16 ` Inochi Amaoto
  2024-11-01 19:23 ` Rob Herring (Arm)
@ 2024-11-04  1:52 ` Chen Wang
  2024-11-08  8:24   ` Linus Walleij
  2024-11-08  8:23 ` Linus Walleij
  2024-12-11 22:33 ` patchwork-bot+linux-riscv
  4 siblings, 1 reply; 8+ messages in thread
From: Chen Wang @ 2024-11-04  1:52 UTC (permalink / raw)
  To: linus.walleij
  Cc: Chen Wang, robh, krzk+dt, conor+dt, inochiama, linux-gpio,
	devicetree, linux-kernel, linux-riscv

Hi, Linus Walleij,

Will you pick this fixes and PR for 6.12?

Or I will take this over and PR this for 6.13 due to it is a minor text 
change.

Thanks,

Chen

On 2024/10/29 9:23, Chen Wang wrote:
> From: Chen Wang <unicorn_wang@outlook.com>
>
> It should be PINMUX/PINMUX2, not GPIOMUX/GPIOMUX2, see
> <dt-bindings/pinctrl/pinctrl-cv1800b.h>.
>
> Fixes: 64aa494de6fa ("dt-bindings: pinctrl: Add pinctrl for Sophgo CV1800 series SoC.")
> Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
> ---
>   .../devicetree/bindings/pinctrl/sophgo,cv1800-pinctrl.yaml      | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/pinctrl/sophgo,cv1800-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/sophgo,cv1800-pinctrl.yaml
> index 1e6a55afe26a..feb4785a3fac 100644
> --- a/Documentation/devicetree/bindings/pinctrl/sophgo,cv1800-pinctrl.yaml
> +++ b/Documentation/devicetree/bindings/pinctrl/sophgo,cv1800-pinctrl.yaml
> @@ -58,7 +58,7 @@ patternProperties:
>             pinmux:
>               description: |
>                 The list of GPIOs and their mux settings that properties in the
> -              node apply to. This should be set using the GPIOMUX or GPIOMUX2
> +              node apply to. This should be set using the PINMUX or PINMUX2
>                 macro.
>   
>             bias-pull-up:
>
> base-commit: 81983758430957d9a5cb3333fe324fd70cf63e7e

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

* Re: [PATCH] dt-bindings: pinctrl: correct typo of description for cv1800
  2024-10-29  1:23 [PATCH] dt-bindings: pinctrl: correct typo of description for cv1800 Chen Wang
                   ` (2 preceding siblings ...)
  2024-11-04  1:52 ` Chen Wang
@ 2024-11-08  8:23 ` Linus Walleij
  2024-12-11 22:33 ` patchwork-bot+linux-riscv
  4 siblings, 0 replies; 8+ messages in thread
From: Linus Walleij @ 2024-11-08  8:23 UTC (permalink / raw)
  To: Chen Wang
  Cc: robh, krzk+dt, conor+dt, inochiama, linux-gpio, devicetree,
	linux-kernel, linux-riscv, Chen Wang

On Tue, Oct 29, 2024 at 2:23 AM Chen Wang <unicornxw@gmail.com> wrote:

> From: Chen Wang <unicorn_wang@outlook.com>
>
> It should be PINMUX/PINMUX2, not GPIOMUX/GPIOMUX2, see
> <dt-bindings/pinctrl/pinctrl-cv1800b.h>.
>
> Fixes: 64aa494de6fa ("dt-bindings: pinctrl: Add pinctrl for Sophgo CV1800 series SoC.")
> Signed-off-by: Chen Wang <unicorn_wang@outlook.com>

Patch applied!

Yours,
Linus Walleij

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

* Re: [PATCH] dt-bindings: pinctrl: correct typo of description for cv1800
  2024-11-04  1:52 ` Chen Wang
@ 2024-11-08  8:24   ` Linus Walleij
  0 siblings, 0 replies; 8+ messages in thread
From: Linus Walleij @ 2024-11-08  8:24 UTC (permalink / raw)
  To: Chen Wang
  Cc: Chen Wang, robh, krzk+dt, conor+dt, inochiama, linux-gpio,
	devicetree, linux-kernel, linux-riscv

On Mon, Nov 4, 2024 at 2:52 AM Chen Wang <unicorn_wang@outlook.com> wrote:

> Will you pick this fixes and PR for 6.12?
>
> Or I will take this over and PR this for 6.13 due to it is a minor text
> change.

I have queued it for v6.13 because it is not urgent.

Yours,
Linus Walleij

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

* Re: [PATCH] dt-bindings: pinctrl: correct typo of description for cv1800
  2024-10-29  1:23 [PATCH] dt-bindings: pinctrl: correct typo of description for cv1800 Chen Wang
                   ` (3 preceding siblings ...)
  2024-11-08  8:23 ` Linus Walleij
@ 2024-12-11 22:33 ` patchwork-bot+linux-riscv
  2024-12-13  0:15   ` Linus Walleij
  4 siblings, 1 reply; 8+ messages in thread
From: patchwork-bot+linux-riscv @ 2024-12-11 22:33 UTC (permalink / raw)
  To: Chen Wang
  Cc: linux-riscv, linus.walleij, robh, krzk+dt, conor+dt, inochiama,
	linux-gpio, devicetree, linux-kernel, unicorn_wang

Hello:

This patch was applied to riscv/linux.git (fixes)
by Linus Walleij <linus.walleij@linaro.org>:

On Tue, 29 Oct 2024 09:23:12 +0800 you wrote:
> From: Chen Wang <unicorn_wang@outlook.com>
> 
> It should be PINMUX/PINMUX2, not GPIOMUX/GPIOMUX2, see
> <dt-bindings/pinctrl/pinctrl-cv1800b.h>.
> 
> Fixes: 64aa494de6fa ("dt-bindings: pinctrl: Add pinctrl for Sophgo CV1800 series SoC.")
> Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
> 
> [...]

Here is the summary with links:
  - dt-bindings: pinctrl: correct typo of description for cv1800
    https://git.kernel.org/riscv/c/4905aa25d31f

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [PATCH] dt-bindings: pinctrl: correct typo of description for cv1800
  2024-12-11 22:33 ` patchwork-bot+linux-riscv
@ 2024-12-13  0:15   ` Linus Walleij
  0 siblings, 0 replies; 8+ messages in thread
From: Linus Walleij @ 2024-12-13  0:15 UTC (permalink / raw)
  To: patchwork-bot+linux-riscv
  Cc: Chen Wang, linux-riscv, robh, krzk+dt, conor+dt, inochiama,
	linux-gpio, devicetree, linux-kernel, unicorn_wang

On Wed, Dec 11, 2024 at 11:33 PM <patchwork-bot+linux-riscv@kernel.org> wrote:

> This patch was applied to riscv/linux.git (fixes)
> by Linus Walleij <linus.walleij@linaro.org>:

Interesting, I didn't hear about me doing that or even being
able to.

Yours,
Linus Walleij

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

end of thread, other threads:[~2024-12-13  0:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-29  1:23 [PATCH] dt-bindings: pinctrl: correct typo of description for cv1800 Chen Wang
2024-10-31  6:16 ` Inochi Amaoto
2024-11-01 19:23 ` Rob Herring (Arm)
2024-11-04  1:52 ` Chen Wang
2024-11-08  8:24   ` Linus Walleij
2024-11-08  8:23 ` Linus Walleij
2024-12-11 22:33 ` patchwork-bot+linux-riscv
2024-12-13  0:15   ` Linus Walleij

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).