All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gpio: mxs: Fix header comment
@ 2022-06-17 10:38 ` Stefan Wahren
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan Wahren @ 2022-06-17 10:38 UTC (permalink / raw)
  To: Linus Walleij, Bartosz Golaszewski, Shawn Guo, Sascha Hauer,
	kernel, Fabio Estevam
  Cc: linux-imx, linux-gpio, linux-arm-kernel, Stefan Wahren

This driver is about MXS GPIO support. MXC is a different platform.

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
---
 drivers/gpio/gpio-mxs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/gpio-mxs.c b/drivers/gpio/gpio-mxs.c
index c5166cd47c9c..7f59e5d936c2 100644
--- a/drivers/gpio/gpio-mxs.c
+++ b/drivers/gpio/gpio-mxs.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0+
 //
-// MXC GPIO support. (c) 2008 Daniel Mack <daniel@caiaq.de>
+// MXS GPIO support. (c) 2008 Daniel Mack <daniel@caiaq.de>
 // Copyright 2008 Juergen Beisert, kernel@pengutronix.de
 //
 // Based on code from Freescale,
-- 
2.25.1


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

* [PATCH] gpio: mxs: Fix header comment
@ 2022-06-17 10:38 ` Stefan Wahren
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan Wahren @ 2022-06-17 10:38 UTC (permalink / raw)
  To: Linus Walleij, Bartosz Golaszewski, Shawn Guo, Sascha Hauer,
	kernel, Fabio Estevam
  Cc: linux-imx, linux-gpio, linux-arm-kernel, Stefan Wahren

This driver is about MXS GPIO support. MXC is a different platform.

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
---
 drivers/gpio/gpio-mxs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/gpio-mxs.c b/drivers/gpio/gpio-mxs.c
index c5166cd47c9c..7f59e5d936c2 100644
--- a/drivers/gpio/gpio-mxs.c
+++ b/drivers/gpio/gpio-mxs.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0+
 //
-// MXC GPIO support. (c) 2008 Daniel Mack <daniel@caiaq.de>
+// MXS GPIO support. (c) 2008 Daniel Mack <daniel@caiaq.de>
 // Copyright 2008 Juergen Beisert, kernel@pengutronix.de
 //
 // Based on code from Freescale,
-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] gpio: mxs: Fix header comment
  2022-06-17 10:38 ` Stefan Wahren
@ 2022-06-23 21:18   ` Bartosz Golaszewski
  -1 siblings, 0 replies; 4+ messages in thread
From: Bartosz Golaszewski @ 2022-06-23 21:18 UTC (permalink / raw)
  To: Stefan Wahren
  Cc: Linus Walleij, Shawn Guo, Sascha Hauer, Sascha Hauer,
	Fabio Estevam, NXP Linux Team, open list:GPIO SUBSYSTEM,
	Linux ARM

On Fri, Jun 17, 2022 at 12:38 PM Stefan Wahren <stefan.wahren@i2se.com> wrote:
>
> This driver is about MXS GPIO support. MXC is a different platform.
>
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
> ---
>  drivers/gpio/gpio-mxs.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpio/gpio-mxs.c b/drivers/gpio/gpio-mxs.c
> index c5166cd47c9c..7f59e5d936c2 100644
> --- a/drivers/gpio/gpio-mxs.c
> +++ b/drivers/gpio/gpio-mxs.c
> @@ -1,6 +1,6 @@
>  // SPDX-License-Identifier: GPL-2.0+
>  //
> -// MXC GPIO support. (c) 2008 Daniel Mack <daniel@caiaq.de>
> +// MXS GPIO support. (c) 2008 Daniel Mack <daniel@caiaq.de>
>  // Copyright 2008 Juergen Beisert, kernel@pengutronix.de
>  //
>  // Based on code from Freescale,
> --
> 2.25.1
>

Applied, thanks!

Bart

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

* Re: [PATCH] gpio: mxs: Fix header comment
@ 2022-06-23 21:18   ` Bartosz Golaszewski
  0 siblings, 0 replies; 4+ messages in thread
From: Bartosz Golaszewski @ 2022-06-23 21:18 UTC (permalink / raw)
  To: Stefan Wahren
  Cc: Linus Walleij, Shawn Guo, Sascha Hauer, Sascha Hauer,
	Fabio Estevam, NXP Linux Team, open list:GPIO SUBSYSTEM,
	Linux ARM

On Fri, Jun 17, 2022 at 12:38 PM Stefan Wahren <stefan.wahren@i2se.com> wrote:
>
> This driver is about MXS GPIO support. MXC is a different platform.
>
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
> ---
>  drivers/gpio/gpio-mxs.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpio/gpio-mxs.c b/drivers/gpio/gpio-mxs.c
> index c5166cd47c9c..7f59e5d936c2 100644
> --- a/drivers/gpio/gpio-mxs.c
> +++ b/drivers/gpio/gpio-mxs.c
> @@ -1,6 +1,6 @@
>  // SPDX-License-Identifier: GPL-2.0+
>  //
> -// MXC GPIO support. (c) 2008 Daniel Mack <daniel@caiaq.de>
> +// MXS GPIO support. (c) 2008 Daniel Mack <daniel@caiaq.de>
>  // Copyright 2008 Juergen Beisert, kernel@pengutronix.de
>  //
>  // Based on code from Freescale,
> --
> 2.25.1
>

Applied, thanks!

Bart

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-06-23 21:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-17 10:38 [PATCH] gpio: mxs: Fix header comment Stefan Wahren
2022-06-17 10:38 ` Stefan Wahren
2022-06-23 21:18 ` Bartosz Golaszewski
2022-06-23 21:18   ` Bartosz Golaszewski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.