2023-05-12 07:37:20

by Martin Hundebøll

[permalink] [raw]
Subject: [PATCH RESEND] pinctrl: meson-axg: add missing GPIOA_18 gpio group

Without this, the gpio cannot be explicitly mux'ed to its gpio function.

Fixes: 83c566806a68a ("pinctrl: meson-axg: Add new pinctrl driver for Meson AXG SoC")
Cc: [email protected]
Signed-off-by: Martin Hundebøll <[email protected]>
---
Changes since first mail:
* Added Cc: stable to commit message
* Expanded To: and Cc: with full list from get_maintainers.pl

drivers/pinctrl/meson/pinctrl-meson-axg.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/pinctrl/meson/pinctrl-meson-axg.c b/drivers/pinctrl/meson/pinctrl-meson-axg.c
index 7bfecdfba177..d249a035c2b9 100644
--- a/drivers/pinctrl/meson/pinctrl-meson-axg.c
+++ b/drivers/pinctrl/meson/pinctrl-meson-axg.c
@@ -400,6 +400,7 @@ static struct meson_pmx_group meson_axg_periphs_groups[] = {
GPIO_GROUP(GPIOA_15),
GPIO_GROUP(GPIOA_16),
GPIO_GROUP(GPIOA_17),
+ GPIO_GROUP(GPIOA_18),
GPIO_GROUP(GPIOA_19),
GPIO_GROUP(GPIOA_20),

--
2.34.1



2023-05-12 09:33:58

by Dmitry Rokosov

[permalink] [raw]
Subject: Re: [PATCH RESEND] pinctrl: meson-axg: add missing GPIOA_18 gpio group

On Fri, May 12, 2023 at 08:49:25AM +0200, Martin Hundebøll wrote:
> Without this, the gpio cannot be explicitly mux'ed to its gpio function.
>
> Fixes: 83c566806a68a ("pinctrl: meson-axg: Add new pinctrl driver for Meson AXG SoC")
> Cc: [email protected]
> Signed-off-by: Martin Hundebøll <[email protected]>

Reviewed-by: Dmitry Rokosov <[email protected]>

> ---
> Changes since first mail:
> * Added Cc: stable to commit message
> * Expanded To: and Cc: with full list from get_maintainers.pl
>
> drivers/pinctrl/meson/pinctrl-meson-axg.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/pinctrl/meson/pinctrl-meson-axg.c b/drivers/pinctrl/meson/pinctrl-meson-axg.c
> index 7bfecdfba177..d249a035c2b9 100644
> --- a/drivers/pinctrl/meson/pinctrl-meson-axg.c
> +++ b/drivers/pinctrl/meson/pinctrl-meson-axg.c
> @@ -400,6 +400,7 @@ static struct meson_pmx_group meson_axg_periphs_groups[] = {
> GPIO_GROUP(GPIOA_15),
> GPIO_GROUP(GPIOA_16),
> GPIO_GROUP(GPIOA_17),
> + GPIO_GROUP(GPIOA_18),
> GPIO_GROUP(GPIOA_19),
> GPIO_GROUP(GPIOA_20),
>
> --
> 2.34.1
>
>
> _______________________________________________
> linux-amlogic mailing list
> [email protected]
> http://lists.infradead.org/mailman/listinfo/linux-amlogic

--
Thank you,
Dmitry

2023-05-12 10:25:40

by Neil Armstrong

[permalink] [raw]
Subject: Re: [PATCH RESEND] pinctrl: meson-axg: add missing GPIOA_18 gpio group

On 12/05/2023 08:49, Martin Hundebøll wrote:
> Without this, the gpio cannot be explicitly mux'ed to its gpio function.
>
> Fixes: 83c566806a68a ("pinctrl: meson-axg: Add new pinctrl driver for Meson AXG SoC")
> Cc: [email protected]
> Signed-off-by: Martin Hundebøll <[email protected]>
> ---
> Changes since first mail:
> * Added Cc: stable to commit message
> * Expanded To: and Cc: with full list from get_maintainers.pl
>
> drivers/pinctrl/meson/pinctrl-meson-axg.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/pinctrl/meson/pinctrl-meson-axg.c b/drivers/pinctrl/meson/pinctrl-meson-axg.c
> index 7bfecdfba177..d249a035c2b9 100644
> --- a/drivers/pinctrl/meson/pinctrl-meson-axg.c
> +++ b/drivers/pinctrl/meson/pinctrl-meson-axg.c
> @@ -400,6 +400,7 @@ static struct meson_pmx_group meson_axg_periphs_groups[] = {
> GPIO_GROUP(GPIOA_15),
> GPIO_GROUP(GPIOA_16),
> GPIO_GROUP(GPIOA_17),
> + GPIO_GROUP(GPIOA_18),
> GPIO_GROUP(GPIOA_19),
> GPIO_GROUP(GPIOA_20),
>

Reviewed-by: Neil Armstrong <[email protected]>

2023-05-16 13:25:09

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH RESEND] pinctrl: meson-axg: add missing GPIOA_18 gpio group

On Fri, May 12, 2023 at 8:49 AM Martin Hundebøll <[email protected]> wrote:

> Without this, the gpio cannot be explicitly mux'ed to its gpio function.
>
> Fixes: 83c566806a68a ("pinctrl: meson-axg: Add new pinctrl driver for Meson AXG SoC")
> Cc: [email protected]
> Signed-off-by: Martin Hundebøll <[email protected]>

Patch applied for fixes.

Yours,
Linus Walleij