On Thu, Aug 30, 2018 at 3:05 AM Geert Uytterhoeven [off-list ref] wrote:
Hi Rob,
On Wed, Aug 29, 2018 at 2:52 AM Rob Herring [off-list ref] wrote:
quoted
On Mon, Aug 27, 2018 at 11:21:39AM -0500, Chris Brandt wrote:
quoted
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 <chris.brandt@renesas.com>
---
quoted
+++ b/drivers/clk/renesas/r7s9210-cpg-mssr.c
@@ -0,0 +1,192 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
quoted
+++ 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
Documentation/process/license-rules.rst disagrees.
Indeed, but: https://spdx.org/licenses/GPL-2.0+.html
I think this changed about the time the kernel adopted SPDX. I guess
it is fine as-is until we change the documentation.
Rob