Re: [PATCH v2 2/2] clk: renesas: cpg-mssr: add R8A7743 support
From: Rob Herring <hidden>
Date: 2016-10-10 21:37:43
Also in:
linux-clk, linux-renesas-soc
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 [off-list ref]. Signed-off-by: Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org> --- 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 <redacted>
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(-)
-- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html