* [PATCH v2 0/2] Document Renesas R8A7792 clock support
@ 2016-06-03 20:56 Sergei Shtylyov
2016-06-03 20:58 ` [PATCH v2 1/2] clk: renesas: rcar-gen2: document R8A7792 support Sergei Shtylyov
2016-06-03 20:59 ` [PATCH v2 2/2] clk: renesas: mstp: " Sergei Shtylyov
0 siblings, 2 replies; 3+ messages in thread
From: Sergei Shtylyov @ 2016-06-03 20:56 UTC (permalink / raw)
To: mturquette, linux-clk, sboyd, robh+dt, pawel.moll, mark.rutland,
ijc+devicetree, galak, devicetree
Cc: linux-renesas-soc
Hello.
Here's the set of 2 patches is against the 'clk-next' branch of CLK group's
'linux.git' repo. They are extracted from the 13 patch series adding support
for Renesas R8A7792/Blanche board support -- looks like I had the patch
addressees wrong that time...
[1/2] clk: renesas: rcar-gen2: document R8A7792 support
[2/2] clk: renesas: mstp: document R8A7792 support
MBR, Sergei
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH v2 1/2] clk: renesas: rcar-gen2: document R8A7792 support
2016-06-03 20:56 [PATCH v2 0/2] Document Renesas R8A7792 clock support Sergei Shtylyov
@ 2016-06-03 20:58 ` Sergei Shtylyov
2016-06-03 20:59 ` [PATCH v2 2/2] clk: renesas: mstp: " Sergei Shtylyov
1 sibling, 0 replies; 3+ messages in thread
From: Sergei Shtylyov @ 2016-06-03 20:58 UTC (permalink / raw)
To: mturquette, linux-clk, sboyd, robh+dt, pawel.moll, mark.rutland,
ijc+devicetree, galak, devicetree
Cc: linux-renesas-soc
Renesas R8A7792 SoC is a member of the R-Car gen2 family and so has CPG...
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Rob Herring <robh@kernel.org>
---
Changes in version 2:
- added Simon's, Geert's, and Rob's ACKs;
- renamed the patch.
Documentation/devicetree/bindings/clock/renesas,rcar-gen2-cpg-clocks.txt | 1 +
1 file changed, 1 insertion(+)
Index: linux/Documentation/devicetree/bindings/clock/renesas,rcar-gen2-cpg-clocks.txt
===================================================================
--- linux.orig/Documentation/devicetree/bindings/clock/renesas,rcar-gen2-cpg-clocks.txt
+++ linux/Documentation/devicetree/bindings/clock/renesas,rcar-gen2-cpg-clocks.txt
@@ -10,6 +10,7 @@ Required Properties:
- compatible: Must be one of
- "renesas,r8a7790-cpg-clocks" for the r8a7790 CPG
- "renesas,r8a7791-cpg-clocks" for the r8a7791 CPG
+ - "renesas,r8a7792-cpg-clocks" for the r8a7792 CPG
- "renesas,r8a7793-cpg-clocks" for the r8a7793 CPG
- "renesas,r8a7794-cpg-clocks" for the r8a7794 CPG
and "renesas,rcar-gen2-cpg-clocks" as a fallback.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH v2 2/2] clk: renesas: mstp: document R8A7792 support
2016-06-03 20:56 [PATCH v2 0/2] Document Renesas R8A7792 clock support Sergei Shtylyov
2016-06-03 20:58 ` [PATCH v2 1/2] clk: renesas: rcar-gen2: document R8A7792 support Sergei Shtylyov
@ 2016-06-03 20:59 ` Sergei Shtylyov
1 sibling, 0 replies; 3+ messages in thread
From: Sergei Shtylyov @ 2016-06-03 20:59 UTC (permalink / raw)
To: mturquette, linux-clk, sboyd, robh+dt, pawel.moll, mark.rutland,
ijc+devicetree, galak, devicetree
Cc: linux-renesas-soc
Renesas R8A7792 SoC also has the CPG MSTP clocks...
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Rob Herring <robh@kernel.org>
---
Changes in version 2:
- added Simon's, Geert's and Rob's ACKs;
- renamed the patch.
Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt | 1 +
1 file changed, 1 insertion(+)
Index: linux/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt
===================================================================
--- linux.orig/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt
+++ linux/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt
@@ -17,6 +17,7 @@ Required Properties:
- "renesas,r8a7779-mstp-clocks" for R8A7779 (R-Car H1) MSTP gate clocks
- "renesas,r8a7790-mstp-clocks" for R8A7790 (R-Car H2) MSTP gate clocks
- "renesas,r8a7791-mstp-clocks" for R8A7791 (R-Car M2-W) MSTP gate clocks
+ - "renesas,r8a7792-mstp-clocks" for R8A7792 (R-Car V2H) MSTP gate clocks
- "renesas,r8a7793-mstp-clocks" for R8A7793 (R-Car M2-N) MSTP gate clocks
- "renesas,r8a7794-mstp-clocks" for R8A7794 (R-Car E2) MSTP gate clocks
- "renesas,sh73a0-mstp-clocks" for SH73A0 (SH-MobileAG5) MSTP gate clocks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-06-03 20:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-03 20:56 [PATCH v2 0/2] Document Renesas R8A7792 clock support Sergei Shtylyov
2016-06-03 20:58 ` [PATCH v2 1/2] clk: renesas: rcar-gen2: document R8A7792 support Sergei Shtylyov
2016-06-03 20:59 ` [PATCH v2 2/2] clk: renesas: mstp: " Sergei Shtylyov
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).