All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Renesas ARM Based SoC Drivers Updates for v4.12
@ 2017-03-20  8:58 ` Simon Horman
  0 siblings, 0 replies; 10+ messages in thread
From: Simon Horman @ 2017-03-20  8:58 UTC (permalink / raw)
  To: arm
  Cc: linux-renesas-soc, Olof Johansson, Kevin Hilman, Arnd Bergmann,
	linux-arm-kernel, Magnus Damm, Simon Horman

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC drivers updates for v4.12.


The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-drivers-for-v4.12

for you to fetch changes up to cd59de80dd34dd2d1a3ca97d7a6e712c048b135a:

  soc: renesas: Identify RZ/G1N (2017-03-13 10:26:08 +0100)

----------------------------------------------------------------
Renesas ARM Based SoC Drivers Updates for v4.12

* Identify RZ/G1N and RZ/G1H

----------------------------------------------------------------
Geert Uytterhoeven (2):
      soc: renesas: Identify RZ/G1H
      soc: renesas: Identify RZ/G1N

 drivers/soc/renesas/renesas-soc.c | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

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

* [PATCH 1/2] soc: renesas: Identify RZ/G1H
  2017-03-20  8:58 ` Simon Horman
@ 2017-03-20  8:58   ` Simon Horman
  -1 siblings, 0 replies; 10+ messages in thread
From: Simon Horman @ 2017-03-20  8:58 UTC (permalink / raw)
  To: linux-renesas-soc
  Cc: linux-arm-kernel, Magnus Damm, Geert Uytterhoeven, Simon Horman

From: Geert Uytterhoeven <geert+renesas@glider.be>

Add support for identifying the RZ/G1H (r8a7742) SoC.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 drivers/soc/renesas/renesas-soc.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/drivers/soc/renesas/renesas-soc.c b/drivers/soc/renesas/renesas-soc.c
index 330960312296..f0172e59c040 100644
--- a/drivers/soc/renesas/renesas-soc.c
+++ b/drivers/soc/renesas/renesas-soc.c
@@ -80,6 +80,11 @@ static const struct renesas_soc soc_rmobile_a1 __initconst __maybe_unused = {
 	.id	= 0x40,
 };
 
+static const struct renesas_soc soc_rz_g1h __initconst __maybe_unused = {
+	.family	= &fam_rzg,
+	.id	= 0x45,
+};
+
 static const struct renesas_soc soc_rz_g1m __initconst __maybe_unused = {
 	.family	= &fam_rzg,
 	.id	= 0x47,
@@ -150,6 +155,9 @@ static const struct of_device_id renesas_socs[] __initconst = {
 #ifdef CONFIG_ARCH_R8A7740
 	{ .compatible = "renesas,r8a7740",	.data = &soc_rmobile_a1 },
 #endif
+#ifdef CONFIG_ARCH_R8A7742
+	{ .compatible = "renesas,r8a7742",	.data = &soc_rz_g1h },
+#endif
 #ifdef CONFIG_ARCH_R8A7743
 	{ .compatible = "renesas,r8a7743",	.data = &soc_rz_g1m },
 #endif
-- 
2.7.0.rc3.207.g0ac5344

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

* [GIT PULL] Renesas ARM Based SoC Drivers Updates for v4.12
@ 2017-03-20  8:58 ` Simon Horman
  0 siblings, 0 replies; 10+ messages in thread
From: Simon Horman @ 2017-03-20  8:58 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC drivers updates for v4.12.


The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-drivers-for-v4.12

for you to fetch changes up to cd59de80dd34dd2d1a3ca97d7a6e712c048b135a:

  soc: renesas: Identify RZ/G1N (2017-03-13 10:26:08 +0100)

----------------------------------------------------------------
Renesas ARM Based SoC Drivers Updates for v4.12

* Identify RZ/G1N and RZ/G1H

----------------------------------------------------------------
Geert Uytterhoeven (2):
      soc: renesas: Identify RZ/G1H
      soc: renesas: Identify RZ/G1N

 drivers/soc/renesas/renesas-soc.c | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

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

