mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/7] arm64: fix license and copyright text
@ 2024-08-13  7:20 Max Merchel
  2024-08-13  7:20 ` [PATCH 1/7] arm64: dts: tqmlx2160a: correct spelling of TQ-Systems Max Merchel
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Max Merchel @ 2024-08-13  7:20 UTC (permalink / raw)
  To: Shawn Guo, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam
  Cc: Max Merchel, linux, linux-arm-kernel, devicetree, linux-kernel, imx

Hi all,

this series changes Devicetree licenses to included file licenses and changes TQ copyright entries to unify TQ-Systems copyright entries.
It also corrects the spelling of TQ-Systems.

Best regards,
Max

Max Merchel (7):
  arm64: dts: tqmlx2160a: correct spelling of TQ-Systems
  arm64: dts: tqma8mq: change copyright entry to current TQ Copyright
    style
  arm64: dts: tqma8mqml: change copyright entry to current TQ Copyright
    style
  arm64: dts: tqma8mqnl: change copyright entry to current TQ Copyright
    style
  arm64: dts: tqma8mpql: change copyright entry to current TQ Copyright
    style
  arm64: dts: tqma8xx: use GPL-2.0-only as done by included
    imx8qxp/imx8dxp
  arm64: dts: tqma8xx: change copyright entry to current TQ Copyright
    style

 .../boot/dts/freescale/fsl-lx2160a-tqmlx2160a-mblx2160a.dts  | 2 +-
 arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp-mba8xx.dts    | 4 ++--
 arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp.dtsi          | 4 ++--
 arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml-mba8mx.dts    | 4 +++-
 arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml.dtsi          | 4 +++-
 arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl-mba8mx.dts    | 4 +++-
 arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl.dtsi          | 4 +++-
 .../boot/dts/freescale/imx8mp-tqma8mpql-mba8mp-ras314.dts    | 3 +--
 arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts  | 5 +++--
 arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql.dtsi          | 5 +++--
 arch/arm64/boot/dts/freescale/imx8mq-tqma8mq-mba8mx.dts      | 4 +++-
 arch/arm64/boot/dts/freescale/imx8mq-tqma8mq.dtsi            | 4 +++-
 arch/arm64/boot/dts/freescale/imx8qxp-ss-vpu.dtsi            | 2 +-
 arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp-mba8xx.dts    | 4 ++--
 arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp.dtsi          | 4 ++--
 arch/arm64/boot/dts/freescale/mba8mx.dtsi                    | 4 +++-
 arch/arm64/boot/dts/freescale/mba8xx.dtsi                    | 4 ++--
 arch/arm64/boot/dts/freescale/tqma8xx.dtsi                   | 4 ++--
 18 files changed, 42 insertions(+), 27 deletions(-)

-- 
2.33.0


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

* [PATCH 1/7] arm64: dts: tqmlx2160a: correct spelling of TQ-Systems
  2024-08-13  7:20 [PATCH 0/7] arm64: fix license and copyright text Max Merchel
@ 2024-08-13  7:20 ` Max Merchel
  2024-08-13  7:20 ` [PATCH 2/7] arm64: dts: tqma8mq: change copyright entry to current TQ Copyright style Max Merchel
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 12+ messages in thread
From: Max Merchel @ 2024-08-13  7:20 UTC (permalink / raw)
  To: Shawn Guo, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam
  Cc: Max Merchel, linux, linux-arm-kernel, devicetree, linux-kernel, imx

TQ-Systems is written with a hyphen. The incorrect spelling with spaces
is therefore corrected.

Signed-off-by: Max Merchel <Max.Merchel@ew.tq-group.com>
---
 .../boot/dts/freescale/fsl-lx2160a-tqmlx2160a-mblx2160a.dts     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-tqmlx2160a-mblx2160a.dts b/arch/arm64/boot/dts/freescale/fsl-lx2160a-tqmlx2160a-mblx2160a.dts
index da0f58e26b9a..368ea563f00b 100644
--- a/arch/arm64/boot/dts/freescale/fsl-lx2160a-tqmlx2160a-mblx2160a.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-tqmlx2160a-mblx2160a.dts
@@ -14,7 +14,7 @@
 #include "fsl-lx2160a-tqmlx2160a.dtsi"
 
 / {
-	model = "TQ Systems GmbH MBLX2160A Starterkit";
+	model = "TQ-Systems GmbH MBLX2160A Starterkit";
 	compatible = "tq,lx2160a-tqmlx2160a-mblx2160a", "tq,lx2160a-tqmlx2160a",
 		     "fsl,lx2160a";
 
-- 
2.33.0


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

* [PATCH 2/7] arm64: dts: tqma8mq: change copyright entry to current TQ Copyright style
  2024-08-13  7:20 [PATCH 0/7] arm64: fix license and copyright text Max Merchel
  2024-08-13  7:20 ` [PATCH 1/7] arm64: dts: tqmlx2160a: correct spelling of TQ-Systems Max Merchel
