All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pwm: rcar: Use ARCH_RENESAS
@ 2016-02-25  1:03 Simon Horman
  2016-02-25  8:41 ` Geert Uytterhoeven
  2016-03-04 15:03 ` Thierry Reding
  0 siblings, 2 replies; 3+ messages in thread
From: Simon Horman @ 2016-02-25  1:03 UTC (permalink / raw)
  To: Thierry Reding; +Cc: Magnus Damm, linux-pwm, linux-renesas-soc, 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/pwm/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

 Based on v4.5-rc1

diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index 8cf0dae78555..c182efc62c7b 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -316,7 +316,7 @@ config PWM_RCAR
 
 config PWM_RENESAS_TPU
 	tristate "Renesas TPU PWM support"
-	depends on ARCH_SHMOBILE || COMPILE_TEST
+	depends on ARCH_RENESAS || COMPILE_TEST
 	depends on HAS_IOMEM
 	help
 	  This driver exposes the Timer Pulse Unit (TPU) PWM controller found
-- 
2.7.0.rc3.207.g0ac5344

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

* Re: [PATCH] pwm: rcar: Use ARCH_RENESAS
  2016-02-25  1:03 [PATCH] pwm: rcar: Use ARCH_RENESAS Simon Horman
@ 2016-02-25  8:41 ` Geert Uytterhoeven
  2016-03-04 15:03 ` Thierry Reding
  1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2016-02-25  8:41 UTC (permalink / raw)
  To: Simon Horman
  Cc: Thierry Reding, Magnus Damm, Linux PWM List, linux-renesas-soc

On Thu, Feb 25, 2016 at 2:03 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>

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

* Re: [PATCH] pwm: rcar: Use ARCH_RENESAS
  2016-02-25  1:03 [PATCH] pwm: rcar: Use ARCH_RENESAS Simon Horman
  2016-02-25  8:41 ` Geert Uytterhoeven
@ 2016-03-04 15:03 ` Thierry Reding
  1 sibling, 0 replies; 3+ messages in thread
From: Thierry Reding @ 2016-03-04 15:03 UTC (permalink / raw)
  To: Simon Horman; +Cc: Magnus Damm, linux-pwm, linux-renesas-soc

[-- Attachment #1: Type: text/plain, Size: 533 bytes --]

On Thu, Feb 25, 2016 at 10:03:23AM +0900, Simon Horman 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>
> ---
>  drivers/pwm/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

end of thread, other threads:[~2016-03-04 15:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-25  1:03 [PATCH] pwm: rcar: Use ARCH_RENESAS Simon Horman
2016-02-25  8:41 ` Geert Uytterhoeven
2016-03-04 15:03 ` Thierry Reding

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.