On Thu, Jul 20, 2017 at 02:40:09PM +0200, Geert Uytterhoeven wrote: > Add R-Car D3 (R8A77995) Clock Pulse Generator / Module Standby and > Software Reset support, using the CPG/MSSR driver core and the common > R-Car Gen3 CPG code. > > Based on the R-Car Series, 3rd Generation Hardware User's Manual, Rev. > 0.55, Jun. 30, 2017. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > Cc: devicetree@xxxxxxxxxxxxxxx > --- > Notes: > - I couldn't verify the parent clocks of all module clocks. > For e.g. SYS-DMAC and some multimedia devices, I looked at how > related clocks were changed among R-Car H3, M3-W, and D3. > - For now, R clock handling is hardwired to internal RCLK. > --- > .../devicetree/bindings/clock/renesas,cpg-mssr.txt | 3 +- Acked-by: Rob Herring <robh@xxxxxxxxxx> > drivers/clk/renesas/Kconfig | 5 + > drivers/clk/renesas/Makefile | 1 + > drivers/clk/renesas/r8a77995-cpg-mssr.c | 236 +++++++++++++++++++++ > drivers/clk/renesas/renesas-cpg-mssr.c | 6 + > drivers/clk/renesas/renesas-cpg-mssr.h | 1 + > 6 files changed, 251 insertions(+), 1 deletion(-) > create mode 100644 drivers/clk/renesas/r8a77995-cpg-mssr.c -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html