@ 2024-08-13  7:20 ` Max Merchel
  2024-08-13  7:20 ` [PATCH 3/7] arm64: dts: tqma8mqml: " Max Merchel
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 12+ messages in thread
From: Max Merchel @ 2024-08-13  7:20 UTC (permalink / raw)
  To: Shawn Guo, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam
  Cc: Max Merchel, linux, linux-arm-kernel, devicetree, linux-kernel, imx

Add mailing list addresses and missing authors.

Signed-off-by: Max Merchel <Max.Merchel@ew.tq-group.com>
---
 arch/arm64/boot/dts/freescale/imx8mq-tqma8mq-mba8mx.dts | 4 +++-
 arch/arm64/boot/dts/freescale/imx8mq-tqma8mq.dtsi       | 4 +++-
 arch/arm64/boot/dts/freescale/mba8mx.dtsi               | 4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mq-tqma8mq-mba8mx.dts b/arch/arm64/boot/dts/freescale/imx8mq-tqma8mq-mba8mx.dts
index 0165f3a25985..603bbd54bdb6 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq-tqma8mq-mba8mx.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mq-tqma8mq-mba8mx.dts
@@ -1,6 +1,8 @@
 // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
 /*
- * Copyright 2019-2021 TQ-Systems GmbH
+ * Copyright (c) 2019-2021 TQ-Systems GmbH <linux@ew.tq-group.com>,
+ * D-82229 Seefeld, Germany.
+ * Author: Alexander Stein
  */
 
 /dts-v1/;
diff --git a/arch/arm64/boot/dts/freescale/imx8mq-tqma8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq-tqma8mq.dtsi
index 01e5092e4c40..3ff443ccc6a2 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq-tqma8mq.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq-tqma8mq.dtsi
@@ -1,6 +1,8 @@
 // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
 /*
- * Copyright 2019-2021 TQ-Systems GmbH
+ * Copyright (c) 2019-2021 TQ-Systems GmbH <linux@ew.tq-group.com>,
+ * D-82229 Seefeld, Germany.
+ * Author: Alexander Stein
  */
 
 #include "imx8mq.dtsi"
diff --git a/arch/arm64/boot/dts/freescale/mba8mx.dtsi b/arch/arm64/boot/dts/freescale/mba8mx.dtsi
index 815241526a0d..aef8446bd32c 100644
--- a/arch/arm64/boot/dts/freescale/mba8mx.dtsi
+++ b/arch/arm64/boot/dts/freescale/mba8mx.dtsi
@@ -1,6 +1,8 @@
 // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
 /*
- * Copyright 2020-2021 TQ-Systems GmbH
+ * Copyright (c) 2020-2021 TQ-Systems GmbH <linux@ew.tq-group.com>,
+ * D-82229 Seefeld, Germany.
+ * Author: Alexander Stein
  */
 
 #include <dt-bindings/net/ti-dp83867.h>
-- 
2.33.0


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

* [PATCH 3/7] arm64: dts: tqma8mqml: change copyright entry to current TQ Copyright style
  2024-08-13  7:20 [PATCH 0/7] arm64: fix license and copyright text Max Merchel
  2024-08-13  7:20 ` [PATCH 1/7] arm64: dts: tqmlx2160a: correct spelling of TQ-Systems Max Merchel
  2024-08-13  7:20 ` [PATCH 2/7] arm64: dts: tqma8mq: change copyright entry to current TQ Copyright style Max Merchel
@ 2024-08-13  7:20 ` Max Merchel
  2024-08-13  8:57   ` Krzysztof Kozlowski
  2024-08-13  7:20 ` [PATCH 4/7] arm64: dts: tqma8mqnl: " Max Merchel
                   ` (3 subsequent siblings)
  6 siblings, 1 reply; 12+ messages in thread
