On Wed, Jan 31, 2018 at 11:31:05PM +0300, Sergei Shtylyov wrote: > Add R-Car V3H (R8A77980) Clock Pulse Generator / Module Standby and > Software Reset support, using the CPG/MSSR driver core and the common > R-Car Gen3 code. > > Based on the original (and large) patch by Vladimir Barinov. > > Signed-off-by: Vladimir Barinov <vladimir.barinov@xxxxxxxxxxxxxxxxxx> > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@xxxxxxxxxxxxxxxxxx> > > --- > Documentation/devicetree/bindings/clock/renesas,cpg-mssr.txt | 5 Reviewed-by: Rob Herring <robh@xxxxxxxxxx> > drivers/clk/renesas/Kconfig | 5 > drivers/clk/renesas/Makefile | 1 > drivers/clk/renesas/r8a77980-cpg-mssr.c | 227 +++++++++++ > drivers/clk/renesas/renesas-cpg-mssr.c | 6 > drivers/clk/renesas/renesas-cpg-mssr.h | 1 > 6 files changed, 243 insertions(+), 2 deletions(-)