* [PATCH 1/6] dt-bindings: arm: Document iW-RainboW-G23S single board computer
2018-05-18 11:16 [GIT PULL] Renesas ARM Based SoC DT Bindings Updates for v4.18 Simon Horman
@ 2018-05-18 11:16 ` Simon Horman
2018-05-18 11:16 ` [PATCH 2/6] dt-bindings: arm: Document R-Car E3 SoC DT bindings Simon Horman
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2018-05-18 11:16 UTC (permalink / raw)
To: linux-arm-kernel
From: Biju Das <biju.das@bp.renesas.com>
Document the iW-RainboW-G23S single board computer device tree bindings,
listing it as a supported board.
Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
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 d3d1df97834f..29093ba6c5d0 100644
--- a/Documentation/devicetree/bindings/arm/shmobile.txt
+++ b/Documentation/devicetree/bindings/arm/shmobile.txt
@@ -78,6 +78,8 @@ Boards:
compatible = "renesas,h3ulcb", "renesas,r8a7795"
- Henninger
compatible = "renesas,henninger", "renesas,r8a7791"
+ - iWave Systems RZ/G1C Single Board Computer (iW-RainboW-G23S)
+ compatible = "iwave,g23s", "renesas,r8a77470"
- iWave Systems RZ/G1E SODIMM SOM Development Platform (iW-RainboW-G22D)
compatible = "iwave,g22d", "iwave,g22m", "renesas,r8a7745"
- iWave Systems RZ/G1E SODIMM System On Module (iW-RainboW-G22M-SM)
--
2.11.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [GIT PULL] Renesas ARM Based SoC DT Bindings Updates for v4.18
@ 2018-05-18 11:16 Simon Horman
2018-05-18 11:16 ` [PATCH 1/6] dt-bindings: arm: Document iW-RainboW-G23S single board computer Simon Horman
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: Simon Horman @ 2018-05-18 11:16 UTC (permalink / raw)
To: linux-arm-kernel
Hi Olof, Hi Kevin, Hi Arnd,
Please consider these Renesas ARM based SoC DT bindings updates for v4.18.
The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
are available in the git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt-bindings-for-v4.18
for you to fetch changes up to c92db4a4a4c6c176c34604e456d6d355803d9ada:
dt-bindings: arm: document Renesas V3HSK board bindings (2018-05-15 09:17:45 +0200)
----------------------------------------------------------------
Renesas ARM Based SoC DT Bindings Updates for v4.18
Document bindings for:
* V3H Starter Kit, a board used with the R-Car V3H (r8a77980) SoC
* R-Car E3 (R8A77990) SoC and its Ebisu board
* iWave Systems RZ/G1C Single Board Computer (iW-RainboW-G23S)
which uses an RZ/G1C (R8A77470) SoC
* RZ/G1M (R8A7743) and RZ/G1N (R8A7744) CMT support
Cleanup:
* Consistently name r8a77965 as R-Car M3-N
----------------------------------------------------------------
Biju Das (1):
dt-bindings: arm: Document iW-RainboW-G23S single board computer
Fabrizio Castro (1):
dt-bindings: timer: renesas, cmt: Document r8a774[35] CMT support
Sergei Shtylyov (1):
dt-bindings: arm: document Renesas V3HSK board bindings
Simon Horman (1):
dt-bindings: arm: consistently name r8a77965 as M3-N
Yoshihiro Shimoda (2):
dt-bindings: arm: Document R-Car E3 SoC DT bindings
dt-bindings: arm: Document Renesas Ebisu board DT bindings
Documentation/devicetree/bindings/arm/shmobile.txt | 10 +++++++++-
Documentation/devicetree/bindings/timer/renesas,cmt.txt | 14 ++++++++++----
2 files changed, 19 insertions(+), 5 deletions(-)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 2/6] dt-bindings: arm: Document R-Car E3 SoC DT bindings
2018-05-18 11:16 [GIT PULL] Renesas ARM Based SoC DT Bindings Updates for v4.18 Simon Horman
2018-05-18 11:16 ` [PATCH 1/6] dt-bindings: arm: Document iW-RainboW-G23S single board computer Simon Horman
@ 2018-05-18 11:16 ` Simon Horman
2018-05-18 11:16 ` [PATCH 3/6] dt-bindings: arm: Document Renesas Ebisu board " Simon Horman
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2018-05-18 11:16 UTC (permalink / raw)
To: linux-arm-kernel
From: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
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>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
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 29093ba6c5d0..e1a24708a284 100644
--- a/Documentation/devicetree/bindings/arm/shmobile.txt
+++ b/Documentation/devicetree/bindings/arm/shmobile.txt
@@ -45,6 +45,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"
--
2.11.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 3/6] dt-bindings: arm: Document Renesas Ebisu board DT bindings
2018-05-18 11:16 [GIT PULL] Renesas ARM Based SoC DT Bindings Updates for v4.18 Simon Horman
2018-05-18 11:16 ` [PATCH 1/6] dt-bindings: arm: Document iW-RainboW-G23S single board computer Simon Horman
2018-05-18 11:16 ` [PATCH 2/6] dt-bindings: arm: Document R-Car E3 SoC DT bindings Simon Horman
@ 2018-05-18 11:16 ` Simon Horman
2018-05-18 11:16 ` [PATCH 4/6] dt-bindings: arm: consistently name r8a77965 as M3-N Simon Horman
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2018-05-18 11:16 UTC (permalink / raw)
To: linux-arm-kernel
From: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
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>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
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 e1a24708a284..804f1d7c1f2b 100644
--- a/Documentation/devicetree/bindings/arm/shmobile.txt
+++ b/Documentation/devicetree/bindings/arm/shmobile.txt
@@ -69,6 +69,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)
--
2.11.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 4/6] dt-bindings: arm: consistently name r8a77965 as M3-N
2018-05-18 11:16 [GIT PULL] Renesas ARM Based SoC DT Bindings Updates for v4.18 Simon Horman
` (2 preceding siblings ...)
2018-05-18 11:16 ` [PATCH 3/6] dt-bindings: arm: Document Renesas Ebisu board " Simon Horman
@ 2018-05-18 11:16 ` Simon Horman
2018-05-18 11:16 ` [PATCH 5/6] dt-bindings: timer: renesas, cmt: Document r8a774[35] CMT support Simon Horman
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2018-05-18 11:16 UTC (permalink / raw)
To: linux-arm-kernel
There is an inconsistency between the use of M3N and M3-N.
This patch resolves this by consistently using the latter.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Rob Herring <robh@kernel.org>
---
Documentation/devicetree/bindings/arm/shmobile.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/arm/shmobile.txt b/Documentation/devicetree/bindings/arm/shmobile.txt
index 804f1d7c1f2b..0da876784dd5 100644
--- a/Documentation/devicetree/bindings/arm/shmobile.txt
+++ b/Documentation/devicetree/bindings/arm/shmobile.txt
@@ -114,7 +114,7 @@ Boards:
compatible = "renesas,salvator-x", "renesas,r8a7795"
- Salvator-X (RTP0RC7796SIPB0011S)
compatible = "renesas,salvator-x", "renesas,r8a7796"
- - Salvator-X (RTP0RC7796SIPB0011S (M3N))
+ - Salvator-X (RTP0RC7796SIPB0011S (M3-N))
compatible = "renesas,salvator-x", "renesas,r8a77965"
- Salvator-XS (Salvator-X 2nd version, RTP0RC7795SIPB0012S)
compatible = "renesas,salvator-xs", "renesas,r8a7795"
--
2.11.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 5/6] dt-bindings: timer: renesas, cmt: Document r8a774[35] CMT support
2018-05-18 11:16 [GIT PULL] Renesas ARM Based SoC DT Bindings Updates for v4.18 Simon Horman
` (3 preceding siblings ...)
2018-05-18 11:16 ` [PATCH 4/6] dt-bindings: arm: consistently name r8a77965 as M3-N Simon Horman
@ 2018-05-18 11:16 ` Simon Horman
2018-05-18 11:16 ` [PATCH 6/6] dt-bindings: arm: document Renesas V3HSK board bindings Simon Horman
2018-05-26 19:38 ` [GIT PULL] Renesas ARM Based SoC DT Bindings Updates for v4.18 Olof Johansson
6 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2018-05-18 11:16 UTC (permalink / raw)
To: linux-arm-kernel
From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Document SoC specific compatible strings for r8a7743 and r8a7745.
No driver change is needed as the fallback strings will activate
the right code.
Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Rob Herring <robh@kernel.org>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
Documentation/devicetree/bindings/timer/renesas,cmt.txt | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/Documentation/devicetree/bindings/timer/renesas,cmt.txt b/Documentation/devicetree/bindings/timer/renesas,cmt.txt
index d740989eb569..b40add2d9bb4 100644
--- a/Documentation/devicetree/bindings/timer/renesas,cmt.txt
+++ b/Documentation/devicetree/bindings/timer/renesas,cmt.txt
@@ -22,6 +22,10 @@ Required Properties:
- "renesas,r8a73a4-cmt0" for the 32-bit CMT0 device included in r8a73a4.
- "renesas,r8a73a4-cmt1" for the 48-bit CMT1 device included in r8a73a4.
+ - "renesas,r8a7743-cmt0" for the 32-bit CMT0 device included in r8a7743.
+ - "renesas,r8a7743-cmt1" for the 48-bit CMT1 device included in r8a7743.
+ - "renesas,r8a7745-cmt0" for the 32-bit CMT0 device included in r8a7745.
+ - "renesas,r8a7745-cmt1" for the 48-bit CMT1 device included in r8a7745.
- "renesas,r8a7790-cmt0" for the 32-bit CMT0 device included in r8a7790.
- "renesas,r8a7790-cmt1" for the 48-bit CMT1 device included in r8a7790.
- "renesas,r8a7791-cmt0" for the 32-bit CMT0 device included in r8a7791.
@@ -31,10 +35,12 @@ Required Properties:
- "renesas,r8a7794-cmt0" for the 32-bit CMT0 device included in r8a7794.
- "renesas,r8a7794-cmt1" for the 48-bit CMT1 device included in r8a7794.
- - "renesas,rcar-gen2-cmt0" for 32-bit CMT0 devices included in R-Car Gen2.
- - "renesas,rcar-gen2-cmt1" for 48-bit CMT1 devices included in R-Car Gen2.
- These are fallbacks for r8a73a4 and all the R-Car Gen2
- entries listed above.
+ - "renesas,rcar-gen2-cmt0" for 32-bit CMT0 devices included in R-Car Gen2
+ and RZ/G1.
+ - "renesas,rcar-gen2-cmt1" for 48-bit CMT1 devices included in R-Car Gen2
+ and RZ/G1.
+ These are fallbacks for r8a73a4, R-Car Gen2 and RZ/G1 entries
+ listed above.
- reg: base address and length of the registers block for the timer module.
- interrupts: interrupt-specifier for the timer, one per channel.
--
2.11.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 6/6] dt-bindings: arm: document Renesas V3HSK board bindings
2018-05-18 11:16 [GIT PULL] Renesas ARM Based SoC DT Bindings Updates for v4.18 Simon Horman
` (4 preceding siblings ...)
2018-05-18 11:16 ` [PATCH 5/6] dt-bindings: timer: renesas, cmt: Document r8a774[35] CMT support Simon Horman
@ 2018-05-18 11:16 ` Simon Horman
2018-05-26 19:38 ` [GIT PULL] Renesas ARM Based SoC DT Bindings Updates for v4.18 Olof Johansson
6 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2018-05-18 11:16 UTC (permalink / raw)
To: linux-arm-kernel
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Document the V3H Starter Kit device tree bindings, listing it as
a supported board.
This allows to use checkpatch.pl to validate .dts files referring to
the V3HSK board.
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
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 0da876784dd5..593a7d82a1c8 100644
--- a/Documentation/devicetree/bindings/arm/shmobile.txt
+++ b/Documentation/devicetree/bindings/arm/shmobile.txt
@@ -130,6 +130,8 @@ Boards:
compatible = "renesas,sk-rzg1m", "renesas,r8a7743"
- Stout (ADAS Starterkit, Y-R-CAR-ADAS-SKH2-BOARD)
compatible = "renesas,stout", "renesas,r8a7790"
+ - V3HSK (Y-ASK-RCAR-V3H-WS10)
+ compatible = "renesas,v3hsk", "renesas,r8a77980"
- V3MSK (Y-ASK-RCAR-V3M-WS10)
compatible = "renesas,v3msk", "renesas,r8a77970"
- Wheat (RTP0RC7792ASKB0000JE)
--
2.11.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [GIT PULL] Renesas ARM Based SoC DT Bindings Updates for v4.18
2018-05-18 11:16 [GIT PULL] Renesas ARM Based SoC DT Bindings Updates for v4.18 Simon Horman
` (5 preceding siblings ...)
2018-05-18 11:16 ` [PATCH 6/6] dt-bindings: arm: document Renesas V3HSK board bindings Simon Horman
@ 2018-05-26 19:38 ` Olof Johansson
6 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2018-05-26 19:38 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, May 18, 2018 at 01:16:44PM +0200, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
>
> Please consider these Renesas ARM based SoC DT bindings updates for v4.18.
>
>
> The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
>
> Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
>
> are available in the git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt-bindings-for-v4.18
>
> for you to fetch changes up to c92db4a4a4c6c176c34604e456d6d355803d9ada:
>
> dt-bindings: arm: document Renesas V3HSK board bindings (2018-05-15 09:17:45 +0200)
>
> ----------------------------------------------------------------
> Renesas ARM Based SoC DT Bindings Updates for v4.18
>
> Document bindings for:
>
> * V3H Starter Kit, a board used with the R-Car V3H (r8a77980) SoC
> * R-Car E3 (R8A77990) SoC and its Ebisu board
> * iWave Systems RZ/G1C Single Board Computer (iW-RainboW-G23S)
> which uses an RZ/G1C (R8A77470) SoC
> * RZ/G1M (R8A7743) and RZ/G1N (R8A7744) CMT support
>
> Cleanup:
> * Consistently name r8a77965 as R-Car M3-N
>
> ----------------------------------------------------------------
> Biju Das (1):
> dt-bindings: arm: Document iW-RainboW-G23S single board computer
>
> Fabrizio Castro (1):
> dt-bindings: timer: renesas, cmt: Document r8a774[35] CMT support
>
> Sergei Shtylyov (1):
> dt-bindings: arm: document Renesas V3HSK board bindings
>
> Simon Horman (1):
> dt-bindings: arm: consistently name r8a77965 as M3-N
>
> Yoshihiro Shimoda (2):
> dt-bindings: arm: Document R-Car E3 SoC DT bindings
> dt-bindings: arm: Document Renesas Ebisu board DT bindings
>
> Documentation/devicetree/bindings/arm/shmobile.txt | 10 +++++++++-
> Documentation/devicetree/bindings/timer/renesas,cmt.txt | 14 ++++++++++----
> 2 files changed, 19 insertions(+), 5 deletions(-)
Merged, thanks.
-Olof
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2018-05-26 19:38 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-18 11:16 [GIT PULL] Renesas ARM Based SoC DT Bindings Updates for v4.18 Simon Horman
2018-05-18 11:16 ` [PATCH 1/6] dt-bindings: arm: Document iW-RainboW-G23S single board computer Simon Horman
2018-05-18 11:16 ` [PATCH 2/6] dt-bindings: arm: Document R-Car E3 SoC DT bindings Simon Horman
2018-05-18 11:16 ` [PATCH 3/6] dt-bindings: arm: Document Renesas Ebisu board " Simon Horman
2018-05-18 11:16 ` [PATCH 4/6] dt-bindings: arm: consistently name r8a77965 as M3-N Simon Horman
2018-05-18 11:16 ` [PATCH 5/6] dt-bindings: timer: renesas, cmt: Document r8a774[35] CMT support Simon Horman
2018-05-18 11:16 ` [PATCH 6/6] dt-bindings: arm: document Renesas V3HSK board bindings Simon Horman
2018-05-26 19:38 ` [GIT PULL] Renesas ARM Based SoC DT Bindings Updates for v4.18 Olof Johansson
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).