From: Max Merchel @ 2024-08-13  7:20 UTC (permalink / raw)
  To: Shawn Guo, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam
  Cc: Max Merchel, linux, linux-arm-kernel, devicetree, linux-kernel, imx

Add mailing list addresses and missing authors.

Signed-off-by: Max Merchel <Max.Merchel@ew.tq-group.com>
---
 arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml-mba8mx.dts | 4 +++-
 arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml.dtsi       | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml-mba8mx.dts b/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml-mba8mx.dts
index 01b632b220dc..cae7b5ebc71b 100644
--- a/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml-mba8mx.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml-mba8mx.dts
@@ -1,6 +1,8 @@
 // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
 /*
- * Copyright 2020-2021 TQ-Systems GmbH
+ * Copyright (c) 2020-2021 TQ-Systems GmbH <linux@ew.tq-group.com>,
+ * D-82229 Seefeld, Germany.
+ * Author: Alexander Stein
  */
 
 /dts-v1/;
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml.dtsi
index ca0205b9019e..0b348bef0988 100644
--- a/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml.dtsi
@@ -1,6 +1,8 @@
 // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
 /*
- * Copyright 2020-2021 TQ-Systems GmbH
+ * Copyright (c) 2020-2021 TQ-Systems GmbH <linux@ew.tq-group.com>,
+ * D-82229 Seefeld, Germany.
+ * Author: Alexander Stein
  */
 
 #include <dt-bindings/phy/phy-imx8-pcie.h>
-- 
2.33.0


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

* [PATCH 4/7] arm64: dts: tqma8mqnl: change copyright entry to current TQ Copyright style
  2024-08-13  7:20 [PATCH 0/7] arm64: fix license and copyright text Max Merchel
                   ` (2 preceding siblings ...)
  2024-08-13  7:20 ` [PATCH 3/7] arm64: dts: tqma8mqml: " Max Merchel
@ 2024-08-13  7:20 ` Max Merchel
  2024-08-13  7:20 ` [PATCH 5/7] arm64: dts: tqma8mpql: " Max Merchel
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 12+ messages in thread
From: Max Merchel @ 2024-08-13  7:20 UTC (permalink / raw)
  To: Shawn Guo, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam
  Cc: Max Merchel, linux, linux-arm-kernel, devicetree, linux-kernel, imx

Add mailing list addresses and missing authors.

Signed-off-by: Max Merchel <Max.Merchel@ew.tq-group.com>
---
 arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl-mba8mx.dts | 4 +++-
 arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl.dtsi       | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl-mba8mx.dts b/arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl-mba8mx.dts
index 433d8bba4425..9c3c1c92fc2f 100644
--- a/arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl-mba8mx.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl-mba8mx.dts
@@ -1,6 +1,8 @@
 // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
 /*
- * Copyright 2020-2021 TQ-Systems GmbH
+ * Copyright (c) 2020-2021 TQ-Systems GmbH <linux@ew.tq-group.com>,
+ * D-82229 Seefeld, Germany.
+ * Author: Alexander Stein
  */
 
 /dts-v1/;
diff --git a/arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl.dtsi b/arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl.dtsi
index e68a3fd73e17..682948e751ff 100644
--- a/arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl.dtsi
@@ -1,6 +1,8 @@
 // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
 /*
- * Copyright 2020-2021 TQ-Systems GmbH
+ * Copyright (c) 2020-2021 TQ-Systems GmbH <linux@ew.tq-group.com>,
+ * D-82229 Seefeld, Germany.
+ * Author: Alexander Stein
  */
 
 #include "imx8mn.dtsi"
-- 
2.33.0


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

* [PATCH 5/7] arm64: dts: tqma8mpql: change copyright entry to current TQ Copyright style
  2024-08-13  7:20 [PATCH 0/7] arm64: fix license and copyright text Max Merchel
                   ` (3 preceding siblings ...)
  2024-08-13  7:20 ` [PATCH 4/7] arm64: dts: tqma8mqnl: " Max Merchel
@ 2024-08-13  7:20 ` Max Merchel
  2024-08-13  8:58   ` Krzysztof Kozlowski
  2024-08-13  7:20 ` [PATCH 6/7] arm64: dts: tqma8xx: use GPL-2.0-only as done by included imx8qxp/imx8dxp Max Merchel
  2024-08-13  7:20 ` [PATCH 7/7] arm64: dts: tqma8xx: change copyright entry to current TQ Copyright style Max Merchel
  6 siblings, 1 reply; 12+ messages in thread
