All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: multi_v7_defconfig: Enable r8a7744 SoC
       [not found] <1537196790-4775-1-git-send-email-biju.das@bp.renesas.com>
@ 2018-09-17 15:06   ` Biju Das
  2018-09-17 15:06   ` Biju Das
  1 sibling, 0 replies; 8+ messages in thread
From: Biju Das @ 2018-09-17 15:06 UTC (permalink / raw)
  To: Russell King
  Cc: Biju Das, Arnd Bergmann, Stefan Agner, Eric Anholt, Simon Horman,
	Tony Lindgren, Martin Blumenstingl, Stefan Wahren,
	Olof Johansson, linux-arm-kernel, Simon Horman,
	Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
	linux-renesas-soc

Enable recently added r8a7744 (RZ/G1N) SoC.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index dec755c..2b2cf6a 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -79,6 +79,7 @@ CONFIG_ARCH_R7S72100=y
 CONFIG_ARCH_R8A73A4=y
 CONFIG_ARCH_R8A7740=y
 CONFIG_ARCH_R8A7743=y
+CONFIG_ARCH_R8A7744=y
 CONFIG_ARCH_R8A7745=y
 CONFIG_ARCH_R8A77470=y
 CONFIG_ARCH_R8A7778=y
-- 
2.7.4

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

* [PATCH] ARM: multi_v7_defconfig: Enable r8a7744 SoC
@ 2018-09-17 15:06   ` Biju Das
  0 siblings, 0 replies; 8+ messages in thread
From: Biju Das @ 2018-09-17 15:06 UTC (permalink / raw)
  To: linux-arm-kernel

Enable recently added r8a7744 (RZ/G1N) SoC.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index dec755c..2b2cf6a 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -79,6 +79,7 @@ CONFIG_ARCH_R7S72100=y
 CONFIG_ARCH_R8A73A4=y
 CONFIG_ARCH_R8A7740=y
 CONFIG_ARCH_R8A7743=y
+CONFIG_ARCH_R8A7744=y
 CONFIG_ARCH_R8A7745=y
 CONFIG_ARCH_R8A77470=y
 CONFIG_ARCH_R8A7778=y
-- 
2.7.4

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

* [PATCH] ARM: debug-ll: Add support for r8a7744
       [not found] <1537196790-4775-1-git-send-email-biju.das@bp.renesas.com>
@ 2018-09-17 15:06   ` Biju Das
  2018-09-17 15:06   ` Biju Das
  1 sibling, 0 replies; 8+ messages in thread
From: Biju Das @ 2018-09-17 15:06 UTC (permalink / raw)
  To: Russell King
  Cc: Biju Das, Florian Fainelli, Laura Abbott, Fabrizio Castro,
	Geert Uytterhoeven, Jinbum Park, Clément Peron,
	Arnd Bergmann, linux-arm-kernel, Simon Horman, Chris Paterson,
	linux-renesas-soc

Enable low-level debugging support for RZ/G1N (R8A7744). RZ/G1N uses
SCIF0 for the debug console.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
---
 arch/arm/Kconfig.debug | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index f6fcb8a..7c86875 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -940,12 +940,13 @@ choice
 
 	config DEBUG_RCAR_GEN2_SCIF0
 		bool "Kernel low-level debugging messages via SCIF0 on R-Car Gen2 and RZ/G1"
-		depends on ARCH_R8A7743 || ARCH_R8A7790 || ARCH_R8A7791 || \
-			ARCH_R8A7792 || ARCH_R8A7793
+		depends on ARCH_R8A7743 || ARCH_R8A7744 || ARCH_R8A7790 || \
+			ARCH_R8A7791 || ARCH_R8A7792 || ARCH_R8A7793
 		help
 		  Say Y here if you want kernel low-level debugging support
-		  via SCIF0 on Renesas RZ/G1M (R8A7743), R-Car H2 (R8A7790),
-		  M2-W (R8A7791), V2H (R8A7792), or M2-N (R8A7793).
+		  via SCIF0 on Renesas RZ/G1M (R8A7743), RZ/G1N (R8A7744),
+		  R-Car H2 (R8A7790), M2-W (R8A7791), V2H (R8A7792), or
+		  M2-N (R8A7793).
 
 	config DEBUG_RCAR_GEN2_SCIF1
 		bool "Kernel low-level debugging messages via SCIF1 on R8A77470"
-- 
2.7.4

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

* [PATCH] ARM: debug-ll: Add support for r8a7744
@ 2018-09-17 15:06   ` Biju Das
  0 siblings, 0 replies; 8+ messages in thread
From: Biju Das @ 2018-09-17 15:06 UTC (permalink / raw)
  To: linux-arm-kernel

