All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] drivers/gpio/mxc: fix MXC GPIO name in KConfig
@ 2018-06-07 10:10 Hannes Schmelzer
  2018-06-08 21:59 ` Simon Glass
  2018-06-08 22:08 ` Fabio Estevam
  0 siblings, 2 replies; 3+ messages in thread
From: Hannes Schmelzer @ 2018-06-07 10:10 UTC (permalink / raw)
  To: u-boot

The naming with "UART" is obviously wrong, we fix this here.

Signed-off-by: Hannes Schmelzer <oe5hpm@oevsv.at>

---

 drivers/gpio/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index b7e4ffb..29af22e 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -109,7 +109,7 @@ config MSM_GPIO
 	  - MSM8916
 
 config MXC_GPIO
-	bool "Freescale/NXP MXC UART driver"
+	bool "Freescale/NXP MXC GPIO driver"
 	help
 	  Support GPIO controllers on various i.MX platforms
 
-- 
2.7.4

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

* [U-Boot] [PATCH] drivers/gpio/mxc: fix MXC GPIO name in KConfig
  2018-06-07 10:10 [U-Boot] [PATCH] drivers/gpio/mxc: fix MXC GPIO name in KConfig Hannes Schmelzer
@ 2018-06-08 21:59 ` Simon Glass
  2018-06-08 22:08 ` Fabio Estevam
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2018-06-08 21:59 UTC (permalink / raw)
  To: u-boot

On 7 June 2018 at 02:10, Hannes Schmelzer <oe5hpm@oevsv.at> wrote:
> The naming with "UART" is obviously wrong, we fix this here.
>
> Signed-off-by: Hannes Schmelzer <oe5hpm@oevsv.at>
>
> ---
>
>  drivers/gpio/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg@chromium.org>

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

* [U-Boot] [PATCH] drivers/gpio/mxc: fix MXC GPIO name in KConfig
  2018-06-07 10:10 [U-Boot] [PATCH] drivers/gpio/mxc: fix MXC GPIO name in KConfig Hannes Schmelzer
  2018-06-08 21:59 ` Simon Glass
@ 2018-06-08 22:08 ` Fabio Estevam
  1 sibling, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2018-06-08 22:08 UTC (permalink / raw)
  To: u-boot

On Thu, Jun 7, 2018 at 7:10 AM, Hannes Schmelzer <oe5hpm@oevsv.at> wrote:
> The naming with "UART" is obviously wrong, we fix this here.
>
> Signed-off-by: Hannes Schmelzer <oe5hpm@oevsv.at>
>
> ---
>
>  drivers/gpio/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
> index b7e4ffb..29af22e 100644
> --- a/drivers/gpio/Kconfig
> +++ b/drivers/gpio/Kconfig
> @@ -109,7 +109,7 @@ config MSM_GPIO
>           - MSM8916
>
>  config MXC_GPIO
> -       bool "Freescale/NXP MXC UART driver"
> +       bool "Freescale/NXP MXC GPIO driver"

Thanks for the fix:

Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>

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

end of thread, other threads:[~2018-06-08 22:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-07 10:10 [U-Boot] [PATCH] drivers/gpio/mxc: fix MXC GPIO name in KConfig Hannes Schmelzer
2018-06-08 21:59 ` Simon Glass
2018-06-08 22:08 ` Fabio Estevam

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.