linux-mediatek.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] Relicense mt7986 clock driver to GPL-2.0
@ 2022-01-19 12:36 Sam Shih
  2022-01-19 12:36 ` [PATCH 1/1] clk: mediatek: relicense " Sam Shih
  0 siblings, 1 reply; 3+ messages in thread
From: Sam Shih @ 2022-01-19 12:36 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Matthias Brugger, Ryder Lee,
	linux-clk, linux-arm-kernel, linux-mediatek, linux-kernel
  Cc: John Crispin, Sam Shih

The previous mt7986 clock drivers were incorrectly marked as GPL-1.0.
This patch changes the driver to the standard GPL-2.0 license.

Sam Shih (1):
  clk: mediatek: relicense mt7986 clock driver to GPL-2.0

 drivers/clk/mediatek/clk-mt7986-apmixed.c  | 2 +-
 drivers/clk/mediatek/clk-mt7986-infracfg.c | 2 +-
 drivers/clk/mediatek/clk-mt7986-topckgen.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.29.2


_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* [PATCH 1/1] clk: mediatek: relicense mt7986 clock driver to GPL-2.0
  2022-01-19 12:36 [PATCH 0/1] Relicense mt7986 clock driver to GPL-2.0 Sam Shih
@ 2022-01-19 12:36 ` Sam Shih
  2022-01-19 20:05   ` Stephen Boyd
  0 siblings, 1 reply; 3+ messages in thread
From: Sam Shih @ 2022-01-19 12:36 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Matthias Brugger, Ryder Lee,
	linux-clk, linux-arm-kernel, linux-mediatek, linux-kernel
  Cc: John Crispin, Sam Shih

The previous mt7986 clock drivers were incorrectly marked as GPL-1.0.
This patch changes the driver to the standard GPL-2.0 license.

Signed-off-by: Sam Shih <sam.shih@mediatek.com>
---
 drivers/clk/mediatek/clk-mt7986-apmixed.c  | 2 +-
 drivers/clk/mediatek/clk-mt7986-infracfg.c | 2 +-
 drivers/clk/mediatek/clk-mt7986-topckgen.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/clk/mediatek/clk-mt7986-apmixed.c b/drivers/clk/mediatek/clk-mt7986-apmixed.c
index 76c8ebdeae96..98ec3887585f 100644
--- a/drivers/clk/mediatek/clk-mt7986-apmixed.c
+++ b/drivers/clk/mediatek/clk-mt7986-apmixed.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-1.0
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (c) 2021 MediaTek Inc.
  * Author: Sam Shih <sam.shih@mediatek.com>
diff --git a/drivers/clk/mediatek/clk-mt7986-infracfg.c b/drivers/clk/mediatek/clk-mt7986-infracfg.c
index 3be168c34fc0..f209c559fbc3 100644
--- a/drivers/clk/mediatek/clk-mt7986-infracfg.c
+++ b/drivers/clk/mediatek/clk-mt7986-infracfg.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-1.0
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (c) 2021 MediaTek Inc.
  * Author: Sam Shih <sam.shih@mediatek.com>
diff --git a/drivers/clk/mediatek/clk-mt7986-topckgen.c b/drivers/clk/mediatek/clk-mt7986-topckgen.c
index 8550e2be7773..8f6f79b6e31e 100644
--- a/drivers/clk/mediatek/clk-mt7986-topckgen.c
+++ b/drivers/clk/mediatek/clk-mt7986-topckgen.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-1.0
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (c) 2021 MediaTek Inc.
  * Author: Sam Shih <sam.shih@mediatek.com>
-- 
2.29.2


_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* Re: [PATCH 1/1] clk: mediatek: relicense mt7986 clock driver to GPL-2.0
  2022-01-19 12:36 ` [PATCH 1/1] clk: mediatek: relicense " Sam Shih
@ 2022-01-19 20:05   ` Stephen Boyd
  0 siblings, 0 replies; 3+ messages in thread
From: Stephen Boyd @ 2022-01-19 20:05 UTC (permalink / raw)
  To: Matthias Brugger, Michael Turquette, Ryder Lee, Sam Shih,
	linux-arm-kernel, linux-clk, linux-kernel, linux-mediatek
  Cc: John Crispin, Sam Shih

Quoting Sam Shih (2022-01-19 04:36:58)
> The previous mt7986 clock drivers were incorrectly marked as GPL-1.0.
> This patch changes the driver to the standard GPL-2.0 license.
> 
> Signed-off-by: Sam Shih <sam.shih@mediatek.com>
> ---

Applied to clk-next

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

end of thread, other threads:[~2022-01-19 20:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-19 12:36 [PATCH 0/1] Relicense mt7986 clock driver to GPL-2.0 Sam Shih
2022-01-19 12:36 ` [PATCH 1/1] clk: mediatek: relicense " Sam Shih
2022-01-19 20:05   ` Stephen Boyd

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).