All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/35] ARM: dts: rmobile: Synchronize DT headers with Linux 6.1.7
@ 2023-01-26 20:01 Marek Vasut
  2023-01-26 20:01 ` [PATCH 02/35] ARM: dts: rmobile: Synchronize DTs " Marek Vasut
                   ` (33 more replies)
  0 siblings, 34 replies; 35+ messages in thread
From: Marek Vasut @ 2023-01-26 20:01 UTC (permalink / raw)
  To: u-boot; +Cc: aford173, Marek Vasut

Synchronize R-Car device tree headers with Linux 6.1.7,
commit 21e996306a6afaae88295858de0ffb8955173a15 .

This is only a copyright and SPDX identifier update, no
functional change.

The following script has been used for the synchronization:

$ for i in $(cd include/dt-bindings/clock/ ; ls -1 r8a*) ; do cp /linux-2.6/include/dt-bindings/clock/$i include/dt-bindings/clock/ ; done
$ for i in $(cd include/dt-bindings/power/ ; ls -1 r8a*) ; do cp /linux-2.6/include/dt-bindings/power/$i include/dt-bindings/power/ ; done

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
---
 include/dt-bindings/clock/r8a774a1-cpg-mssr.h | 6 +++---
 include/dt-bindings/clock/r8a774b1-cpg-mssr.h | 2 +-
 include/dt-bindings/clock/r8a774c0-cpg-mssr.h | 2 +-
 include/dt-bindings/clock/r8a77970-cpg-mssr.h | 8 ++------
 include/dt-bindings/power/r8a774a1-sysc.h     | 6 +++---
 include/dt-bindings/power/r8a774b1-sysc.h     | 2 +-
 include/dt-bindings/power/r8a774c0-sysc.h     | 2 +-
 include/dt-bindings/power/r8a7794-sysc.h      | 5 +----
 include/dt-bindings/power/r8a7795-sysc.h      | 5 +----
 include/dt-bindings/power/r8a7796-sysc.h      | 5 +----
 include/dt-bindings/power/r8a77970-sysc.h     | 5 +----
 include/dt-bindings/power/r8a77995-sysc.h     | 5 +----
 12 files changed, 17 insertions(+), 36 deletions(-)

diff --git a/include/dt-bindings/clock/r8a774a1-cpg-mssr.h b/include/dt-bindings/clock/r8a774a1-cpg-mssr.h
index 67bf8cdf496..e355363f40c 100644
--- a/include/dt-bindings/clock/r8a774a1-cpg-mssr.h
+++ b/include/dt-bindings/clock/r8a774a1-cpg-mssr.h
@@ -1,6 +1,6 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-/*
- * Copyright (C) 2019 Renesas Electronics Corp.
+/* SPDX-License-Identifier: GPL-2.0
+ *
+ * Copyright (C) 2018 Renesas Electronics Corp.
  */
 #ifndef __DT_BINDINGS_CLOCK_R8A774A1_CPG_MSSR_H__
 #define __DT_BINDINGS_CLOCK_R8A774A1_CPG_MSSR_H__
diff --git a/include/dt-bindings/clock/r8a774b1-cpg-mssr.h b/include/dt-bindings/clock/r8a774b1-cpg-mssr.h
index 28e0f8f76ca..1355451b74b 100644
--- a/include/dt-bindings/clock/r8a774b1-cpg-mssr.h
+++ b/include/dt-bindings/clock/r8a774b1-cpg-mssr.h
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0
  *
- * Copyright (C) 2020 Renesas Electronics Corp.
+ * Copyright (C) 2019 Renesas Electronics Corp.
  */
 #ifndef __DT_BINDINGS_CLOCK_R8A774B1_CPG_MSSR_H__
 #define __DT_BINDINGS_CLOCK_R8A774B1_CPG_MSSR_H__