* [PATCH 1/2] soc: renesas: Identify RZ/G1H
@ 2017-03-20  8:58   ` Simon Horman
  0 siblings, 0 replies; 10+ messages in thread
From: Simon Horman @ 2017-03-20  8:58 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

Add support for identifying the RZ/G1H (r8a7742) SoC.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 drivers/soc/renesas/renesas-soc.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/drivers/soc/renesas/renesas-soc.c b/drivers/soc/renesas/renesas-soc.c
index 330960312296..f0172e59c040 100644
--- a/drivers/soc/renesas/renesas-soc.c
+++ b/drivers/soc/renesas/renesas-soc.c
@@ -80,6 +80,11 @@ static const struct renesas_soc soc_rmobile_a1 __initconst __maybe_unused = {
 	.id	= 0x40,
 };
 
+static const struct renesas_soc soc_rz_g1h __initconst __maybe_unused = {
+	.family	= &fam_rzg,
+	.id	= 0x45,
+};
+
 static const struct renesas_soc soc_rz_g1m __initconst __maybe_unused = {
 	.family	= &fam_rzg,
 	.id	= 0x47,
@@ -150,6 +155,9 @@ static const struct of_device_id renesas_socs[] __initconst = {
 #ifdef CONFIG_ARCH_R8A7740
 	{ .compatible = "renesas,r8a7740",	.data = &soc_rmobile_a1 },
 #endif
+#ifdef CONFIG_ARCH_R8A7742
+	{ .compatible = "renesas,r8a7742",	.data = &soc_rz_g1h },
+#endif
 #ifdef CONFIG_ARCH_R8A7743
 	{ .compatible = "renesas,r8a7743",	.data = &soc_rz_g1m },
 #endif
-- 
2.7.0.rc3.207.g0ac5344

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

* [PATCH 2/2] soc: renesas: Identify RZ/G1N
  2017-03-20  8:58 ` Simon Horman
@ 2017-03-20  8:58   ` Simon Horman
  -1 siblings, 0 replies; 10+ messages in thread
From: Simon Horman @ 2017-03-20  8:58 UTC (permalink / raw)
  To: linux-renesas-soc
  Cc: linux-arm-kernel, Magnus Damm, Geert Uytterhoeven, Simon Horman

From: Geert Uytterhoeven <geert+renesas@glider.be>

Add support for identifying the RZ/G1N (r8a7744) SoC.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 drivers/soc/renesas/renesas-soc.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/drivers/soc/renesas/renesas-soc.c b/drivers/soc/renesas/renesas-soc.c
index f0172e59c040..b894cf64225b 100644
--- a/drivers/soc/renesas/renesas-soc.c
+++ b/drivers/soc/renesas/renesas-soc.c
@@ -90,6 +90,11 @@ static const struct renesas_soc soc_rz_g1m __initconst __maybe_unused = {
 	.id	= 0x47,
 };
 
+static const struct renesas_soc soc_rz_g1n __initconst __maybe_unused = {
+	.family	= &fam_rzg,
+	.id	= 0x4b,
+};
+
 static const struct renesas_soc soc_rz_g1e __initconst __maybe_unused = {
 	.family	= &fam_rzg,
 	.id	= 0x4c,
@@ -161,6 +166,9 @@ static const struct of_device_id renesas_socs[] __initconst = {
 #ifdef CONFIG_ARCH_R8A7743
 	{ .compatible = "renesas,r8a7743",	.data = &soc_rz_g1m },
 #endif
+#ifdef CONFIG_ARCH_R8A7744
+	{ .compatible = "renesas,r8a7744",	.data = &soc_rz_g1n },
+#endif
 #ifdef CONFIG_ARCH_R8A7745
 	{ .compatible = "renesas,r8a7745",	.data = &soc_rz_g1e },
 #endif
-- 
2.7.0.rc3.207.g0ac5344

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

* [PATCH 2/2] soc: renesas: Identify RZ/G1N
@ 2017-03-20  8:58   ` Simon Horman
  0 siblings, 0 replies; 10+ messages in thread
From: Simon Horman @ 2017-03-20  8:58 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

