linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pinctrl: sunxi: Fix name for A100 R_PIO
@ 2022-08-19  2:45 Michael Wu
  2022-08-23  4:09 ` Samuel Holland
  2022-08-26  8:37 ` Linus Walleij
  0 siblings, 2 replies; 3+ messages in thread
From: Michael Wu @ 2022-08-19  2:45 UTC (permalink / raw)
  To: linus.walleij, wens, jernej.skrabec, samuel, mripard
  Cc: linux-gpio, linux-arm-kernel, linux-sunxi, linux-kernel

The name of A100 R_PIO driver should be sun50i-a100-r-pinctrl,
not sun50iw10p1-r-pinctrl.

Fixes: 473436e7647d6 ("pinctrl: sunxi: add support for the Allwinner A100 pin controller")

Signed-off-by: Michael Wu <michael@allwinnertech.com>
---
 drivers/pinctrl/sunxi/pinctrl-sun50i-a100-r.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/sunxi/pinctrl-sun50i-a100-r.c b/drivers/pinctrl/sunxi/pinctrl-sun50i-a100-r.c
index afc1f5df7545..b82ad135bf2a 100644
--- a/drivers/pinctrl/sunxi/pinctrl-sun50i-a100-r.c
+++ b/drivers/pinctrl/sunxi/pinctrl-sun50i-a100-r.c
@@ -99,7 +99,7 @@ MODULE_DEVICE_TABLE(of, a100_r_pinctrl_match);
 static struct platform_driver a100_r_pinctrl_driver = {
 	.probe	= a100_r_pinctrl_probe,
 	.driver	= {
-		.name		= "sun50iw10p1-r-pinctrl",
+		.name		= "sun50i-a100-r-pinctrl",
 		.of_match_table	= a100_r_pinctrl_match,
 	},
 };
-- 
2.29.0


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

* Re: [PATCH] pinctrl: sunxi: Fix name for A100 R_PIO
  2022-08-19  2:45 [PATCH] pinctrl: sunxi: Fix name for A100 R_PIO Michael Wu
@ 2022-08-23  4:09 ` Samuel Holland
  2022-08-26  8:37 ` Linus Walleij
  1 sibling, 0 replies; 3+ messages in thread
From: Samuel Holland @ 2022-08-23  4:09 UTC (permalink / raw)
  To: Michael Wu, linus.walleij, wens, jernej.skrabec, mripard
  Cc: linux-gpio, linux-arm-kernel, linux-sunxi, linux-kernel

On 8/18/22 9:45 PM, Michael Wu wrote:
> The name of A100 R_PIO driver should be sun50i-a100-r-pinctrl,
> not sun50iw10p1-r-pinctrl.
> 
> Fixes: 473436e7647d6 ("pinctrl: sunxi: add support for the Allwinner A100 pin controller")
> 
> Signed-off-by: Michael Wu <michael@allwinnertech.com>

Acked-by: Samuel Holland <samuel@sholland.org>

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

* Re: [PATCH] pinctrl: sunxi: Fix name for A100 R_PIO
  2022-08-19  2:45 [PATCH] pinctrl: sunxi: Fix name for A100 R_PIO Michael Wu
  2022-08-23  4:09 ` Samuel Holland
@ 2022-08-26  8:37 ` Linus Walleij
  1 sibling, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2022-08-26  8:37 UTC (permalink / raw)
  To: Michael Wu
  Cc: wens, jernej.skrabec, samuel, mripard, linux-gpio,
	linux-arm-kernel, linux-sunxi, linux-kernel

On Fri, Aug 19, 2022 at 4:45 AM Michael Wu <michael@allwinnertech.com> wrote:

> The name of A100 R_PIO driver should be sun50i-a100-r-pinctrl,
> not sun50iw10p1-r-pinctrl.
>
> Fixes: 473436e7647d6 ("pinctrl: sunxi: add support for the Allwinner A100 pin controller")
>
> Signed-off-by: Michael Wu <michael@allwinnertech.com>

Patch applied for fixes!

Yours,
Linus Walleij

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

end of thread, other threads:[~2022-08-26  8:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-19  2:45 [PATCH] pinctrl: sunxi: Fix name for A100 R_PIO Michael Wu
2022-08-23  4:09 ` Samuel Holland
2022-08-26  8:37 ` 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).