From: Magnus Damm <magnus.damm@gmail.com>
To: linux-clk@vger.kernel.org
Cc: kuninori.morimoto.gx@renesas.com, gaku.inami.xw@bp.renesas.com,
mturquette@baylibre.com, linux-sh@vger.kernel.org,
sboyd@codeaurora.org, horms@verge.net.au, geert@linux-m68k.org,
laurent.pinchart@ideasonboard.com,
Magnus Damm <magnus.damm@gmail.com>
Subject: [PATCH v6 00/05] Renesas R-Car Gen3 CPG support V6
Date: Wed, 02 Sep 2015 07:16:57 +0000 [thread overview]
Message-ID: <20150902071657.10870.37652.sendpatchset@little-apple> (raw)
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(-)
next reply other threads:[~2015-09-02 7:16 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-02 7:16 Magnus Damm [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150902071657.10870.37652.sendpatchset@little-apple \
--to=magnus.damm@gmail.com \
--cc=gaku.inami.xw@bp.renesas.com \
--cc=geert@linux-m68k.org \
--cc=horms@verge.net.au \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-clk@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=sboyd@codeaurora.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).