linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] riscv: dts: change TH1520 files to dual license
@ 2023-07-24 18:21 Drew Fustini
  2023-07-24 18:33 ` Conor Dooley
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Drew Fustini @ 2023-07-24 18:21 UTC (permalink / raw)
  To: Jisheng Zhang, Guo Ren, Fu Wei, Drew Fustini, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Paul Walmsley, Palmer Dabbelt,
	Albert Ou, linux-riscv, devicetree, linux-kernel

Modify the SPDX-License-Identifier for dual license of GPL-2.0 OR MIT.

Signed-off-by: Drew Fustini <dfustini@baylibre.com>
---
 arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi | 2 +-
 arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts      | 2 +-
 arch/riscv/boot/dts/thead/th1520.dtsi                  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Jisheng Zhang and Guo Ren - I thought I would post this patch based on
the discussion in the thread about the BeagleV Ahead patches.

Message-ID:
20230722-upstream-beaglev-ahead-dts-v1-0-ccda511357f4@baylibre.com

Thanks,
Drew

diff --git a/arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi b/arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi
index 4b0249ac710f..a802ab110429 100644
--- a/arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi
+++ b/arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: (GPL-2.0 OR MIT)
 /*
  * Copyright (C) 2023 Jisheng Zhang <jszhang@kernel.org>
  */
diff --git a/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts b/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts
index a1248b2ee3a3..9a3884a73e13 100644
--- a/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts
+++ b/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: (GPL-2.0 OR MIT)
 /*
  * Copyright (C) 2023 Jisheng Zhang <jszhang@kernel.org>
  */
diff --git a/arch/riscv/boot/dts/thead/th1520.dtsi b/arch/riscv/boot/dts/thead/th1520.dtsi
index 56a73134b49e..ce708183b6f6 100644
--- a/arch/riscv/boot/dts/thead/th1520.dtsi
+++ b/arch/riscv/boot/dts/thead/th1520.dtsi
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: (GPL-2.0 OR MIT)
 /*
  * Copyright (C) 2021 Alibaba Group Holding Limited.
  * Copyright (C) 2023 Jisheng Zhang <jszhang@kernel.org>
-- 
2.34.1


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

* Re: [PATCH] riscv: dts: change TH1520 files to dual license
  2023-07-24 18:21 [PATCH] riscv: dts: change TH1520 files to dual license Drew Fustini
@ 2023-07-24 18:33 ` Conor Dooley
  2023-08-06  9:52 ` Jisheng Zhang
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Conor Dooley @ 2023-07-24 18:33 UTC (permalink / raw)
  To: Drew Fustini
  Cc: Jisheng Zhang, Guo Ren, Fu Wei, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Paul Walmsley, Palmer Dabbelt, Albert Ou,
	linux-riscv, devicetree, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 742 bytes --]

On Mon, Jul 24, 2023 at 11:21:29AM -0700, Drew Fustini wrote:
> Modify the SPDX-License-Identifier for dual license of GPL-2.0 OR MIT.
> 
> Signed-off-by: Drew Fustini <dfustini@baylibre.com>
> ---
>  arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi | 2 +-
>  arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts      | 2 +-
>  arch/riscv/boot/dts/thead/th1520.dtsi                  | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> Jisheng Zhang and Guo Ren - I thought I would post this patch based on
> the discussion in the thread about the BeagleV Ahead patches.

Not like my R-b does much in this case, but thanks for doing this,
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>

Cheers,
Conor.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PATCH] riscv: dts: change TH1520 files to dual license
  2023-07-24 18:21 [PATCH] riscv: dts: change TH1520 files to dual license Drew Fustini
  2023-07-24 18:33 ` Conor Dooley
@ 2023-08-06  9:52 ` Jisheng Zhang
  2023-08-08 15:23   ` Guo Ren
  2023-08-12 11:58 ` Guo Ren
  2023-08-16 18:05 ` Conor Dooley
  3 siblings, 1 reply; 7+ messages in thread
From: Jisheng Zhang @ 2023-08-06  9:52 UTC (permalink / raw)
  To: Drew Fustini
  Cc: Guo Ren, Fu Wei, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Paul Walmsley, Palmer Dabbelt, Albert Ou, linux-riscv,
	devicetree, linux-kernel

On Mon, Jul 24, 2023 at 11:21:29AM -0700, Drew Fustini wrote:
> Modify the SPDX-License-Identifier for dual license of GPL-2.0 OR MIT.
> 
> Signed-off-by: Drew Fustini <dfustini@baylibre.com>
> ---
>  arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi | 2 +-
>  arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts      | 2 +-
>  arch/riscv/boot/dts/thead/th1520.dtsi                  | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> Jisheng Zhang and Guo Ren - I thought I would post this patch based on
> the discussion in the thread about the BeagleV Ahead patches.

