On Fri, Oct 07, 2016 at 11:47:49PM +0300, Sergei Shtylyov wrote: > Add RZ/G1M (R8A7743) Clock Pulse Generator / Module Standby and Software > Reset support, using the CPG/MSSR driver core and the common R-Car Gen2 > (and RZ/G) code. > > Based on the proof-of-concept R8A7791 CPG/MSSR patch by Geert Uytterhoeven > <geert+renesas@xxxxxxxxx>. > > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@xxxxxxxxxxxxxxxxxx> > > --- > Changes in version 2: > - documented the R8A7743 device tree binding; > - fixed whitespace errors/warnings reported by checkpatch.pl; > - used tabs instead of spaces for indentation; > - fixed the PLL3 column name in the PLL table. > > Documentation/devicetree/bindings/clock/renesas,cpg-mssr.txt | 4 Acked-by: Rob Herring <robh@xxxxxxxxxx> > drivers/clk/renesas/Kconfig | 1 > drivers/clk/renesas/Makefile | 1 > drivers/clk/renesas/r8a7743-cpg-mssr.c | 268 +++++++++++ > drivers/clk/renesas/renesas-cpg-mssr.c | 6 > drivers/clk/renesas/renesas-cpg-mssr.h | 1 > 6 files changed, 280 insertions(+), 1 deletion(-)