diff --git a/include/dt-bindings/clock/r8a774c0-cpg-mssr.h b/include/dt-bindings/clock/r8a774c0-cpg-mssr.h
index 9db5c76e23f..8ad9cd6be8e 100644
--- a/include/dt-bindings/clock/r8a774c0-cpg-mssr.h
+++ b/include/dt-bindings/clock/r8a774c0-cpg-mssr.h
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 /*
- * Copyright (C) 2020 Renesas Electronics Corp.
+ * Copyright (C) 2018 Renesas Electronics Corp.
  */
 #ifndef __DT_BINDINGS_CLOCK_R8A774C0_CPG_MSSR_H__
 #define __DT_BINDINGS_CLOCK_R8A774C0_CPG_MSSR_H__
diff --git a/include/dt-bindings/clock/r8a77970-cpg-mssr.h b/include/dt-bindings/clock/r8a77970-cpg-mssr.h
index 4146395595b..6145ebe6636 100644
--- a/include/dt-bindings/clock/r8a77970-cpg-mssr.h
+++ b/include/dt-bindings/clock/r8a77970-cpg-mssr.h
@@ -1,11 +1,7 @@
-/*
+/* SPDX-License-Identifier: GPL-2.0+
+ *
  * Copyright (C) 2016 Renesas Electronics Corp.
  * Copyright (C) 2017 Cogent Embedded, Inc.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 #ifndef __DT_BINDINGS_CLOCK_R8A77970_CPG_MSSR_H__
 #define __DT_BINDINGS_CLOCK_R8A77970_CPG_MSSR_H__
diff --git a/include/dt-bindings/power/r8a774a1-sysc.h b/include/dt-bindings/power/r8a774a1-sysc.h
index d35183557c4..580f431cd32 100644
--- a/include/dt-bindings/power/r8a774a1-sysc.h
+++ b/include/dt-bindings/power/r8a774a1-sysc.h
@@ -1,6 +1,6 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-/*
- * Copyright (C) 2019 Renesas Electronics Corp.
+/* SPDX-License-Identifier: GPL-2.0
+ *
+ * Copyright (C) 2018 Renesas Electronics Corp.
  */
 #ifndef __DT_BINDINGS_POWER_R8A774A1_SYSC_H__
 #define __DT_BINDINGS_POWER_R8A774A1_SYSC_H__
diff --git a/include/dt-bindings/power/r8a774b1-sysc.h b/include/dt-bindings/power/r8a774b1-sysc.h
index 96afda0446b..373736402f0 100644
--- a/include/dt-bindings/power/r8a774b1-sysc.h
+++ b/include/dt-bindings/power/r8a774b1-sysc.h
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0
  *
- * Copyright (C) 2020 Renesas Electronics Corp.
+ * Copyright (C) 2019 Renesas Electronics Corp.
  */
 #ifndef __DT_BINDINGS_POWER_R8A774B1_SYSC_H__
 #define __DT_BINDINGS_POWER_R8A774B1_SYSC_H__
diff --git a/include/dt-bindings/power/r8a774c0-sysc.h b/include/dt-bindings/power/r8a774c0-sysc.h
index dd0cd656d90..9922d4c6f87 100644
--- a/include/dt-bindings/power/r8a774c0-sysc.h
+++ b/include/dt-bindings/power/r8a774c0-sysc.h
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0
  *
- * Copyright (C) 2020 Renesas Electronics Corp.
+ * Copyright (C) 2018 Renesas Electronics Corp.
  */
 #ifndef __DT_BINDINGS_POWER_R8A774C0_SYSC_H__
 #define __DT_BINDINGS_POWER_R8A774C0_SYSC_H__
diff --git a/include/dt-bindings/power/r8a7794-sysc.h b/include/dt-bindings/power/r8a7794-sysc.h
index 862241c2d27..4d6c708e6f3 100644
--- a/include/dt-bindings/power/r8a7794-sysc.h
+++ b/include/dt-bindings/power/r8a7794-sysc.h
@@ -1,9 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * Copyright (C) 2016 Glider bvba
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
  */
 #ifndef __DT_BINDINGS_POWER_R8A7794_SYSC_H__
 #define __DT_BINDINGS_POWER_R8A7794_SYSC_H__