I need Guo's ack to this patch. Hi Guo Ren, are you OK with this patch?

Thanks

> 
> Message-ID:
> 20230722-upstream-beaglev-ahead-dts-v1-0-ccda511357f4@baylibre.com
> 
> Thanks,
> Drew
> 
> diff --git a/arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi b/arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi
> index 4b0249ac710f..a802ab110429 100644
> --- a/arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi
> +++ b/arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0
> +// SPDX-License-Identifier: (GPL-2.0 OR MIT)
>  /*
>   * Copyright (C) 2023 Jisheng Zhang <jszhang@kernel.org>
>   */
> diff --git a/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts b/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts
> index a1248b2ee3a3..9a3884a73e13 100644
> --- a/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts
> +++ b/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0
> +// SPDX-License-Identifier: (GPL-2.0 OR MIT)
>  /*
>   * Copyright (C) 2023 Jisheng Zhang <jszhang@kernel.org>
>   */
> diff --git a/arch/riscv/boot/dts/thead/th1520.dtsi b/arch/riscv/boot/dts/thead/th1520.dtsi
> index 56a73134b49e..ce708183b6f6 100644
> --- a/arch/riscv/boot/dts/thead/th1520.dtsi
> +++ b/arch/riscv/boot/dts/thead/th1520.dtsi
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0
> +// SPDX-License-Identifier: (GPL-2.0 OR MIT)
>  /*
>   * Copyright (C) 2021 Alibaba Group Holding Limited.
>   * Copyright (C) 2023 Jisheng Zhang <jszhang@kernel.org>
> -- 
> 2.34.1
> 

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

* Re: [PATCH] riscv: dts: change TH1520 files to dual license
  2023-08-06  9:52 ` Jisheng Zhang
@ 2023-08-08 15:23   ` Guo Ren
  2023-08-16 15:46     ` Jisheng Zhang
  0 siblings, 1 reply; 7+ messages in thread
From: Guo Ren @ 2023-08-08 15:23 UTC (permalink / raw)
  To: Jisheng Zhang
  Cc: Drew Fustini, Fu Wei, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Paul Walmsley, Palmer Dabbelt, Albert Ou,
	linux-riscv, devicetree, linux-kernel

On Sun, Aug 6, 2023 at 6:03 PM Jisheng Zhang <jszhang@kernel.org> wrote:
>
> On Mon, Jul 24, 2023 at 11:21:29AM -0700, Drew Fustini wrote:
> > Modify the SPDX-License-Identifier for dual license of GPL-2.0 OR MIT.
> >
> > Signed-off-by: Drew Fustini <dfustini@baylibre.com>
> > ---
> >  arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi | 2 +-
> >  arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts      | 2 +-
> >  arch/riscv/boot/dts/thead/th1520.dtsi                  | 2 +-
> >  3 files changed, 3 insertions(+), 3 deletions(-)
> >
> > Jisheng Zhang and Guo Ren - I thought I would post this patch based on
> > the discussion in the thread about the BeagleV Ahead patches.
>
> I need Guo's ack to this patch. Hi Guo Ren, are you OK with this patch?
I'm okay with the dual license.
Acked-by: Guo Ren <guoren@kernel.org>

>
> Thanks
>
> >
> > Message-ID:
> > 20230722-upstream-beaglev-ahead-dts-v1-0-ccda511357f4@baylibre.com
> >
> > Thanks,
> > Drew
> >
> > diff --git a/arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi b/arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi
> > index 4b0249ac710f..a802ab110429 100644
> > --- a/arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi
> > +++ b/arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi
> > @@ -1,4 +1,4 @@
> > -// SPDX-License-Identifier: GPL-2.0
> > +// SPDX-License-Identifier: (GPL-2.0 OR MIT)
> >  /*
> >   * Copyright (C) 2023 Jisheng Zhang <jszhang@kernel.org>
> >   */
> > diff --git a/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts b/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts
> > index a1248b2ee3a3..9a3884a73e13 100644
> > --- a/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts
> > +++ b/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts
> > @@ -1,4 +1,4 @@
> > -// SPDX-License-Identifier: GPL-2.0
> > +// SPDX-License-Identifier: (GPL-2.0 OR MIT)
> >  /*
> >   * Copyright (C) 2023 Jisheng Zhang <jszhang@kernel.org>
> >   */
> > diff --git a/arch/riscv/boot/dts/thead/th1520.dtsi b/arch/riscv/boot/dts/thead/th1520.dtsi
> > index 56a73134b49e..ce708183b6f6 100644
> > --- a/arch/riscv/boot/dts/thead/th1520.dtsi
> > +++ b/arch/riscv/boot/dts/thead/th1520.dtsi
> > @@ -1,4 +1,4 @@
> > -// SPDX-License-Identifier: GPL-2.0
> > +// SPDX-License-Identifier: (GPL-2.0 OR MIT)
> >  /*
> >   * Copyright (C) 2021 Alibaba Group Holding Limited.
> >   * Copyright (C) 2023 Jisheng Zhang <jszhang@kernel.org>
> > --
> > 2.34.1
> >



-- 
Best Regards
 Guo Ren

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

* Re: [PATCH] riscv: dts: change TH1520 files to dual license
  2023-07-24 18:21 [PATCH] riscv: dts: change TH1520 files to dual license Drew Fustini
  2023-07-24 18:33 ` Conor Dooley
  2023-08-06  9:52 ` Jisheng Zhang
@ 2023-08-12 11:58 ` Guo Ren
  2023-08-16 18:05 ` Conor Dooley
  3 siblings, 0 replies; 7+ messages in thread
From: Guo Ren @ 2023-08-12 11:58 UTC (permalink / raw)
  To: Drew Fustini
  Cc: Jisheng Zhang, Fu Wei, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Paul Walmsley, Palmer Dabbelt, Albert Ou,
	linux-riscv, devicetree, linux-kernel

Reviewed-by: Guo Ren <guoren@kernel.org>

On Tue, Jul 25, 2023 at 2:21 AM Drew Fustini <dfustini@baylibre.com> wrote:
>
> Modify the SPDX-License-Identifier for dual license of GPL-2.0 OR MIT.
>
> Signed-off-by: Drew Fustini <dfustini@baylibre.com>
> ---
>  arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi | 2 +-
>  arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts      | 2 +-
>  arch/riscv/boot/dts/thead/th1520.dtsi                  | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
>
> Jisheng Zhang and Guo Ren - I thought I would post this patch based on
> the discussion in the thread about the BeagleV Ahead patches.
>
> Message-ID:
> 20230722-upstream-beaglev-ahead-dts-v1-0-ccda511357f4@baylibre.com
>
> Thanks,
> Drew
>
> diff --git a/arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi b/arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi
> index 4b0249ac710f..a802ab110429 100644
> --- a/arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi
> +++ b/arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0
> +// SPDX-License-Identifier: (GPL-2.0 OR MIT)
>  /*
>   * Copyright (C) 2023 Jisheng Zhang <jszhang@kernel.org>
>   */
> diff --git a/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts b/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts
> index a1248b2ee3a3..9a3884a73e13 100644
> --- a/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts
> +++ b/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0
> +// SPDX-License-Identifier: (GPL-2.0 OR MIT)
>  /*
>   * Copyright (C) 2023 Jisheng Zhang <jszhang@kernel.org>
>   */
> diff --git a/arch/riscv/boot/dts/thead/th1520.dtsi b/arch/riscv/boot/dts/thead/th1520.dtsi
> index 56a73134b49e..ce708183b6f6 100644
> --- a/arch/riscv/boot/dts/thead/th1520.dtsi
> +++ b/arch/riscv/boot/dts/thead/th1520.dtsi
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0
> +// SPDX-License-Identifier: (GPL-2.0 OR MIT)
>  /*
>   * Copyright (C) 2021 Alibaba Group Holding Limited.
>   * Copyright (C) 2023 Jisheng Zhang <jszhang@kernel.org>
> --
> 2.34.1
>


-- 
Best Regards
 Guo Ren

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

* Re: [PATCH] riscv: dts: change TH1520 files to dual license
  2023-08-08 15:23   ` Guo Ren
@ 2023-08-16 15:46     ` Jisheng Zhang
  0 siblings, 0 replies; 7+ messages in thread
From: Jisheng Zhang @ 2023-08-16 15:46 UTC (permalink / raw)
  To: Guo Ren
  Cc: Drew Fustini, Fu Wei, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Paul Walmsley, Palmer Dabbelt, Albert Ou,
	linux-riscv, devicetree, linux-kernel

On Tue, Aug 08, 2023 at 11:23:30PM +0800, Guo Ren wrote:
> On Sun, Aug 6, 2023 at 6:03 PM Jisheng Zhang <jszhang@kernel.org> wrote:
> >
> > On Mon, Jul 24, 2023 at 11:21:29AM -0700, Drew Fustini wrote:
> > > Modify the SPDX-License-Identifier for dual license of GPL-2.0 OR MIT.
> > >
> > > Signed-off-by: Drew Fustini <dfustini@baylibre.com>

Acked-by: Jisheng Zhang <jszhang@kernel.org>

> > > ---
> > >  arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi | 2 +-
> > >  arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts      | 2 +-
> > >  arch/riscv/boot/dts/thead/th1520.dtsi                  | 2 +-
> > >  3 files changed, 3 insertions(+), 3 deletions(-)
> > >
> > > Jisheng Zhang and Guo Ren - I thought I would post this patch based on
> > > the discussion in the thread about the BeagleV Ahead patches.
> >
> > I need Guo's ack to this patch. Hi Guo Ren, are you OK with this patch?
> I'm okay with the dual license.
> Acked-by: Guo Ren <guoren@kernel.org>
> 
> >
> > Thanks
> >
> > >
> > > Message-ID:
> > > 20230722-upstream-beaglev-ahead-dts-v1-0-ccda511357f4@baylibre.com
> > >
> > > Thanks,
> > > Drew
> > >
> > > diff --git a/arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi b/arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi
> > > index 4b0249ac710f..a802ab110429 100644
> > > --- a/arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi
> > > +++ b/arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi
> > > @@ -1,4 +1,4 @@
> > > -// SPDX-License-Identifier: GPL-2.0
> > > +// SPDX-License-Identifier: (GPL-2.0 OR MIT)
> > >  /*
> > >   * Copyright (C) 2023 Jisheng Zhang <jszhang@kernel.org>
> > >   */
> > > diff --git a/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts b/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts
> > > index a1248b2ee3a3..9a3884a73e13 100644
> > > --- a/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts
> > > +++ b/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts
> > > @@ -1,4 +1,4 @@
> > > -// SPDX-License-Identifier: GPL-2.0
> > > +// SPDX-License-Identifier: (GPL-2.0 OR MIT)
> > >  /*
> > >   * Copyright (C) 2023 Jisheng Zhang <jszhang@kernel.org>
> > >   */
> > > diff --git a/arch/riscv/boot/dts/thead/th1520.dtsi b/arch/riscv/boot/dts/thead/th1520.dtsi
> > > index 56a73134b49e..ce708183b6f6 100644
> > > --- a/arch/riscv/boot/dts/thead/th1520.dtsi
> > > +++ b/arch/riscv/boot/dts/thead/th1520.dtsi
> > > @@ -1,4 +1,4 @@
> > > -// SPDX-License-Identifier: GPL-2.0
> > > +// SPDX-License-Identifier: (GPL-2.0 OR MIT)
> > >  /*
> > >   * Copyright (C) 2021 Alibaba Group Holding Limited.
> > >   * Copyright (C) 2023 Jisheng Zhang <jszhang@kernel.org>
> > > --
> > > 2.34.1
> > >
> 
> 
> 
> -- 
> Best Regards
>  Guo Ren

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

* Re: [PATCH] riscv: dts: change TH1520 files to dual license
  2023-07-24 18:21 [PATCH] riscv: dts: change TH1520 files to dual license Drew Fustini
                   ` (2 preceding siblings ...)
  2023-08-12 11:58 ` Guo Ren
@ 2023-08-16 18:05 ` Conor Dooley
  3 siblings, 0 replies; 7+ messages in thread
From: Conor Dooley @ 2023-08-16 18:05 UTC (permalink / raw)
  To: Jisheng Zhang, Guo Ren, Fu Wei, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Paul Walmsley, Palmer Dabbelt, Albert Ou,
	linux-riscv, devicetree, linux-kernel, Drew Fustini
  Cc: conor, Conor Dooley

From: Conor Dooley <conor.dooley@microchip.com>

On Mon, 24 Jul 2023 11:21:29 -0700, Drew Fustini wrote:
> Modify the SPDX-License-Identifier for dual license of GPL-2.0 OR MIT.
> 
> 

Applied to riscv-dt-for-next, thanks!

[1/1] riscv: dts: change TH1520 files to dual license
      https://git.kernel.org/conor/c/a3ce3ff28385

Thanks,
Conor.

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

end of thread, other threads:[~2023-08-16 18:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-24 18:21 [PATCH] riscv: dts: change TH1520 files to dual license Drew Fustini
2023-07-24 18:33 ` Conor Dooley
2023-08-06  9:52 ` Jisheng Zhang
2023-08-08 15:23   ` Guo Ren
2023-08-16 15:46     ` Jisheng Zhang
2023-08-12 11:58 ` Guo Ren
2023-08-16 18:05 ` Conor Dooley

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