linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] clk: renesas: Add R-Car D3 support
@ 2017-07-20 12:40 Geert Uytterhoeven
  2017-07-20 12:40 ` [PATCH 1/4] clk: renesas: Add r8a77995 CPG Core Clock Definitions Geert Uytterhoeven
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Geert Uytterhoeven @ 2017-07-20 12:40 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd
  Cc: linux-clk, linux-renesas-soc, Geert Uytterhoeven

	Hi Mike, Stephen,

This patch series adds support for clocks on the R-Car D3 SoC.

As usual, this is meant to be queued up in clk-renesas-for-v4.14.

Thanks!

Geert Uytterhoeven (4):
  clk: renesas: Add r8a77995 CPG Core Clock Definitions
  clk: renesas: rcar-gen3: Add divider support for PLL1 and PLL3
  clk: renesas: rcar-gen3: Add support for SCCG/Clean peripheral clocks
  clk: renesas: cpg-mssr: Add R8A77995 support

 .../devicetree/bindings/clock/renesas,cpg-mssr.txt |   3 +-
 drivers/clk/renesas/Kconfig                        |   5 +
 drivers/clk/renesas/Makefile                       |   1 +
 drivers/clk/renesas/r8a7795-cpg-mssr.c             |  34 +--
 drivers/clk/renesas/r8a7796-cpg-mssr.c             |  34 +--
 drivers/clk/renesas/r8a77995-cpg-mssr.c            | 236 +++++++++++++++++++++
 drivers/clk/renesas/rcar-gen3-cpg.c                |  22 +-
 drivers/clk/renesas/rcar-gen3-cpg.h                |  15 +-
 drivers/clk/renesas/renesas-cpg-mssr.c             |   6 +
 drivers/clk/renesas/renesas-cpg-mssr.h             |   1 +
 include/dt-bindings/clock/r8a77995-cpg-mssr.h      |  57 +++++
 11 files changed, 375 insertions(+), 39 deletions(-)
 create mode 100644 drivers/clk/renesas/r8a77995-cpg-mssr.c
 create mode 100644 include/dt-bindings/clock/r8a77995-cpg-mssr.h

-- 
2.7.4

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

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

end of thread, other threads:[~2017-08-17  7:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-20 12:40 [PATCH 0/4] clk: renesas: Add R-Car D3 support Geert Uytterhoeven
2017-07-20 12:40 ` [PATCH 1/4] clk: renesas: Add r8a77995 CPG Core Clock Definitions Geert Uytterhoeven
2017-07-21 20:34   ` Stephen Boyd
2017-07-20 12:40 ` [PATCH 2/4] clk: renesas: rcar-gen3: Add divider support for PLL1 and PLL3 Geert Uytterhoeven
2017-07-21 20:34   ` Stephen Boyd
2017-07-20 12:40 ` [PATCH 3/4] clk: renesas: rcar-gen3: Add support for SCCG/Clean peripheral clocks Geert Uytterhoeven
2017-07-21 20:34   ` Stephen Boyd
2017-07-20 12:40 ` [PATCH 4/4] clk: renesas: cpg-mssr: Add R8A77995 support Geert Uytterhoeven
2017-07-21 20:34   ` Stephen Boyd
2017-07-24 20:09   ` Rob Herring
2017-08-17  7:23 ` [PATCH 0/4] clk: renesas: Add R-Car D3 support 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).