diff --git a/include/dt-bindings/power/r8a7795-sysc.h b/include/dt-bindings/power/r8a7795-sysc.h
index ad679eeda13..eea6ad69f0b 100644
--- a/include/dt-bindings/power/r8a7795-sysc.h
+++ b/include/dt-bindings/power/r8a7795-sysc.h
@@ -1,9 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * Copyright (C) 2016 Glider bvba
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
  */
 #ifndef __DT_BINDINGS_POWER_R8A7795_SYSC_H__
 #define __DT_BINDINGS_POWER_R8A7795_SYSC_H__
diff --git a/include/dt-bindings/power/r8a7796-sysc.h b/include/dt-bindings/power/r8a7796-sysc.h
index 5b4daab44da..7e6fc06ebff 100644
--- a/include/dt-bindings/power/r8a7796-sysc.h
+++ b/include/dt-bindings/power/r8a7796-sysc.h
@@ -1,9 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * Copyright (C) 2016 Glider bvba
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
  */
 #ifndef __DT_BINDINGS_POWER_R8A7796_SYSC_H__
 #define __DT_BINDINGS_POWER_R8A7796_SYSC_H__
diff --git a/include/dt-bindings/power/r8a77970-sysc.h b/include/dt-bindings/power/r8a77970-sysc.h
index 85cc5f23cf9..9dcdbd5a930 100644
--- a/include/dt-bindings/power/r8a77970-sysc.h
+++ b/include/dt-bindings/power/r8a77970-sysc.h
@@ -1,9 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * Copyright (C) 2017 Cogent Embedded Inc.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
  */
 #ifndef __DT_BINDINGS_POWER_R8A77970_SYSC_H__
 #define __DT_BINDINGS_POWER_R8A77970_SYSC_H__
diff --git a/include/dt-bindings/power/r8a77995-sysc.h b/include/dt-bindings/power/r8a77995-sysc.h
index 09d0ed575b7..f2b35502f2b 100644
--- a/include/dt-bindings/power/r8a77995-sysc.h
+++ b/include/dt-bindings/power/r8a77995-sysc.h
@@ -1,9 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * Copyright (C) 2017 Glider bvba
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
  */
 #ifndef __DT_BINDINGS_POWER_R8A77995_SYSC_H__
 #define __DT_BINDINGS_POWER_R8A77995_SYSC_H__
-- 
2.39.0


^ permalink raw reply related	[flat|nested] 35+ messages in thread

