devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] clk: renesas: Add support for R-Car E3
@ 2018-04-20 12:27 Yoshihiro Shimoda
  2018-04-20 12:27 ` [PATCH v2 1/2] clk: renesas: Add r8a77990 CPG Core Clock Definitions Yoshihiro Shimoda
  2018-04-20 12:27 ` [PATCH v2 2/2] clk: renesas: cpg-mssr: Add support for R-Car E3 Yoshihiro Shimoda
  0 siblings, 2 replies; 7+ messages in thread
From: Yoshihiro Shimoda @ 2018-04-20 12:27 UTC (permalink / raw)
  To: mturquette, sboyd, robh+dt, mark.rutland, geert+renesas,
	linux-clk, devicetree
  Cc: linux-renesas-soc, Yoshihiro Shimoda

This patch is based on the renesas-devel-20180418-v4.17-rc1 tag of
renesas.git.

Changes from v1:
 - Remove POST3's definition in patch 1.
  Discussed on https://patchwork.kernel.org/patch/10335231/

 - Fix typo and some errors in patch 2.
 - Add Geert-san's Reviewed-by in patch 2.
  Discussed on https://patchwork.kernel.org/patch/10335235/

Takeshi Kihara (1):
  clk: renesas: Add r8a77990 CPG Core Clock Definitions

Yoshihiro Shimoda (1):
  clk: renesas: cpg-mssr: Add support for R-Car E3

 .../devicetree/bindings/clock/renesas,cpg-mssr.txt |   3 +-
 drivers/clk/renesas/Kconfig                        |   5 +
 drivers/clk/renesas/Makefile                       |   1 +
 drivers/clk/renesas/r8a77990-cpg-mssr.c            | 289 +++++++++++++++++++++
 drivers/clk/renesas/renesas-cpg-mssr.c             |   6 +
 drivers/clk/renesas/renesas-cpg-mssr.h             |   1 +
 include/dt-bindings/clock/r8a77990-cpg-mssr.h      |  62 +++++
 7 files changed, 366 insertions(+), 1 deletion(-)
 create mode 100644 drivers/clk/renesas/r8a77990-cpg-mssr.c
 create mode 100644 include/dt-bindings/clock/r8a77990-cpg-mssr.h

-- 
1.9.1

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

end of thread, other threads:[~2018-05-09 16:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-20 12:27 [PATCH v2 0/2] clk: renesas: Add support for R-Car E3 Yoshihiro Shimoda
2018-04-20 12:27 ` [PATCH v2 1/2] clk: renesas: Add r8a77990 CPG Core Clock Definitions Yoshihiro Shimoda
2018-04-24  7:57   ` Geert Uytterhoeven
2018-04-27 13:41   ` Rob Herring
2018-04-20 12:27 ` [PATCH v2 2/2] clk: renesas: cpg-mssr: Add support for R-Car E3 Yoshihiro Shimoda
2018-04-24  7:58   ` Geert Uytterhoeven
2018-05-09 16:56   ` 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).