From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 28 Aug 2018 19:52:28 -0500 From: Rob Herring Subject: Re: [PATCH v2] clk: renesas: cpg-mssr: Add R7S9210 support Message-ID: <20180829005228.GA5407@bogus> References: <20180827162139.76196-1-chris.brandt@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180827162139.76196-1-chris.brandt@renesas.com> To: Chris Brandt Cc: Geert Uytterhoeven , Michael Turquette , Stephen Boyd , Mark Rutland , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Simon Horman List-ID: On Mon, Aug 27, 2018 at 11:21:39AM -0500, Chris Brandt wrote: > Add support for the R7S9210 (RZ/A2) Clock Pulse Generator and Module > Standby. > > The Module Standby HW in the RZ/A series is very close to R-Car HW, except > for how the registers are laid out. > The MSTP registers are only 8-bits wide, there is no status registers > (MSTPST), and the register offsets are a little different. Since the RZ/A > hardware manuals refer to these registers as the Standby Control Registers, > we'll use that name to distinguish the RZ/A type for the R-Car type. > > Signed-off-by: Chris Brandt > --- > +++ b/drivers/clk/renesas/r7s9210-cpg-mssr.c > @@ -0,0 +1,192 @@ > +// SPDX-License-Identifier: GPL-2.0+ > +/* > +++ b/include/dt-bindings/clock/r7s9210-cpg-mssr.h > @@ -0,0 +1,21 @@ > +/* SPDX-License-Identifier: GPL-2.0+ The proper identifier is GPL-2.0-or-later