All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pinctrl: sh-pfc: Use ARCH_RENESAS
@ 2016-02-25  0:51 Simon Horman
  2016-02-25  7:55 ` Geert Uytterhoeven
  2016-02-25 14:18 ` Linus Walleij
  0 siblings, 2 replies; 4+ messages in thread
From: Simon Horman @ 2016-02-25  0:51 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Laurent Pinchart, Linus Walleij, Magnus Damm, linux-renesas-soc,
	linux-gpio, Simon Horman

Make use of ARCH_RENESAS in place of ARCH_SHMOBILE.

This is part of an ongoing process to migrate from ARCH_SHMOBILE to
ARCH_RENESAS the motivation for which being that RENESAS seems to be a more
appropriate name than SHMOBILE for the majority of Renesas ARM based SoCs.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 drivers/pinctrl/sh-pfc/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

 Based on the for-next branch of the linux-pinctrl tree

diff --git a/drivers/pinctrl/sh-pfc/Kconfig b/drivers/pinctrl/sh-pfc/Kconfig
index 35d6e95fa21f..9cf9af080bab 100644
--- a/drivers/pinctrl/sh-pfc/Kconfig
+++ b/drivers/pinctrl/sh-pfc/Kconfig
@@ -2,7 +2,7 @@
 # Renesas SH and SH Mobile PINCTRL drivers
 #
 
-if ARCH_SHMOBILE || SUPERH
+if ARCH_RENESAS || SUPERH
 
 config PINCTRL_SH_PFC
 	select GPIO_SH_PFC if ARCH_REQUIRE_GPIOLIB
-- 
2.7.0.rc3.207.g0ac5344


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

* Re: [PATCH] pinctrl: sh-pfc: Use ARCH_RENESAS
  2016-02-25  0:51 [PATCH] pinctrl: sh-pfc: Use ARCH_RENESAS Simon Horman
@ 2016-02-25  7:55 ` Geert Uytterhoeven
  2016-02-25  9:39   ` Simon Horman
  2016-02-25 14:18 ` Linus Walleij
  1 sibling, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2016-02-25  7:55 UTC (permalink / raw)
  To: Simon Horman
  Cc: Laurent Pinchart, Linus Walleij, Magnus Damm, linux-renesas-soc,
	linux-gpio

On Thu, Feb 25, 2016 at 1:51 AM, Simon Horman
<horms+renesas@verge.net.au> wrote:
> Make use of ARCH_RENESAS in place of ARCH_SHMOBILE.
>
> This is part of an ongoing process to migrate from ARCH_SHMOBILE to
> ARCH_RENESAS the motivation for which being that RENESAS seems to be a more
> appropriate name than SHMOBILE for the majority of Renesas ARM based SoCs.
>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>

Depending on whether important patches arrive for sh-pfc, I will queue this for
v4.6 or v4.7. Is that OK for you?

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH] pinctrl: sh-pfc: Use ARCH_RENESAS
  2016-02-25  7:55 ` Geert Uytterhoeven
@ 2016-02-25  9:39   ` Simon Horman
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2016-02-25  9:39 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Laurent Pinchart, Linus Walleij, Magnus Damm, linux-renesas-soc,
	linux-gpio

On Thu, Feb 25, 2016 at 08:55:33AM +0100, Geert Uytterhoeven wrote:
> On Thu, Feb 25, 2016 at 1:51 AM, Simon Horman
> <horms+renesas@verge.net.au> wrote:
> > Make use of ARCH_RENESAS in place of ARCH_SHMOBILE.
> >
> > This is part of an ongoing process to migrate from ARCH_SHMOBILE to
> > ARCH_RENESAS the motivation for which being that RENESAS seems to be a more
> > appropriate name than SHMOBILE for the majority of Renesas ARM based SoCs.
> >
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> 
> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
> 
> Depending on whether important patches arrive for sh-pfc, I will queue this for
> v4.6 or v4.7. Is that OK for you?

Yes, either is fine for me.

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

* Re: [PATCH] pinctrl: sh-pfc: Use ARCH_RENESAS
  2016-02-25  0:51 [PATCH] pinctrl: sh-pfc: Use ARCH_RENESAS Simon Horman
  2016-02-25  7:55 ` Geert Uytterhoeven
@ 2016-02-25 14:18 ` Linus Walleij
  1 sibling, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2016-02-25 14:18 UTC (permalink / raw)
  To: Simon Horman
  Cc: Geert Uytterhoeven, Laurent Pinchart, Magnus Damm,
	linux-renesas-soc, linux-gpio

On Thu, Feb 25, 2016 at 1:51 AM, Simon Horman
<horms+renesas@verge.net.au> wrote:

> Make use of ARCH_RENESAS in place of ARCH_SHMOBILE.
>
> This is part of an ongoing process to migrate from ARCH_SHMOBILE to
> ARCH_RENESAS the motivation for which being that RENESAS seems to be a more
> appropriate name than SHMOBILE for the majority of Renesas ARM based SoCs.
>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

Acked-by: Linus Walleij <linus.walleij@linaro.org>

Expecting Geert to queue this for me.

Yours,
Linus Walleij

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

end of thread, other threads:[~2016-02-25 14:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-25  0:51 [PATCH] pinctrl: sh-pfc: Use ARCH_RENESAS Simon Horman
2016-02-25  7:55 ` Geert Uytterhoeven
2016-02-25  9:39   ` Simon Horman
2016-02-25 14:18 ` Linus Walleij

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.