linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: clock: rockchip: change SPDX-License-Identifier
@ 2022-09-19 22:25 Johan Jonker
  2022-09-21  9:58 ` Eric Engestrom
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Johan Jonker @ 2022-09-19 22:25 UTC (permalink / raw)
  To: heiko, zhangqing, finley.xiao, shawn.lin, zhengxing, jeffy.chen,
	andy.yan, mylene.josserand, nfraprado, eric
  Cc: robh+dt, krzysztof.kozlowski+dt, sboyd, mturquette, linux-clk,
	devicetree, linux-arm-kernel, linux-rockchip, linux-kernel

Change SPDX-License-Identifier to (GPL-2.0+ OR MIT)
for Rockchip clock bindings.

Cc: Heiko Stübner <heiko@sntech.de>
Cc: Elaine Zhang <zhangqing@rock-chips.com>
Cc: Xing Zheng <zhengxing@rock-chips.com>
Cc: Jeffy Chen <jeffy.chen@rock-chips.com>
Cc: Finley Xiao <finley.xiao@rock-chips.com>
Cc: Andy Yan <andy.yan@rock-chips.com>
Cc: Shawn Lin <shawn.lin@rock-chips.com>
Cc: Eric Engestrom <eric@engestrom.ch>
Cc: Mylène Josserand <mylene.josserand@collabora.com>
Cc: Nícolas F. R. A. Prado <nfraprado@collabora.com>
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---

Request for copyright holder approval.
Rockchip recently replied on other clock-patches to dual-license the
binding.

https://lore.kernel.org/all/510d1180-bc8e-7820-c772-ed7f35447087@rock-chips.com/
From Finley with an  @rock-chips.com address, so this should be ok.

---

Changed V2:
  Use GPL-2.0+ OR MIT license
  Add more CC

---

git log Documentation/devicetree/bindings/clock/*px30*.txt

Author: Heiko Stuebner <heiko@sntech.de>
    arm64: dts: rockchip: document explicit px30 cru dependencies

Author: Elaine Zhang <zhangqing@rock-chips.com>
    dt-bindings: add bindings for px30 clock controller

===

git log Documentation/devicetree/bindings/clock/*rk3036*.txt

Author: Xing Zheng <zhengxing@rock-chips.com>
    clk: rockchip: rk3036: rename emac ext source clock

Author: Xing Zheng <zhengxing@rock-chips.com>
    dt-bindings: add documentation of rk3036 clock controller

===

git log Documentation/devicetree/bindings/clock/*rk3188*.txt

Author: Eric Engestrom <eric@engestrom.ch>
    Documentation: dt: clock: fix spelling mistakes

Author: Heiko Stübner <heiko@sntech.de>
    dt-bindings: add documentation for rk3188 clock and reset unit

===

git log Documentation/devicetree/bindings/clock/*rk3228*.txt

Author: Jeffy Chen <jeffy.chen@rock-chips.com>
    dt-bindings: add documentation of rk3228 clock controller

===

git log Documentation/devicetree/bindings/clock/*rk3288*.txt

Author: Mylène Josserand <mylene.josserand@collabora.com>
    dt-bindings: clocks: add rk3288w variant compatible

Author: Eric Engestrom <eric@engestrom.ch>
    Documentation: dt: clock: fix spelling mistakes

Author: Heiko Stübner <heiko@sntech.de>
    dt-bindings: add documentation for rk3288 cru

===

git log Documentation/devicetree/bindings/clock/*rk3308*.txt

Author: Finley Xiao <finley.xiao@rock-chips.com>
    dt-bindings: Add bindings for rk3308 clock controller

===

git log Documentation/devicetree/bindings/clock/*rk3368*.txt

Author: Heiko Stuebner <heiko@sntech.de>
    dt-bindings: add documentation of rk3668 clock controller

===

git log Documentation/devicetree/bindings/clock/*rk3399*.txt

Author: Nícolas F. R. A. Prado <nfraprado@collabora.com>
    dt-bindings: clk: Convert rockchip,rk3399-cru to DT schema

Author: Xing Zheng <zhengxing@rock-chips.com>
    dt-bindings: clk: add rockchip,grf property for RK3399

Author: Xing Zheng <zhengxing@rock-chips.com>
    dt-bindings: add bindings for rk3399 clock controller

===

git log Documentation/devicetree/bindings/clock/*rk11*.txt

Author: Andy Yan <andy.yan@rock-chips.com>
    dt-bindings: rk1108-cru: rename RK1108 to RV1108

Author: Shawn Lin <shawn.lin@rock-chips.com>
    dt-bindings: add documentation for rk1108 cru
---
 Documentation/devicetree/bindings/clock/rockchip,px30-cru.yaml  | 2 +-
 .../devicetree/bindings/clock/rockchip,rk3036-cru.yaml          | 2 +-
 .../devicetree/bindings/clock/rockchip,rk3228-cru.yaml          | 2 +-
 .../devicetree/bindings/clock/rockchip,rk3288-cru.yaml          | 2 +-
 .../devicetree/bindings/clock/rockchip,rk3308-cru.yaml          | 2 +-
 .../devicetree/bindings/clock/rockchip,rk3368-cru.yaml          | 2 +-
 .../devicetree/bindings/clock/rockchip,rk3399-cru.yaml          | 2 +-
 .../devicetree/bindings/clock/rockchip,rv1108-cru.yaml          | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/Documentation/devicetree/bindings/clock/rockchip,px30-cru.yaml b/Documentation/devicetree/bindings/clock/rockchip,px30-cru.yaml
index 3eec381c7cf5..0f0f64b6f8cb 100644
--- a/Documentation/devicetree/bindings/clock/rockchip,px30-cru.yaml
+++ b/Documentation/devicetree/bindings/clock/rockchip,px30-cru.yaml
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: GPL-2.0
+# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
 %YAML 1.2
 ---
 $id: http://devicetree.org/schemas/clock/rockchip,px30-cru.yaml#
diff --git a/Documentation/devicetree/bindings/clock/rockchip,rk3036-cru.yaml b/Documentation/devicetree/bindings/clock/rockchip,rk3036-cru.yaml
index 1376230fede6..ba5b45464315 100644
--- a/Documentation/devicetree/bindings/clock/rockchip,rk3036-cru.yaml
+++ b/Documentation/devicetree/bindings/clock/rockchip,rk3036-cru.yaml
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: GPL-2.0
+# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
 %YAML 1.2
 ---
 $id: http://devicetree.org/schemas/clock/rockchip,rk3036-cru.yaml#
diff --git a/Documentation/devicetree/bindings/clock/rockchip,rk3228-cru.yaml b/Documentation/devicetree/bindings/clock/rockchip,rk3228-cru.yaml
index cf7dc01d9478..1050fff72ade 100644
--- a/Documentation/devicetree/bindings/clock/rockchip,rk3228-cru.yaml
+++ b/Documentation/devicetree/bindings/clock/rockchip,rk3228-cru.yaml
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: GPL-2.0
+# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
 %YAML 1.2
 ---
 $id: http://devicetree.org/schemas/clock/rockchip,rk3228-cru.yaml#
diff --git a/Documentation/devicetree/bindings/clock/rockchip,rk3288-cru.yaml b/Documentation/devicetree/bindings/clock/rockchip,rk3288-cru.yaml
index 96bc05749e1a..6655e97d52e4 100644
--- a/Documentation/devicetree/bindings/clock/rockchip,rk3288-cru.yaml
+++ b/Documentation/devicetree/bindings/clock/rockchip,rk3288-cru.yaml
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: GPL-2.0
+# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
 %YAML 1.2
 ---
 $id: http://devicetree.org/schemas/clock/rockchip,rk3288-cru.yaml#
diff --git a/Documentation/devicetree/bindings/clock/rockchip,rk3308-cru.yaml b/Documentation/devicetree/bindings/clock/rockchip,rk3308-cru.yaml
index 523ee578a586..fec37f5b80f6 100644
--- a/Documentation/devicetree/bindings/clock/rockchip,rk3308-cru.yaml
+++ b/Documentation/devicetree/bindings/clock/rockchip,rk3308-cru.yaml
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: GPL-2.0
+# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
 %YAML 1.2
 ---
 $id: http://devicetree.org/schemas/clock/rockchip,rk3308-cru.yaml#
diff --git a/Documentation/devicetree/bindings/clock/rockchip,rk3368-cru.yaml b/Documentation/devicetree/bindings/clock/rockchip,rk3368-cru.yaml
index adb67877720d..90af242b41c1 100644
--- a/Documentation/devicetree/bindings/clock/rockchip,rk3368-cru.yaml
+++ b/Documentation/devicetree/bindings/clock/rockchip,rk3368-cru.yaml
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: GPL-2.0
+# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
 %YAML 1.2
 ---
 $id: http://devicetree.org/schemas/clock/rockchip,rk3368-cru.yaml#
diff --git a/Documentation/devicetree/bindings/clock/rockchip,rk3399-cru.yaml b/Documentation/devicetree/bindings/clock/rockchip,rk3399-cru.yaml
index 54da1e31ea73..0b758e015ee3 100644
--- a/Documentation/devicetree/bindings/clock/rockchip,rk3399-cru.yaml
+++ b/Documentation/devicetree/bindings/clock/rockchip,rk3399-cru.yaml
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: GPL-2.0-only
+# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
 %YAML 1.2
 ---
 $id: http://devicetree.org/schemas/clock/rockchip,rk3399-cru.yaml#
diff --git a/Documentation/devicetree/bindings/clock/rockchip,rv1108-cru.yaml b/Documentation/devicetree/bindings/clock/rockchip,rv1108-cru.yaml
index 20421c22f184..4611d920b8df 100644
--- a/Documentation/devicetree/bindings/clock/rockchip,rv1108-cru.yaml
+++ b/Documentation/devicetree/bindings/clock/rockchip,rv1108-cru.yaml
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: GPL-2.0
+# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
 %YAML 1.2
 ---
 $id: http://devicetree.org/schemas/clock/rockchip,rv1108-cru.yaml#
-- 
2.20.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-09-23 18:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-19 22:25 [PATCH v2] dt-bindings: clock: rockchip: change SPDX-License-Identifier Johan Jonker
2022-09-21  9:58 ` Eric Engestrom
2022-09-23 13:50 ` Nícolas F. R. A. Prado
2022-09-23 18:49 ` Heiko Stuebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).