From: Max Merchel @ 2024-08-13  7:20 UTC (permalink / raw)
  To: Shawn Guo, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam
  Cc: Max Merchel, linux, linux-arm-kernel, devicetree, linux-kernel, imx

Replace developer-specific, personal email addresses by mailing list addresses
while retaining the author.

Signed-off-by: Max Merchel <Max.Merchel@ew.tq-group.com>
---
 .../boot/dts/freescale/imx8mp-tqma8mpql-mba8mp-ras314.dts    | 3 +--
 arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts  | 5 +++--
 arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql.dtsi          | 5 +++--
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mp-ras314.dts b/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mp-ras314.dts
index d7fd9d36f824..d06755ccfdce 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mp-ras314.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mp-ras314.dts
@@ -2,8 +2,7 @@
 /*
  * Copyright (c) 2023-2024 TQ-Systems GmbH <linux@ew.tq-group.com>,
  * D-82229 Seefeld, Germany.
- * Author: Martin Schmiedel
- * Author: Alexander Stein
+ * Author: Martin Schmiedel, Alexander Stein
  */
 
 /dts-v1/;
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts b/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts
index ae64731266f3..fb89ae4d50e4 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts
@@ -1,7 +1,8 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
 /*
- * Copyright 2021-2022 TQ-Systems GmbH
- * Author: Alexander Stein <alexander.stein@tq-group.com>
+ * Copyright (c) 2021-2022 TQ-Systems GmbH <linux@ew.tq-group.com>,
+ * D-82229 Seefeld, Germany.
+ * Author: Alexander Stein
  */
 
 /dts-v1/;
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql.dtsi
index 336785a9fba8..9fed9d2efcf9 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql.dtsi
@@ -1,7 +1,8 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
 /*
- * Copyright 2021-2022 TQ-Systems GmbH
- * Author: Alexander Stein <alexander.stein@tq-group.com>
+ * Copyright (c) 2020-2021 TQ-Systems GmbH <linux@ew.tq-group.com>,
+ * D-82229 Seefeld, Germany.
+ * Author: Alexander Stein
  */
 
 #include "imx8mp.dtsi"
-- 
2.33.0


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

* [PATCH 6/7] arm64: dts: tqma8xx: use GPL-2.0-only as done by included imx8qxp/imx8dxp
  2024-08-13  7:20 [PATCH 0/7] arm64: fix license and copyright text Max Merchel
                   ` (4 preceding siblings ...)
  2024-08-13  7:20 ` [PATCH 5/7] arm64: dts: tqma8mpql: " Max Merchel
