linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 00/05] Renesas R-Car Gen3 CPG support V6
@ 2015-09-02  7:16 Magnus Damm
  2015-09-02  7:17 ` [PATCH v6 01/05] clk: shmobile: Rework CONFIG_ARCH_SHMOBILE_MULTI Magnus Damm
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Magnus Damm @ 2015-09-02  7:16 UTC (permalink / raw)
  To: linux-clk
  Cc: kuninori.morimoto.gx, gaku.inami.xw, mturquette, linux-sh, sboyd,
	horms, geert, laurent.pinchart, Magnus Damm

Renesas R-Car Gen3 CPG support V6

[PATCH v6 01/05] clk: shmobile: Rework CONFIG_ARCH_SHMOBILE_MULTI
[PATCH v6 02/05] clk: shmobile: Add r8a7795 SoC to MSTP bindings
[PATCH v6 03/05] clk: shmobile: Make MSTP clock-output-names optional
[PATCH v6 04/05] clk: shmobile: Add Renesas R-Car Gen3 CPG support
[PATCH v6 05/05] clk: shmobile: rcar-gen3: Add CPG/MSTP Clock Domain support

This series is my latest attempt to provide R-Car Gen3 clock support
through a single "easy to use" patch series for drivers/clk and DT
documentation bits. New in this version is that the patches have been
reordered to put the most stable (and acked) patches first. 

This version includes several minor updates for all the patches.
For details please see each individual patch.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---

 Developed against renesas-drivers-2015-09-01-v4.2 with v5 series reverted.

 Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt      |    1 
 Documentation/devicetree/bindings/clock/renesas,rcar-gen3-cpg-clocks.txt |   58 ++
 drivers/clk/Makefile                                                     |    1 
 drivers/clk/shmobile/Makefile                                            |   23 
 drivers/clk/shmobile/clk-mstp.c                                          |   24 
 drivers/clk/shmobile/clk-rcar-gen3.c                                     |  243 ++++++++++
 6 files changed, 327 insertions(+), 23 deletions(-)

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

end of thread, other threads:[~2015-09-03  7:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-02  7:16 [PATCH v6 00/05] Renesas R-Car Gen3 CPG support V6 Magnus Damm
2015-09-02  7:17 ` [PATCH v6 01/05] clk: shmobile: Rework CONFIG_ARCH_SHMOBILE_MULTI Magnus Damm
2015-09-02 11:15   ` Sergei Shtylyov
2015-09-03  7:32     ` Magnus Damm
2015-09-02  7:17 ` [PATCH v6 02/05] clk: shmobile: Add r8a7795 SoC to MSTP bindings Magnus Damm
2015-09-02  7:17 ` [PATCH v6 03/05] clk: shmobile: Make MSTP clock-output-names optional Magnus Damm
2015-09-02 11:23   ` Sergei Shtylyov
2015-09-02 11:26   ` Sergei Shtylyov
2015-09-02  7:17 ` [PATCH v6 04/05] clk: shmobile: Add Renesas R-Car Gen3 CPG support Magnus Damm
2015-09-02  7:17 ` [PATCH v6 05/05] clk: shmobile: rcar-gen3: Add CPG/MSTP Clock Domain support Magnus Damm
2015-09-02  9:28 ` [PATCH v6 00/05] Renesas R-Car Gen3 CPG support V6 Geert Uytterhoeven

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).