From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH 2/2] clk: renesas: cpg-mssr: add R8A7745 support Date: Sun, 6 Nov 2016 00:25:15 +0300 Message-ID: <34a88248-72db-e526-d6e7-30ac2009415b@cogentembedded.com> References: <13079532.zQoaX56ouR@wasted.cogentembedded.com> <5012234.NZmvoVqhq0@wasted.cogentembedded.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-clk-owner@vger.kernel.org To: Geert Uytterhoeven Cc: Michael Turquette , linux-clk , Stephen Boyd , Rob Herring , Mark Rutland , "devicetree@vger.kernel.org" , Linux-Renesas , Simon Horman List-Id: devicetree@vger.kernel.org On 11/02/2016 06:47 PM, Geert Uytterhoeven wrote: >> Add RZ/G1E (R8A7745) 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 >> . >> >> Signed-off-by: Sergei Shtylyov > > Thanks a lot for your patch! > >> --- /dev/null >> +++ linux/drivers/clk/renesas/r8a7745-cpg-mssr.c >> @@ -0,0 +1,261 @@ [...] >> +static const struct mssr_mod_clk r8a7745_mod_clks[] __initconst = { > >> + DEF_MOD("fdp1-1", 118, R8A7745_CLK_ZS), > > FDP1-1 does not exist on RZ/G1E. Sorry, I somehow forgot about this one... will respin! MBR, Sergei