@ 2024-08-13  7:20 ` Max Merchel
  2024-08-13  8:59   ` Krzysztof Kozlowski
  2024-08-13  7:20 ` [PATCH 7/7] arm64: dts: tqma8xx: change copyright entry to current TQ Copyright style Max Merchel
  6 siblings, 1 reply; 12+ messages in thread
From: Max Merchel @ 2024-08-13  7:20 UTC (permalink / raw)
  To: Shawn Guo, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam
  Cc: Max Merchel, linux, linux-arm-kernel, devicetree, linux-kernel, imx

The included device trees imx8dxp.dtsi and imx8qxp.dtsi are licensed under
"GPL-2.0-only".
Therefore, the licenses of the tqma8xx device tree are changed to the
same license.

Signed-off-by: Max Merchel <Max.Merchel@ew.tq-group.com>
---
 arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp-mba8xx.dts | 2 +-
 arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp.dtsi       | 2 +-
 arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp-mba8xx.dts | 2 +-
 arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp.dtsi       | 2 +-
 arch/arm64/boot/dts/freescale/mba8xx.dtsi                 | 2 +-
 arch/arm64/boot/dts/freescale/tqma8xx.dtsi                | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp-mba8xx.dts b/arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp-mba8xx.dts
index f35514b7b338..d74b5338befe 100644
--- a/arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp-mba8xx.dts
+++ b/arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp-mba8xx.dts
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: (GPL-2.0-or-later OR X11)
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Copyright 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
  * D-82229 Seefeld, Germany.
diff --git a/arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp.dtsi b/arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp.dtsi
index e2de8517aa0e..9d2bf9178d86 100644
--- a/arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp.dtsi
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: (GPL-2.0-or-later OR X11)
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Copyright 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
  * D-82229 Seefeld, Germany.
diff --git a/arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp-mba8xx.dts b/arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp-mba8xx.dts
index 7d2e98bf8bc5..3544c347cdcd 100644
--- a/arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp-mba8xx.dts
+++ b/arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp-mba8xx.dts
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: (GPL-2.0-or-later OR X11)
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Copyright 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
  * D-82229 Seefeld, Germany.
diff --git a/arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp.dtsi b/arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp.dtsi
index b14040bf4ddd..c3983391486d 100644
--- a/arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp.dtsi
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: (GPL-2.0-or-later OR X11)
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Copyright 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
  * D-82229 Seefeld, Germany.
diff --git a/arch/arm64/boot/dts/freescale/mba8xx.dtsi b/arch/arm64/boot/dts/freescale/mba8xx.dtsi
index 276d1683b03b..3149c383e1c2 100644
--- a/arch/arm64/boot/dts/freescale/mba8xx.dtsi
+++ b/arch/arm64/boot/dts/freescale/mba8xx.dtsi
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: (GPL-2.0-or-later OR X11)
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Copyright 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
  * D-82229 Seefeld, Germany.
diff --git a/arch/arm64/boot/dts/freescale/tqma8xx.dtsi b/arch/arm64/boot/dts/freescale/tqma8xx.dtsi
index 366912bf3d5e..9659804c5f3b 100644
--- a/arch/arm64/boot/dts/freescale/tqma8xx.dtsi
+++ b/arch/arm64/boot/dts/freescale/tqma8xx.dtsi
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: (GPL-2.0-or-later OR X11)
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Copyright 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
  * D-82229 Seefeld, Germany.
-- 
2.33.0


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

* [PATCH 7/7] arm64: dts: tqma8xx: change copyright entry to current TQ Copyright style
  2024-08-13  7:20 [PATCH 0/7] arm64: fix license and copyright text Max Merchel
                   ` (5 preceding siblings ...)
  2024-08-13  7:20 ` [PATCH 6/7] arm64: dts: tqma8xx: use GPL-2.0-only as done by included imx8qxp/imx8dxp Max Merchel
@ 2024-08-13  7:20 ` Max Merchel
  2024-08-13  9:00   ` Krzysztof Kozlowski
  6 siblings, 1 reply; 12+ messages in thread
From: Max Merchel @ 2024-08-13  7:20 UTC (permalink / raw)
  To: Shawn Guo, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam
  Cc: Max Merchel, linux, linux-arm-kernel, devicetree, linux-kernel, imx

Unification of TQ-Systems copyright entries

Signed-off-by: Max Merchel <Max.Merchel@ew.tq-group.com>
---
 arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp-mba8xx.dts | 2 +-
 arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp.dtsi       | 2 +-
 arch/arm64/boot/dts/freescale/imx8qxp-ss-vpu.dtsi         | 2 +-
 arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp-mba8xx.dts | 2 +-
 arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp.dtsi       | 2 +-
 arch/arm64/boot/dts/freescale/mba8xx.dtsi                 | 2 +-
 arch/arm64/boot/dts/freescale/tqma8xx.dtsi                | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp-mba8xx.dts b/arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp-mba8xx.dts
index d74b5338befe..256050c5c442 100644
--- a/arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp-mba8xx.dts
+++ b/arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp-mba8xx.dts
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
+ * Copyright (c) 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
  * D-82229 Seefeld, Germany.
  * Author: Alexander Stein
  */
diff --git a/arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp.dtsi b/arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp.dtsi
index 9d2bf9178d86..bbc4525e6e93 100644
--- a/arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp.dtsi
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
+ * Copyright (c) 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
  * D-82229 Seefeld, Germany.
  * Author: Alexander Stein
  */
diff --git a/arch/arm64/boot/dts/freescale/imx8qxp-ss-vpu.dtsi b/arch/arm64/boot/dts/freescale/imx8qxp-ss-vpu.dtsi
index 7894a3ab26d6..478234cf30b4 100644
--- a/arch/arm64/boot/dts/freescale/imx8qxp-ss-vpu.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8qxp-ss-vpu.dtsi
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: (GPL-2.0-or-later OR X11)
 /*
- * Copyright 2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
+ * Copyright (c) 2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
  * D-82229 Seefeld, Germany.
  * Author: Alexander Stein
  */
diff --git a/arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp-mba8xx.dts b/arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp-mba8xx.dts
index 3544c347cdcd..92fe51f52b21 100644
--- a/arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp-mba8xx.dts
+++ b/arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp-mba8xx.dts
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
+ * Copyright (c) 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
  * D-82229 Seefeld, Germany.
  * Author: Alexander Stein
  */
diff --git a/arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp.dtsi b/arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp.dtsi
index c3983391486d..6885c8fac909 100644
--- a/arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp.dtsi
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
+ * Copyright (c) 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
  * D-82229 Seefeld, Germany.
  * Author: Alexander Stein
  */
diff --git a/arch/arm64/boot/dts/freescale/mba8xx.dtsi b/arch/arm64/boot/dts/freescale/mba8xx.dtsi
index 3149c383e1c2..40b0191ff949 100644
--- a/arch/arm64/boot/dts/freescale/mba8xx.dtsi
+++ b/arch/arm64/boot/dts/freescale/mba8xx.dtsi
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
+ * Copyright (c) 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
  * D-82229 Seefeld, Germany.
  * Author: Alexander Stein
  */
diff --git a/arch/arm64/boot/dts/freescale/tqma8xx.dtsi b/arch/arm64/boot/dts/freescale/tqma8xx.dtsi
index 9659804c5f3b..fdeebde955da 100644
--- a/arch/arm64/boot/dts/freescale/tqma8xx.dtsi
+++ b/arch/arm64/boot/dts/freescale/tqma8xx.dtsi
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
+ * Copyright (c) 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
  * D-82229 Seefeld, Germany.
  * Author: Alexander Stein
  */
-- 
2.33.0


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

* Re: [PATCH 3/7] arm64: dts: tqma8mqml: change copyright entry to current TQ Copyright style
  2024-08-13  7:20 ` [PATCH 3/7] arm64: dts: tqma8mqml: " Max Merchel
