Message ID | 20230724182129.843687-1-dfustini@baylibre.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Conor Dooley |
Headers | show |
Series | riscv: dts: change TH1520 files to dual license | expand |
Context | Check | Description |
---|---|---|
conchuod/cover_letter | success | Single patches do not need cover letters |
conchuod/tree_selection | success | Guessed tree name to be for-next at HEAD 471aba2e4760 |
conchuod/fixes_present | success | Fixes tag not required for -next series |
conchuod/maintainers_pattern | success | MAINTAINERS pattern errors before the patch: 4 and now 4 |
conchuod/verify_signedoff | success | Signed-off-by tag matches author and committer |
conchuod/kdoc | success | Errors and warnings before: 0 this patch: 0 |
conchuod/build_rv64_clang_allmodconfig | success | Errors and warnings before: 9 this patch: 9 |
conchuod/module_param | success | Was 0 now: 0 |
conchuod/build_rv64_gcc_allmodconfig | success | Errors and warnings before: 9 this patch: 9 |
conchuod/build_rv32_defconfig | success | Build OK |
conchuod/dtb_warn_rv64 | success | Errors and warnings before: 3 this patch: 3 |
conchuod/header_inline | success | No static functions without inline keyword in header files |
conchuod/checkpatch | success | total: 0 errors, 0 warnings, 0 checks, 15 lines checked |
conchuod/build_rv64_nommu_k210_defconfig | success | Build OK |
conchuod/verify_fixes | success | No Fixes tag |
conchuod/build_rv64_nommu_virt_defconfig | success | Build OK |
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.
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 >
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 > >
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 >
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
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.
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>
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