linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] i2c: riic, sh_mobile, rcar: Use ARCH_RENESAS
@ 2016-02-22  1:15 Simon Horman
  2016-02-22 13:44 ` Geert Uytterhoeven
  2016-02-24 10:21 ` Wolfram Sang
  0 siblings, 2 replies; 3+ messages in thread
From: Simon Horman @ 2016-02-22  1:15 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: Magnus Damm, linux-i2c, 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/i2c/busses/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Based on the for-next branch of Wolfram's tree on kernel.org.

diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index a2e456a0f3e2..faa8e6821fea 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -789,7 +789,7 @@ config I2C_QUP
 
 config I2C_RIIC
 	tristate "Renesas RIIC adapter"
-	depends on ARCH_SHMOBILE || COMPILE_TEST
+	depends on ARCH_RENESAS || COMPILE_TEST
 	help
 	  If you say yes to this option, support will be included for the
 	  Renesas RIIC I2C interface.
@@ -833,7 +833,7 @@ config I2C_SH7760
 config I2C_SH_MOBILE
 	tristate "SuperH Mobile I2C Controller"
 	depends on HAS_DMA
-	depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST
+	depends on SUPERH || ARCH_RENESAS || COMPILE_TEST
 	help
 	  If you say yes to this option, support will be included for the
 	  built-in I2C interface on the Renesas SH-Mobile processor.
@@ -985,7 +985,7 @@ config I2C_XLP9XX
 
 config I2C_RCAR
 	tristate "Renesas R-Car I2C Controller"
-	depends on ARCH_SHMOBILE || COMPILE_TEST
+	depends on ARCH_RENESAS || COMPILE_TEST
 	select I2C_SLAVE
 	help
 	  If you say yes to this option, support will be included for the
-- 
2.1.4

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

* Re: [PATCH] i2c: riic, sh_mobile, rcar: Use ARCH_RENESAS
  2016-02-22  1:15 [PATCH] i2c: riic, sh_mobile, rcar: Use ARCH_RENESAS Simon Horman
@ 2016-02-22 13:44 ` Geert Uytterhoeven
  2016-02-24 10:21 ` Wolfram Sang
  1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2016-02-22 13:44 UTC (permalink / raw)
  To: Simon Horman; +Cc: Wolfram Sang, Magnus Damm, Linux I2C, linux-renesas-soc

On Mon, Feb 22, 2016 at 2:15 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] i2c: riic, sh_mobile, rcar: Use ARCH_RENESAS
  2016-02-22  1:15 [PATCH] i2c: riic, sh_mobile, rcar: Use ARCH_RENESAS Simon Horman
  2016-02-22 13:44 ` Geert Uytterhoeven
@ 2016-02-24 10:21 ` Wolfram Sang
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfram Sang @ 2016-02-24 10:21 UTC (permalink / raw)
  To: Simon Horman; +Cc: Magnus Damm, linux-i2c, linux-renesas-soc

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

On Mon, Feb 22, 2016 at 10:15:19AM +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>

Applied to for-next, thanks!


[-- 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-02-24 10:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-22  1:15 [PATCH] i2c: riic, sh_mobile, rcar: Use ARCH_RENESAS Simon Horman
2016-02-22 13:44 ` Geert Uytterhoeven
2016-02-24 10:21 ` Wolfram Sang

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