Add support for identifying the RZ/G1N (r8a7744) SoC.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 drivers/soc/renesas/renesas-soc.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/drivers/soc/renesas/renesas-soc.c b/drivers/soc/renesas/renesas-soc.c
index f0172e59c040..b894cf64225b 100644
--- a/drivers/soc/renesas/renesas-soc.c
+++ b/drivers/soc/renesas/renesas-soc.c
@@ -90,6 +90,11 @@ static const struct renesas_soc soc_rz_g1m __initconst __maybe_unused = {
 	.id	= 0x47,
 };
 
+static const struct renesas_soc soc_rz_g1n __initconst __maybe_unused = {
+	.family	= &fam_rzg,
+	.id	= 0x4b,
+};
+
 static const struct renesas_soc soc_rz_g1e __initconst __maybe_unused = {
 	.family	= &fam_rzg,
 	.id	= 0x4c,
@@ -161,6 +166,9 @@ static const struct of_device_id renesas_socs[] __initconst = {
 #ifdef CONFIG_ARCH_R8A7743
 	{ .compatible = "renesas,r8a7743",	.data = &soc_rz_g1m },
 #endif
+#ifdef CONFIG_ARCH_R8A7744
+	{ .compatible = "renesas,r8a7744",	.data = &soc_rz_g1n },
+#endif
 #ifdef CONFIG_ARCH_R8A7745
 	{ .compatible = "renesas,r8a7745",	.data = &soc_rz_g1e },
 #endif
-- 
2.7.0.rc3.207.g0ac5344

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

* Re: [GIT PULL] Renesas ARM Based SoC Drivers Updates for v4.12
  2017-03-20  8:58 ` Simon Horman
@ 2017-03-22  0:37   ` Olof Johansson
  -1 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2017-03-22  0:37 UTC (permalink / raw)
  To: Simon Horman
  Cc: arm, linux-renesas-soc, Kevin Hilman, Arnd Bergmann,
	linux-arm-kernel, Magnus Damm

On Mon, Mar 20, 2017 at 09:58:23AM +0100, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these Renesas ARM based SoC drivers updates for v4.12.
> 
> 
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
> 
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
> 
> are available in the git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-drivers-for-v4.12
> 
> for you to fetch changes up to cd59de80dd34dd2d1a3ca97d7a6e712c048b135a:
> 
>   soc: renesas: Identify RZ/G1N (2017-03-13 10:26:08 +0100)
> 
> ----------------------------------------------------------------
> Renesas ARM Based SoC Drivers Updates for v4.12
> 
> * Identify RZ/G1N and RZ/G1H
> 
> ----------------------------------------------------------------
> Geert Uytterhoeven (2):
>       soc: renesas: Identify RZ/G1H
>       soc: renesas: Identify RZ/G1N

At first I was wondering why you'd applied the same patch twice. Renesas likes
to make names similar *and* hard to remember sometimes. :-)


-Olof

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

* [GIT PULL] Renesas ARM Based SoC Drivers Updates for v4.12
@ 2017-03-22  0:37   ` Olof Johansson
  0 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2017-03-22  0:37 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Mar 20, 2017 at 09:58:23AM +0100, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these Renesas ARM based SoC drivers updates for v4.12.
> 
> 
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
> 
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
> 
> are available in the git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-drivers-for-v4.12
> 
> for you to fetch changes up to cd59de80dd34dd2d1a3ca97d7a6e712c048b135a:
> 
>   soc: renesas: Identify RZ/G1N (2017-03-13 10:26:08 +0100)
> 
> ----------------------------------------------------------------
> Renesas ARM Based SoC Drivers Updates for v4.12
> 
> * Identify RZ/G1N and RZ/G1H
> 
> ----------------------------------------------------------------
> Geert Uytterhoeven (2):
>       soc: renesas: Identify RZ/G1H
>       soc: renesas: Identify RZ/G1N

At first I was wondering why you'd applied the same patch twice. Renesas likes
to make names similar *and* hard to remember sometimes. :-)


-Olof

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

* Re: [GIT PULL] Renesas ARM Based SoC Drivers Updates for v4.12
  2017-03-22  0:37   ` Olof Johansson
@ 2017-03-24  6:52     ` Simon Horman
  -1 siblings, 0 replies; 10+ messages in thread
From: Simon Horman @ 2017-03-24  6:52 UTC (permalink / raw)
  To: Olof Johansson
  Cc: arm, linux-renesas-soc, Kevin Hilman, Arnd Bergmann,
	linux-arm-kernel, Magnus Damm

On Tue, Mar 21, 2017 at 05:37:50PM -0700, Olof Johansson wrote:
> On Mon, Mar 20, 2017 at 09:58:23AM +0100, Simon Horman wrote:
> > Hi Olof, Hi Kevin, Hi Arnd,
> > 
> > Please consider these Renesas ARM based SoC drivers updates for v4.12.
> > 
> > 
> > The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
> > 
> >   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
> > 
> > are available in the git repository at:
> > 
> >   https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-drivers-for-v4.12
> > 
> > for you to fetch changes up to cd59de80dd34dd2d1a3ca97d7a6e712c048b135a:
> > 
> >   soc: renesas: Identify RZ/G1N (2017-03-13 10:26:08 +0100)
> > 
> > ----------------------------------------------------------------
> > Renesas ARM Based SoC Drivers Updates for v4.12
> > 
> > * Identify RZ/G1N and RZ/G1H
> > 
> > ----------------------------------------------------------------
> > Geert Uytterhoeven (2):
> >       soc: renesas: Identify RZ/G1H
> >       soc: renesas: Identify RZ/G1N
> 
> At first I was wondering why you'd applied the same patch twice. Renesas likes
> to make names similar *and* hard to remember sometimes. :-)

:-)

Thanks for queueing up this and the other pull-requests I sent.

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

* [GIT PULL] Renesas ARM Based SoC Drivers Updates for v4.12
@ 2017-03-24  6:52     ` Simon Horman
  0 siblings, 0 replies; 10+ messages in thread
From: Simon Horman @ 2017-03-24  6:52 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Mar 21, 2017 at 05:37:50PM -0700, Olof Johansson wrote:
> On Mon, Mar 20, 2017 at 09:58:23AM +0100, Simon Horman wrote:
> > Hi Olof, Hi Kevin, Hi Arnd,
> > 
> > Please consider these Renesas ARM based SoC drivers updates for v4.12.
> > 
> > 
> > The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
> > 
> >   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
> > 
> > are available in the git repository at:
> > 
> >   https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-drivers-for-v4.12
> > 
> > for you to fetch changes up to cd59de80dd34dd2d1a3ca97d7a6e712c048b135a:
> > 
> >   soc: renesas: Identify RZ/G1N (2017-03-13 10:26:08 +0100)
> > 
> > ----------------------------------------------------------------
> > Renesas ARM Based SoC Drivers Updates for v4.12
> > 
> > * Identify RZ/G1N and RZ/G1H
> > 
> > ----------------------------------------------------------------
> > Geert Uytterhoeven (2):
> >       soc: renesas: Identify RZ/G1H
> >       soc: renesas: Identify RZ/G1N
> 
> At first I was wondering why you'd applied the same patch twice. Renesas likes
> to make names similar *and* hard to remember sometimes. :-)

:-)

Thanks for queueing up this and the other pull-requests I sent.

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

end of thread, other threads:[~2017-03-24  6:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-20  8:58 [GIT PULL] Renesas ARM Based SoC Drivers Updates for v4.12 Simon Horman
2017-03-20  8:58 ` Simon Horman
2017-03-20  8:58 ` [PATCH 1/2] soc: renesas: Identify RZ/G1H Simon Horman
2017-03-20  8:58   ` Simon Horman
2017-03-20  8:58 ` [PATCH 2/2] soc: renesas: Identify RZ/G1N Simon Horman
2017-03-20  8:58   ` Simon Horman
2017-03-22  0:37 ` [GIT PULL] Renesas ARM Based SoC Drivers Updates for v4.12 Olof Johansson
2017-03-22  0:37   ` Olof Johansson
2017-03-24  6:52   ` Simon Horman
2017-03-24  6:52     ` Simon Horman

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.