All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] arm64: renesas: Add Renesas R8A77990 support
@ 2018-04-11  9:35 Yoshihiro Shimoda
  2018-04-11  9:35 ` [PATCH 1/3] dt-bindings: arm: Document R-Car E3 SoC DT bindings Yoshihiro Shimoda
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Yoshihiro Shimoda @ 2018-04-11  9:35 UTC (permalink / raw)
  To: horms, magnus.damm, robh+dt, mark.rutland
  Cc: devicetree, linux-renesas-soc, Yoshihiro Shimoda

This patch is based on the renesas-drivers-2018-04-03-v4.16 tag of
renesas-drivers.git.

Yoshihiro Shimoda (3):
  dt-bindings: arm: Document R-Car E3 SoC DT bindings
  dt-bindings: arm: Document Renesas Ebisu board DT bindings
  arm64: renesas: Add Renesas R8A77990 Kconfig support

 Documentation/devicetree/bindings/arm/shmobile.txt | 4 ++++
 arch/arm64/Kconfig.platforms                       | 6 ++++++
 2 files changed, 10 insertions(+)

-- 
1.9.1

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

* [PATCH 1/3] dt-bindings: arm: Document R-Car E3 SoC DT bindings
  2018-04-11  9:35 [PATCH 0/3] arm64: renesas: Add Renesas R8A77990 support Yoshihiro Shimoda
@ 2018-04-11  9:35 ` Yoshihiro Shimoda
  2018-04-11 11:42   ` Geert Uytterhoeven
  2018-04-11  9:35 ` [PATCH 2/3] dt-bindings: arm: Document Renesas Ebisu board " Yoshihiro Shimoda
  2018-04-11  9:35 ` [PATCH 3/3] arm64: renesas: Add Renesas R8A77990 Kconfig support Yoshihiro Shimoda
  2 siblings, 1 reply; 10+ messages in thread
From: Yoshihiro Shimoda @ 2018-04-11  9:35 UTC (permalink / raw)
  To: horms, magnus.damm, robh+dt, mark.rutland
  Cc: devicetree, linux-renesas-soc, Yoshihiro Shimoda

This patch adds device tree bindings documentation for Renesas R-Car
E3 (r8a77990).

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
 Documentation/devicetree/bindings/arm/shmobile.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/shmobile.txt b/Documentation/devicetree/bindings/arm/shmobile.txt
index 4401369..5d21d48 100644
--- a/Documentation/devicetree/bindings/arm/shmobile.txt
+++ b/Documentation/devicetree/bindings/arm/shmobile.txt
@@ -47,6 +47,8 @@ SoCs:
     compatible = "renesas,r8a77970"
   - R-Car V3H (R8A77980)
     compatible = "renesas,r8a77980"
+  - R-Car E3 (R8A77990)
+    compatible = "renesas,r8a77990"
   - R-Car D3 (R8A77995)
     compatible = "renesas,r8a77995"
 
-- 
1.9.1

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

* [PATCH 2/3] dt-bindings: arm: Document Renesas Ebisu board DT bindings
  2018-04-11  9:35 [PATCH 0/3] arm64: renesas: Add Renesas R8A77990 support Yoshihiro Shimoda
  2018-04-11  9:35 ` [PATCH 1/3] dt-bindings: arm: Document R-Car E3 SoC DT bindings Yoshihiro Shimoda