@ 2024-08-13  8:57   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2024-08-13  8:57 UTC (permalink / raw)
  To: Max Merchel, Shawn Guo, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam
  Cc: linux, linux-arm-kernel, devicetree, linux-kernel, imx

On 13/08/2024 09:20, Max Merchel wrote:
> Add mailing list addresses and missing authors.
> 
> Signed-off-by: Max Merchel <Max.Merchel@ew.tq-group.com>
> ---
>  arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml-mba8mx.dts | 4 +++-
>  arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml.dtsi       | 4 +++-
>  2 files changed, 6 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml-mba8mx.dts b/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml-mba8mx.dts
> index 01b632b220dc..cae7b5ebc71b 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml-mba8mx.dts
> +++ b/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml-mba8mx.dts
> @@ -1,6 +1,8 @@
>  // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
>  /*
> - * Copyright 2020-2021 TQ-Systems GmbH
> + * Copyright (c) 2020-2021 TQ-Systems GmbH <linux@ew.tq-group.com>,

Srlsy... that's a churn without explanation. Is the email functioning at
least? Who is there listening? Anyone providing feedback?

> + * D-82229 Seefeld, Germany.

Drop the address, that's not an address book and your company
regulations do not matter.

> + * Author: Alexander Stein

Git tells who is the author... I am not fan of adding it post-factum.
Actually, I am not a fan of having it in the first place - it's useless.
It means nothing: no copyrights, no contact form.

Anyway, all these changes should be squashed.

Best regards,
Krzysztof


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

* Re: [PATCH 5/7] arm64: dts: tqma8mpql: change copyright entry to current TQ Copyright style
  2024-08-13  7:20 ` [PATCH 5/7] arm64: dts: tqma8mpql: " Max Merchel
@ 2024-08-13  8:58   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2024-08-13  8:58 UTC (permalink / raw)
  To: Max Merchel, Shawn Guo, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam
  Cc: linux, linux-arm-kernel, devicetree, linux-kernel, imx

On 13/08/2024 09:20, Max Merchel wrote:
> Replace developer-specific, personal email addresses by mailing list addresses
> while retaining the author.
> 
> Signed-off-by: Max Merchel <Max.Merchel@ew.tq-group.com>
> ---
>  .../boot/dts/freescale/imx8mp-tqma8mpql-mba8mp-ras314.dts    | 3 +--
>  arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts  | 5 +++--
>  arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql.dtsi          | 5 +++--
>  3 files changed, 7 insertions(+), 6 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mp-ras314.dts b/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mp-ras314.dts
> index d7fd9d36f824..d06755ccfdce 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mp-ras314.dts
> +++ b/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mp-ras314.dts
> @@ -2,8 +2,7 @@
>  /*
>   * Copyright (c) 2023-2024 TQ-Systems GmbH <linux@ew.tq-group.com>,
>   * D-82229 Seefeld, Germany.
> - * Author: Martin Schmiedel
> - * Author: Alexander Stein
> + * Author: Martin Schmiedel, Alexander Stein

NAK

Best regards,
Krzysztof


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

* Re: [PATCH 6/7] arm64: dts: tqma8xx: use GPL-2.0-only as done by included imx8qxp/imx8dxp
  2024-08-13  7:20 ` [PATCH 6/7] arm64: dts: tqma8xx: use GPL-2.0-only as done by included imx8qxp/imx8dxp Max Merchel
@ 2024-08-13  8:59   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2024-08-13  8:59 UTC (permalink / raw)
  To: Max Merchel, Shawn Guo, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam
  Cc: linux, linux-arm-kernel, devicetree, linux-kernel, imx

On 13/08/2024 09:20, Max Merchel wrote:
> The included device trees imx8dxp.dtsi and imx8qxp.dtsi are licensed under
> "GPL-2.0-only".
> Therefore, the licenses of the tqma8xx device tree are changed to the
> same license.

I don't see much value nor explanation here.

Best regards,
Krzysztof


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

* Re: [PATCH 7/7] arm64: dts: tqma8xx: change copyright entry to current TQ Copyright style
  2024-08-13  7:20 ` [PATCH 7/7] arm64: dts: tqma8xx: change copyright entry to current TQ Copyright style Max Merchel
@ 2024-08-13  9:00   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2024-08-13  9:00 UTC (permalink / raw)
  To: Max Merchel, Shawn Guo, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam
  Cc: linux, linux-arm-kernel, devicetree, linux-kernel, imx

On 13/08/2024 09:20, Max Merchel wrote:
> Unification of TQ-Systems copyright entries
> 
> Signed-off-by: Max Merchel <Max.Merchel@ew.tq-group.com>
> ---
>  arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp-mba8xx.dts | 2 +-
>  arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp.dtsi       | 2 +-
>  arch/arm64/boot/dts/freescale/imx8qxp-ss-vpu.dtsi         | 2 +-
>  arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp-mba8xx.dts | 2 +-
>  arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp.dtsi       | 2 +-
>  arch/arm64/boot/dts/freescale/mba8xx.dtsi                 | 2 +-
>  arch/arm64/boot/dts/freescale/tqma8xx.dtsi                | 2 +-
>  7 files changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp-mba8xx.dts b/arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp-mba8xx.dts
> index d74b5338befe..256050c5c442 100644
> --- a/arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp-mba8xx.dts
> +++ b/arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp-mba8xx.dts
> @@ -1,6 +1,6 @@
>  // SPDX-License-Identifier: GPL-2.0-only
>  /*
> - * Copyright 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
> + * Copyright (c) 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,

NAK, that's just a churn. There is no value in this.

Best regards,
Krzysztof


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

end of thread, other threads:[~2024-08-13  9:00 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-13  7:20 [PATCH 0/7] arm64: fix license and copyright text Max Merchel
2024-08-13  7:20 ` [PATCH 1/7] arm64: dts: tqmlx2160a: correct spelling of TQ-Systems Max Merchel
2024-08-13  7:20 ` [PATCH 2/7] arm64: dts: tqma8mq: change copyright entry to current TQ Copyright style Max Merchel
2024-08-13  7:20 ` [PATCH 3/7] arm64: dts: tqma8mqml: " Max Merchel
2024-08-13  8:57   ` Krzysztof Kozlowski
2024-08-13  7:20 ` [PATCH 4/7] arm64: dts: tqma8mqnl: " Max Merchel
2024-08-13  7:20 ` [PATCH 5/7] arm64: dts: tqma8mpql: " Max Merchel
2024-08-13  8:58   ` Krzysztof Kozlowski
2024-08-13  7:20 ` [PATCH 6/7] arm64: dts: tqma8xx: use GPL-2.0-only as done by included imx8qxp/imx8dxp Max Merchel
2024-08-13  8:59   ` Krzysztof Kozlowski
2024-08-13  7:20 ` [PATCH 7/7] arm64: dts: tqma8xx: change copyright entry to current TQ Copyright style Max Merchel
2024-08-13  9:00   ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®