All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: enable R8A774C0 SoC
@ 2018-09-12 13:52 ` Fabrizio Castro
  0 siblings, 0 replies; 6+ messages in thread
From: Fabrizio Castro @ 2018-09-12 13:52 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon
  Cc: Fabrizio Castro, Andy Gross, Arnd Bergmann, Simon Horman,
	Heiko Stuebner, Bjorn Andersson, Enric Balletbo i Serra,
	Gregory CLEMENT, Amit Kucheria, Alex Elder, Ezequiel Garcia,
	Olof Johansson, linux-arm-kernel, Simon Horman,
	Geert Uytterhoeven, Chris Paterson, Biju Das, linux-renesas-soc,
	linux-kernel

Enable the Renesas RZ/G2E (R8A774C0) SoC in the ARM64 defconfig.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Biju Das <biju.das@bp.renesas.com>
---
This patch applies on top of next-20180912

 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 47d7665..a8bce1b 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -51,6 +51,7 @@ CONFIG_ARCH_SEATTLE=y
 CONFIG_ARCH_SYNQUACER=y
 CONFIG_ARCH_RENESAS=y
 CONFIG_ARCH_R8A774A1=y
+CONFIG_ARCH_R8A774C0=y
 CONFIG_ARCH_R8A7795=y
 CONFIG_ARCH_R8A7796=y
 CONFIG_ARCH_R8A77965=y
-- 
2.7.4


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

* [PATCH] arm64: defconfig: enable R8A774C0 SoC
@ 2018-09-12 13:52 ` Fabrizio Castro
  0 siblings, 0 replies; 6+ messages in thread
From: Fabrizio Castro @ 2018-09-12 13:52 UTC (permalink / raw)
  To: linux-arm-kernel

Enable the Renesas RZ/G2E (R8A774C0) SoC in the ARM64 defconfig.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Biju Das <biju.das@bp.renesas.com>
---
This patch applies on top of next-20180912

 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 47d7665..a8bce1b 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -51,6 +51,7 @@ CONFIG_ARCH_SEATTLE=y
 CONFIG_ARCH_SYNQUACER=y
 CONFIG_ARCH_RENESAS=y
 CONFIG_ARCH_R8A774A1=y
+CONFIG_ARCH_R8A774C0=y
 CONFIG_ARCH_R8A7795=y
 CONFIG_ARCH_R8A7796=y
 CONFIG_ARCH_R8A77965=y
-- 
2.7.4

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

* [PATCH] arm64: renesas_defconfig: enable R8A774C0 SoC
  2018-09-12 13:52 ` Fabrizio Castro
  (?)
@ 2018-09-12 13:52 ` Fabrizio Castro
  2018-09-17  7:24   ` Simon Horman
  -1 siblings, 1 reply; 6+ messages in thread
From: Fabrizio Castro @ 2018-09-12 13:52 UTC (permalink / raw)
  To: Simon Horman, Geert Uytterhoeven
  Cc: Fabrizio Castro, Magnus Damm, linux-renesas-soc, Chris Paterson,
	Biju Das

Enable the Renesas RZ/G2E (R8A774C0) SoC in the ARM64 Renesas
defconfig.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Biju Das <biju.das@bp.renesas.com>
---
This patch applies on top of renesas-drivers-2018-09-11-v4.19-rc3

 arch/arm64/configs/renesas_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig
index 929e18c..6fa30af 100644
--- a/arch/arm64/configs/renesas_defconfig
+++ b/arch/arm64/configs/renesas_defconfig
@@ -30,6 +30,7 @@ CONFIG_BLK_DEV_INITRD=y
 CONFIG_PROFILING=y
 CONFIG_ARCH_RENESAS=y
 CONFIG_ARCH_R8A774A1=y
+CONFIG_ARCH_R8A774C0=y
 CONFIG_ARCH_R8A7795=y
 CONFIG_ARCH_R8A7796=y
 CONFIG_ARCH_R8A77965=y
-- 
2.7.4

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

* Re: [PATCH] arm64: defconfig: enable R8A774C0 SoC
  2018-09-12 13:52 ` Fabrizio Castro
@ 2018-09-17  7:12   ` Simon Horman
  -1 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2018-09-17  7:12 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Catalin Marinas, Will Deacon, Andy Gross, Arnd Bergmann,
	Heiko Stuebner, Bjorn Andersson, Enric Balletbo i Serra,
	Gregory CLEMENT, Amit Kucheria, Alex Elder, Ezequiel Garcia,
	Olof Johansson, linux-arm-kernel, Geert Uytterhoeven,
	Chris Paterson, Biju Das, linux-renesas-soc, linux-kernel

On Wed, Sep 12, 2018 at 02:52:50PM +0100, Fabrizio Castro wrote:
> Enable the Renesas RZ/G2E (R8A774C0) SoC in the ARM64 defconfig.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das@bp.renesas.com>
> ---
> This patch applies on top of next-20180912

Thanks, applied to the arm64-defconfig branch of the renesas tree for v4.20.

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

* [PATCH] arm64: defconfig: enable R8A774C0 SoC
@ 2018-09-17  7:12   ` Simon Horman
  0 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2018-09-17  7:12 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Sep 12, 2018 at 02:52:50PM +0100, Fabrizio Castro wrote:
> Enable the Renesas RZ/G2E (R8A774C0) SoC in the ARM64 defconfig.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das@bp.renesas.com>
> ---
> This patch applies on top of next-20180912

Thanks, applied to the arm64-defconfig branch of the renesas tree for v4.20.

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

* Re: [PATCH] arm64: renesas_defconfig: enable R8A774C0 SoC
  2018-09-12 13:52 ` [PATCH] arm64: renesas_defconfig: " Fabrizio Castro
@ 2018-09-17  7:24   ` Simon Horman
  0 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2018-09-17  7:24 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Geert Uytterhoeven, Magnus Damm, linux-renesas-soc,
	Chris Paterson, Biju Das

On Wed, Sep 12, 2018 at 02:52:51PM +0100, Fabrizio Castro wrote:
> Enable the Renesas RZ/G2E (R8A774C0) SoC in the ARM64 Renesas
> defconfig.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das@bp.renesas.com>
> ---
> This patch applies on top of renesas-drivers-2018-09-11-v4.19-rc3

Thanks,

I have applied this to the topic/renesas-defconfig branch which is included
in the devel branch and tags of the Renesas tree as a convenience to
developers.  The branch is not, however, included in the next branch or
tags nor is it targeted at upstream.

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

end of thread, other threads:[~2018-09-17 12:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-12 13:52 [PATCH] arm64: defconfig: enable R8A774C0 SoC Fabrizio Castro
2018-09-12 13:52 ` Fabrizio Castro
2018-09-12 13:52 ` [PATCH] arm64: renesas_defconfig: " Fabrizio Castro
2018-09-17  7:24   ` Simon Horman
2018-09-17  7:12 ` [PATCH] arm64: defconfig: " Simon Horman
2018-09-17  7:12   ` 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.