@ 2018-04-11  9:35 ` Yoshihiro Shimoda
  2018-04-11 13:24   ` Geert Uytterhoeven
  2018-04-11  9:35 ` [PATCH 3/3] arm64: renesas: Add Renesas R8A77990 Kconfig support Yoshihiro Shimoda
  2 siblings, 1 reply; 10+ messages in thread
From: Yoshihiro Shimoda @ 2018-04-11  9:35 UTC (permalink / raw)
  To: horms, magnus.damm, robh+dt, mark.rutland
  Cc: devicetree, linux-renesas-soc, Yoshihiro Shimoda

This patch adds device tree bindings documentation for Renesas
Ebisu board (RTP0RC77990SEB0010S).

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
 Documentation/devicetree/bindings/arm/shmobile.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/shmobile.txt b/Documentation/devicetree/bindings/arm/shmobile.txt
index 5d21d48..61b486f 100644
--- a/Documentation/devicetree/bindings/arm/shmobile.txt
+++ b/Documentation/devicetree/bindings/arm/shmobile.txt
@@ -71,6 +71,8 @@ Boards:
     compatible = "renesas,draak", "renesas,r8a77995"
   - Eagle (RTP0RC77970SEB0010S)
     compatible = "renesas,eagle", "renesas,r8a77970"
+  - Ebisu (RTP0RC77990SEB0010S)
+    compatible = "renesas,ebisu", "renesas,r8a77990"
   - Genmai (RTK772100BC00000BR)
     compatible = "renesas,genmai", "renesas,r7s72100"
   - GR-Peach (X28A-M01-E/F)
-- 
1.9.1

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

* [PATCH 3/3] arm64: renesas: Add Renesas R8A77990 Kconfig support
  2018-04-11  9:35 [PATCH 0/3] arm64: renesas: Add Renesas R8A77990 support Yoshihiro Shimoda
  2018-04-11  9:35 ` [PATCH 1/3] dt-bindings: arm: Document R-Car E3 SoC DT bindings Yoshihiro Shimoda
  2018-04-11  9:35 ` [PATCH 2/3] dt-bindings: arm: Document Renesas Ebisu board " Yoshihiro Shimoda
@ 2018-04-11  9:35 ` Yoshihiro Shimoda
  2018-04-11 13:25   ` Geert Uytterhoeven
  2 siblings, 1 reply; 10+ messages in thread
From: Yoshihiro Shimoda @ 2018-04-11  9:35 UTC (permalink / raw)
  To: horms, magnus.damm, robh+dt, mark.rutland
  Cc: devicetree, linux-renesas-soc, Yoshihiro Shimoda

Add configuration option for the R-Car E3 (R8A77990) SoC.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
 arch/arm64/Kconfig.platforms | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 2b1535c..d5aeac3 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -208,6 +208,12 @@ config ARCH_R8A77980
 	help
 	  This enables support for the Renesas R-Car V3H SoC.
 
+config ARCH_R8A77990
+	bool "Renesas R-Car E3 SoC Platform"
+	depends on ARCH_RENESAS
+	help
+	  This enables support for the Renesas R-Car E3 SoC.
+
 config ARCH_R8A77995
 	bool "Renesas R-Car D3 SoC Platform"
 	depends on ARCH_RENESAS
-- 
1.9.1

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

* Re: [PATCH 1/3] dt-bindings: arm: Document R-Car E3 SoC DT bindings
  2018-04-11  9:35 ` [PATCH 1/3] dt-bindings: arm: Document R-Car E3 SoC DT bindings Yoshihiro Shimoda
@ 2018-04-11 11:42   ` Geert Uytterhoeven
  2018-04-12  7:33     ` Simon Horman
  0 siblings, 1 reply; 10+ messages in thread
From: Geert Uytterhoeven @ 2018-04-11 11:42 UTC (permalink / raw)
  To: Yoshihiro Shimoda
  Cc: Simon Horman, Magnus Damm, Rob Herring, Mark Rutland,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux-Renesas

On Wed, Apr 11, 2018 at 11:35 AM, Yoshihiro Shimoda
<yoshihiro.shimoda.uh@renesas.com> wrote:
> This patch adds device tree bindings documentation for Renesas R-Car
> E3 (r8a77990).
>
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

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

* Re: [PATCH 2/3] dt-bindings: arm: Document Renesas Ebisu board DT bindings
  2018-04-11  9:35 ` [PATCH 2/3] dt-bindings: arm: Document Renesas Ebisu board " Yoshihiro Shimoda
@ 2018-04-11 13:24   ` Geert Uytterhoeven
  2018-04-12  7:33     ` Simon Horman
  0 siblings, 1 reply; 10+ messages in thread
From: Geert Uytterhoeven @ 2018-04-11 13:24 UTC (permalink / raw)
  To: Yoshihiro Shimoda
  Cc: Simon Horman, Magnus Damm, Rob Herring, Mark Rutland,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux-Renesas

On Wed, Apr 11, 2018 at 11:35 AM, Yoshihiro Shimoda
<yoshihiro.shimoda.uh@renesas.com> wrote:
> This patch adds device tree bindings documentation for Renesas
> Ebisu board (RTP0RC77990SEB0010S).
>
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

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

* Re: [PATCH 3/3] arm64: renesas: Add Renesas R8A77990 Kconfig support
  2018-04-11  9:35 ` [PATCH 3/3] arm64: renesas: Add Renesas R8A77990 Kconfig support Yoshihiro Shimoda