Enable low-level debugging support for RZ/G1N (R8A7744). RZ/G1N uses
SCIF0 for the debug console.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
---
 arch/arm/Kconfig.debug | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index f6fcb8a..7c86875 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -940,12 +940,13 @@ choice
 
 	config DEBUG_RCAR_GEN2_SCIF0
 		bool "Kernel low-level debugging messages via SCIF0 on R-Car Gen2 and RZ/G1"
-		depends on ARCH_R8A7743 || ARCH_R8A7790 || ARCH_R8A7791 || \
-			ARCH_R8A7792 || ARCH_R8A7793
+		depends on ARCH_R8A7743 || ARCH_R8A7744 || ARCH_R8A7790 || \
+			ARCH_R8A7791 || ARCH_R8A7792 || ARCH_R8A7793
 		help
 		  Say Y here if you want kernel low-level debugging support
-		  via SCIF0 on Renesas RZ/G1M (R8A7743), R-Car H2 (R8A7790),
-		  M2-W (R8A7791), V2H (R8A7792), or M2-N (R8A7793).
+		  via SCIF0 on Renesas RZ/G1M (R8A7743), RZ/G1N (R8A7744),
+		  R-Car H2 (R8A7790), M2-W (R8A7791), V2H (R8A7792), or
+		  M2-N (R8A7793).
 
 	config DEBUG_RCAR_GEN2_SCIF1
 		bool "Kernel low-level debugging messages via SCIF1 on R8A77470"
-- 
2.7.4

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

* Re: [PATCH] ARM: multi_v7_defconfig: Enable r8a7744 SoC
  2018-09-17 15:06   ` Biju Das
@ 2018-09-19  8:41     ` Simon Horman
  -1 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2018-09-19  8:41 UTC (permalink / raw)
  To: Biju Das
  Cc: Russell King, Arnd Bergmann, Stefan Agner, Eric Anholt,
	Tony Lindgren, Martin Blumenstingl, Stefan Wahren,
	Olof Johansson, linux-arm-kernel, Geert Uytterhoeven,
	Chris Paterson, Fabrizio Castro, linux-renesas-soc

On Mon, Sep 17, 2018 at 04:06:29PM +0100, Biju Das wrote:
> Enable recently added r8a7744 (RZ/G1N) SoC.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

Thanks, applied to the renesas tree for v4.20.

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

* [PATCH] ARM: multi_v7_defconfig: Enable r8a7744 SoC
@ 2018-09-19  8:41     ` Simon Horman
  0 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2018-09-19  8:41 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Sep 17, 2018 at 04:06:29PM +0100, Biju Das wrote:
> Enable recently added r8a7744 (RZ/G1N) SoC.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

Thanks, applied to the renesas tree for v4.20.

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

* Re: [PATCH] ARM: debug-ll: Add support for r8a7744
  2018-09-17 15:06   ` Biju Das
@ 2018-09-19  8:43     ` Simon Horman
  -1 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2018-09-19  8:43 UTC (permalink / raw)
  To: Biju Das
  Cc: Russell King, Florian Fainelli, Laura Abbott, Fabrizio Castro,
	Geert Uytterhoeven, Jinbum Park, Clément Peron,
	Arnd Bergmann, linux-arm-kernel, Chris Paterson,
	linux-renesas-soc

On Mon, Sep 17, 2018 at 04:06:30PM +0100, Biju Das wrote:
> Enable low-level debugging support for RZ/G1N (R8A7744). RZ/G1N uses
> SCIF0 for the debug console.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

Thanks Biju,

applied to the renesas tree for v4.20.

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

* [PATCH] ARM: debug-ll: Add support for r8a7744
@ 2018-09-19  8:43     ` Simon Horman
  0 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2018-09-19  8:43 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Sep 17, 2018 at 04:06:30PM +0100, Biju Das wrote:
> Enable low-level debugging support for RZ/G1N (R8A7744). RZ/G1N uses
> SCIF0 for the debug console.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

Thanks Biju,

applied to the renesas tree for v4.20.

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

end of thread, other threads:[~2018-09-19 14:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1537196790-4775-1-git-send-email-biju.das@bp.renesas.com>
2018-09-17 15:06 ` [PATCH] ARM: multi_v7_defconfig: Enable r8a7744 SoC Biju Das
2018-09-17 15:06   ` Biju Das
2018-09-19  8:41   ` Simon Horman
2018-09-19  8:41     ` Simon Horman
2018-09-17 15:06 ` [PATCH] ARM: debug-ll: Add support for r8a7744 Biju Das
2018-09-17 15:06   ` Biju Das
2018-09-19  8:43   ` Simon Horman
2018-09-19  8:43     ` 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.