soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: omap2: Fix copy/paste bug
@ 2023-06-14  9:30 Linus Walleij
  2023-06-14 11:15 ` Tony Lindgren
  2023-06-22 16:10 ` patchwork-bot+linux-soc
  0 siblings, 2 replies; 3+ messages in thread
From: Linus Walleij @ 2023-06-14  9:30 UTC (permalink / raw)
  To: soc, Tony Lindgren; +Cc: linux-omap, Linus Walleij, Peter Vasil

I mistyped one of the SD/MMC GPIO lines on the Nokia n810 which
was supposed to be "vio" as "vsd".

Fix it up.

Reported-by: Peter Vasil <petervasil@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
SoC maintainers: please apply this directly where the rest of the
OMAP clean-ups are.
---
 arch/arm/mach-omap2/board-n8x0.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-omap2/board-n8x0.c b/arch/arm/mach-omap2/board-n8x0.c
index 564bf80a2621..8e3b5068d4ab 100644
--- a/arch/arm/mach-omap2/board-n8x0.c
+++ b/arch/arm/mach-omap2/board-n8x0.c
@@ -158,7 +158,7 @@ static struct gpiod_lookup_table nokia810_mmc_gpio_table = {
 				"vsd", 1, GPIO_ACTIVE_HIGH),
 		/* Slot index 1, VIO power, GPIO 9 */
 		GPIO_LOOKUP_IDX("gpio-0-15", 9,
-				"vsd", 1, GPIO_ACTIVE_HIGH),
+				"vio", 1, GPIO_ACTIVE_HIGH),
 		{ }
 	},
 };
-- 
2.34.1


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

* Re: [PATCH] ARM: omap2: Fix copy/paste bug
  2023-06-14  9:30 [PATCH] ARM: omap2: Fix copy/paste bug Linus Walleij
@ 2023-06-14 11:15 ` Tony Lindgren
  2023-06-22 16:10 ` patchwork-bot+linux-soc
  1 sibling, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2023-06-14 11:15 UTC (permalink / raw)
  To: Linus Walleij; +Cc: soc, linux-omap, Peter Vasil

* Linus Walleij <linus.walleij@linaro.org> [230614 12:30]:
> I mistyped one of the SD/MMC GPIO lines on the Nokia n810 which
> was supposed to be "vio" as "vsd".
> 
> Fix it up.
> 
> Reported-by: Peter Vasil <petervasil@gmail.com>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> SoC maintainers: please apply this directly where the rest of the
> OMAP clean-ups are.

Reviewed-by: Tony Lindgren <tony@atomide.com>

>  arch/arm/mach-omap2/board-n8x0.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/mach-omap2/board-n8x0.c b/arch/arm/mach-omap2/board-n8x0.c
> index 564bf80a2621..8e3b5068d4ab 100644
> --- a/arch/arm/mach-omap2/board-n8x0.c
> +++ b/arch/arm/mach-omap2/board-n8x0.c
> @@ -158,7 +158,7 @@ static struct gpiod_lookup_table nokia810_mmc_gpio_table = {
>  				"vsd", 1, GPIO_ACTIVE_HIGH),
>  		/* Slot index 1, VIO power, GPIO 9 */
>  		GPIO_LOOKUP_IDX("gpio-0-15", 9,
> -				"vsd", 1, GPIO_ACTIVE_HIGH),
> +				"vio", 1, GPIO_ACTIVE_HIGH),
>  		{ }
>  	},
>  };
> -- 
> 2.34.1
> 

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

* Re: [PATCH] ARM: omap2: Fix copy/paste bug
  2023-06-14  9:30 [PATCH] ARM: omap2: Fix copy/paste bug Linus Walleij
  2023-06-14 11:15 ` Tony Lindgren
@ 2023-06-22 16:10 ` patchwork-bot+linux-soc
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-soc @ 2023-06-22 16:10 UTC (permalink / raw)
  To: Linus Walleij; +Cc: soc

Hello:

This patch was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Wed, 14 Jun 2023 11:30:32 +0200 you wrote:
> I mistyped one of the SD/MMC GPIO lines on the Nokia n810 which
> was supposed to be "vio" as "vsd".
> 
> Fix it up.
> 
> Reported-by: Peter Vasil <petervasil@gmail.com>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> 
> [...]

Here is the summary with links:
  - ARM: omap2: Fix copy/paste bug
    https://git.kernel.org/soc/soc/c/c1d57ee6eb99

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] 3+ messages in thread

end of thread, other threads:[~2023-06-22 16:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-14  9:30 [PATCH] ARM: omap2: Fix copy/paste bug Linus Walleij
2023-06-14 11:15 ` Tony Lindgren
2023-06-22 16:10 ` patchwork-bot+linux-soc

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