@ 2018-04-11 13:25   ` Geert Uytterhoeven
  2018-04-12  7:35     ` Simon Horman
  0 siblings, 1 reply; 10+ messages in thread
From: Geert Uytterhoeven @ 2018-04-11 13:25 UTC (permalink / raw)
  To: Yoshihiro Shimoda
  Cc: Simon Horman, Magnus Damm, Rob Herring, Mark Rutland,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux-Renesas

On Wed, Apr 11, 2018 at 11:35 AM, Yoshihiro Shimoda
<yoshihiro.shimoda.uh@renesas.com> wrote:
> Add configuration option for the R-Car E3 (R8A77990) SoC.
>
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

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

* Re: [PATCH 1/3] dt-bindings: arm: Document R-Car E3 SoC DT bindings
  2018-04-11 11:42   ` Geert Uytterhoeven
@ 2018-04-12  7:33     ` Simon Horman
  0 siblings, 0 replies; 10+ messages in thread
From: Simon Horman @ 2018-04-12  7:33 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Yoshihiro Shimoda, Magnus Damm, Rob Herring, Mark Rutland,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux-Renesas

On Wed, Apr 11, 2018 at 01:42:08PM +0200, Geert Uytterhoeven wrote:
> On Wed, Apr 11, 2018 at 11:35 AM, Yoshihiro Shimoda
> <yoshihiro.shimoda.uh@renesas.com> wrote:
> > This patch adds device tree bindings documentation for Renesas R-Car
> > E3 (r8a77990).
> >
> > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> 
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Thanks, applied.

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

* Re: [PATCH 2/3] dt-bindings: arm: Document Renesas Ebisu board DT bindings
  2018-04-11 13:24   ` Geert Uytterhoeven
@ 2018-04-12  7:33     ` Simon Horman
  0 siblings, 0 replies; 10+ messages in thread
From: Simon Horman @ 2018-04-12  7:33 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Yoshihiro Shimoda, Magnus Damm, Rob Herring, Mark Rutland,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux-Renesas

On Wed, Apr 11, 2018 at 03:24:39PM +0200, Geert Uytterhoeven wrote:
> On Wed, Apr 11, 2018 at 11:35 AM, Yoshihiro Shimoda
> <yoshihiro.shimoda.uh@renesas.com> wrote:
> > This patch adds device tree bindings documentation for Renesas
> > Ebisu board (RTP0RC77990SEB0010S).
> >
> > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> 
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Thanks, applied.

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

* Re: [PATCH 3/3] arm64: renesas: Add Renesas R8A77990 Kconfig support
  2018-04-11 13:25   ` Geert Uytterhoeven
@ 2018-04-12  7:35     ` Simon Horman
  0 siblings, 0 replies; 10+ messages in thread
From: Simon Horman @ 2018-04-12  7:35 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Yoshihiro Shimoda, Magnus Damm, Rob Herring, Mark Rutland,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux-Renesas

On Wed, Apr 11, 2018 at 03:25:06PM +0200, Geert Uytterhoeven wrote:
> On Wed, Apr 11, 2018 at 11:35 AM, Yoshihiro Shimoda
> <yoshihiro.shimoda.uh@renesas.com> wrote:
> > Add configuration option for the R-Car E3 (R8A77990) SoC.
> >
> > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> 
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Thanks, applied.

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

end of thread, other threads:[~2018-04-12  7:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-11  9:35 [PATCH 0/3] arm64: renesas: Add Renesas R8A77990 support Yoshihiro Shimoda
2018-04-11  9:35 ` [PATCH 1/3] dt-bindings: arm: Document R-Car E3 SoC DT bindings Yoshihiro Shimoda
2018-04-11 11:42   ` Geert Uytterhoeven
2018-04-12  7:33     ` Simon Horman
2018-04-11  9:35 ` [PATCH 2/3] dt-bindings: arm: Document Renesas Ebisu board " Yoshihiro Shimoda
2018-04-11 13:24   ` Geert Uytterhoeven
2018-04-12  7:33     ` Simon Horman
2018-04-11  9:35 ` [PATCH 3/3] arm64: renesas: Add Renesas R8A77990 Kconfig support Yoshihiro Shimoda
2018-04-11 13:25   ` Geert Uytterhoeven
2018-04-12  7:35     ` 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.