end of thread, other threads:[~2023-01-29  1:38 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-26 20:01 [PATCH 01/35] ARM: dts: rmobile: Synchronize DT headers with Linux 6.1.7 Marek Vasut
2023-01-26 20:01 ` [PATCH 02/35] ARM: dts: rmobile: Synchronize DTs " Marek Vasut
2023-01-26 20:01 ` [PATCH 03/35] dt-bindings: power: Pick R-Car Gen3 R8A77961 M3W+ header from " Marek Vasut
2023-01-26 20:01 ` [PATCH 04/35] dt-bindings: clock: " Marek Vasut
2023-01-26 20:01 ` [PATCH 05/35] pinctrl: renesas: Synchronize PFC core with " Marek Vasut
2023-01-26 20:01 ` [PATCH 06/35] pinctrl: renesas: Synchronize R8A7790 H2 PFC tables " Marek Vasut
2023-01-26 20:01 ` [PATCH 07/35] pinctrl: renesas: Synchronize R8A7791 M2-W and R8A7793 M2-N " Marek Vasut
2023-01-26 20:01 ` [PATCH 08/35] pinctrl: renesas: Synchronize R8A7792 V2H " Marek Vasut
2023-01-26 20:01 ` [PATCH 09/35] pinctrl: renesas: Synchronize R8A7794 E2 " Marek Vasut
2023-01-26 20:01 ` [PATCH 10/35] pinctrl: renesas: Synchronize R8A7795 H3 " Marek Vasut
2023-01-26 20:01 ` [PATCH 11/35] pinctrl: renesas: Synchronize R8A77960 M3-W and R8A77961 M3-W+ " Marek Vasut
2023-01-26 20:01 ` [PATCH 12/35] pinctrl: renesas: Synchronize R8A77965 M3-N " Marek Vasut
2023-01-26 20:01 ` [PATCH 13/35] pinctrl: renesas: Synchronize R8A77970 V3M " Marek Vasut
2023-01-26 20:01 ` [PATCH 14/35] pinctrl: renesas: Synchronize R8A77980 V3H " Marek Vasut
2023-01-26 20:01 ` [PATCH 15/35] pinctrl: renesas: Synchronize R8A77990 E3 " Marek Vasut
2023-01-26 20:01 ` [PATCH 16/35] pinctrl: renesas: Synchronize R8A77995 D3 " Marek Vasut
2023-01-26 20:01 ` [PATCH 17/35] pinctrl: renesas: Synchronize R8A779A0 V3U " Marek Vasut
2023-01-26 20:01 ` [PATCH 18/35] pinctrl: renesas: r8a7796: Add R8A77961 PFC support Marek Vasut
2023-01-26 20:01 ` [PATCH 19/35] clk: renesas: Add dummy SDnH clock Marek Vasut
2023-01-26 20:01 ` [PATCH 20/35] clk: renesas: Synchronize R8A7795 H3 clock tables with Linux 6.1.7 Marek Vasut
2023-01-26 20:01 ` [PATCH 21/35] clk: renesas: Synchronize R8A77960 M3-W and R8A77961 M3-W+ " Marek Vasut
2023-01-26 20:01 ` [PATCH 22/35] clk: renesas: Synchronize R8A77965 M3-N " Marek Vasut
2023-01-26 20:01 ` [PATCH 23/35] clk: renesas: Synchronize R8A77980 V3H " Marek Vasut
2023-01-26 20:01 ` [PATCH 24/35] clk: renesas: Synchronize R8A77990 E3 " Marek Vasut
2023-01-26 20:01 ` [PATCH 25/35] clk: renesas: Synchronize R8A77995 D3 " Marek Vasut
2023-01-26 20:01 ` [PATCH 26/35] clk: renesas: Synchronize R8A779A0 V3U " Marek Vasut
2023-01-26 20:01 ` [PATCH 27/35] clk: renesas: Synchronize R8A774A1 RZ/G2M " Marek Vasut
2023-01-26 20:01 ` [PATCH 28/35] clk: renesas: Synchronize R8A774B1 RZ/G2N " Marek Vasut
2023-01-26 20:01 ` [PATCH 29/35] clk: renesas: Synchronize R8A774C0 RZ/G2E " Marek Vasut
2023-01-26 20:02 ` [PATCH 31/35] clk: renesas: Rename CLK_R8A7796 to CLK_R8A77960 Marek Vasut
2023-01-26 20:02 ` [PATCH 32/35] clk: renesas: r8a7796: Add R8A77961 CPG/MSSR support Marek Vasut
2023-01-26 20:02 ` [PATCH 33/35] clk: renesas: Add and enable CPG reset driver Marek Vasut
2023-01-26 20:02 ` [PATCH 34/35] clk: renesas: Use pre-defined offset for RPC clocks Marek Vasut
2023-01-26 20:02 ` [PATCH 35/35] clk: renesas: Drop core param from gen3_clk_get_rate64_pll_mul_reg Marek Vasut
2023-01-29  1:37 ` [PATCH 30/35] clk: renesas: Synchronize R8A774E1 RZ/G2H clock tables with Linux 6.1.7 Marek Vasut

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.