linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] dt-binding: gpio: publish binding IDs under dual license
@ 2022-09-01 16:36 Etienne Carriere
  2022-09-05  6:37 ` Krzysztof Kozlowski
  2022-09-05  6:59 ` Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Etienne Carriere @ 2022-09-01 16:36 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-gpio, devicetree, Etienne Carriere, Stephen Warren,
	Linus Walleij, Laxman Dewangan, Andrew Jeffery, Thomas Petazzoni,
	Nuno Sá, Bartosz Golaszewski, Rob Herring,
	Krzysztof Kozlowski

Changes gpio.h DT binding header file to be published under GPLv2 or
BSD-3-Clause license terms. This change allows these GPIO generic
bindings header file to be used in software components as bootloaders
and OSes that are not published under GPLv2 terms.

All contributors to gpio.h file in copy.

Cc: Stephen Warren <swarren@nvidia.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Laxman Dewangan <ldewangan@nvidia.com>
Cc: Andrew Jeffery <andrew@aj.id.au>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Nuno Sá <nuno.sa@analog.com>
Cc: Bartosz Golaszewski <brgl@bgdev.pl>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>

Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
---
Changes since v1:
- Publish under BSD-2-Clause instead of BSD-3-Clause.
- Remove Charles Keepax from CC list.

---
 include/dt-bindings/gpio/gpio.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/dt-bindings/gpio/gpio.h b/include/dt-bindings/gpio/gpio.h
index 5566e58196a2..b5d531237448 100644
--- a/include/dt-bindings/gpio/gpio.h
+++ b/include/dt-bindings/gpio/gpio.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) */
 /*
  * This header provides constants for most GPIO bindings.
  *
-- 
2.25.1


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

* Re: [PATCH v2] dt-binding: gpio: publish binding IDs under dual license
  2022-09-01 16:36 [PATCH v2] dt-binding: gpio: publish binding IDs under dual license Etienne Carriere
@ 2022-09-05  6:37 ` Krzysztof Kozlowski
  2022-09-05  6:59 ` Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2022-09-05  6:37 UTC (permalink / raw)
  To: Etienne Carriere, linux-kernel
  Cc: linux-gpio, devicetree, Stephen Warren, Linus Walleij,
	Laxman Dewangan, Andrew Jeffery, Thomas Petazzoni, Nuno Sá,
	Bartosz Golaszewski, Rob Herring, Krzysztof Kozlowski

On 01/09/2022 19:36, Etienne Carriere wrote:
> Changes gpio.h DT binding header file to be published under GPLv2 or
> BSD-3-Clause license terms. This change allows these GPIO generic
> bindings header file to be used in software components as bootloaders
> and OSes that are not published under GPLv2 terms.
> 
> All contributors to gpio.h file in copy.
> 
> Cc: Stephen Warren <swarren@nvidia.com>
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Cc: Laxman Dewangan <ldewangan@nvidia.com>
> Cc: Andrew Jeffery <andrew@aj.id.au>
> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> Cc: Nuno Sá <nuno.sa@analog.com>
> Cc: Bartosz Golaszewski <brgl@bgdev.pl>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
> 
> Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
> ---
> Changes since v1:
> - Publish under BSD-2-Clause instead of BSD-3-Clause.
> - Remove Charles Keepax from CC list.
> 

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof

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

* Re: [PATCH v2] dt-binding: gpio: publish binding IDs under dual license
  2022-09-01 16:36 [PATCH v2] dt-binding: gpio: publish binding IDs under dual license Etienne Carriere
  2022-09-05  6:37 ` Krzysztof Kozlowski
@ 2022-09-05  6:59 ` Thomas Petazzoni
  2022-09-05 14:52   ` Etienne Carriere
  1 sibling, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2022-09-05  6:59 UTC (permalink / raw)
  To: Etienne Carriere
  Cc: linux-kernel, linux-gpio, devicetree, Stephen Warren,
	Linus Walleij, Laxman Dewangan, Andrew Jeffery, Nuno Sá,
	Bartosz Golaszewski, Rob Herring, Krzysztof Kozlowski

On Thu,  1 Sep 2022 18:36:36 +0200
Etienne Carriere <etienne.carriere@linaro.org> wrote:

> Changes gpio.h DT binding header file to be published under GPLv2 or
> BSD-3-Clause license terms. This change allows these GPIO generic

You're actually changing to BSD-2-Clause. Your v1 changed to
BSD-3-Clause, but following feedback, you change the SPDX code to
BSD-2-Clause but forgot to update the commit log.

Best regards,

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com

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

* Re: [PATCH v2] dt-binding: gpio: publish binding IDs under dual license
  2022-09-05  6:59 ` Thomas Petazzoni
@ 2022-09-05 14:52   ` Etienne Carriere
  0 siblings, 0 replies; 4+ messages in thread
From: Etienne Carriere @ 2022-09-05 14:52 UTC (permalink / raw)
  To: Thomas Petazzoni
  Cc: linux-kernel, linux-gpio, devicetree, Stephen Warren,
	Linus Walleij, Laxman Dewangan, Andrew Jeffery, Nuno Sá,
	Bartosz Golaszewski, Rob Herring, Krzysztof Kozlowski

Hi Thomas,

On Mon, 5 Sept 2022 at 08:59, Thomas Petazzoni
<thomas.petazzoni@bootlin.com> wrote:
>
> On Thu,  1 Sep 2022 18:36:36 +0200
> Etienne Carriere <etienne.carriere@linaro.org> wrote:
>
> > Changes gpio.h DT binding header file to be published under GPLv2 or
> > BSD-3-Clause license terms. This change allows these GPIO generic
>
> You're actually changing to BSD-2-Clause. Your v1 changed to
> BSD-3-Clause, but following feedback, you change the SPDX code to
> BSD-2-Clause but forgot to update the commit log.

Right, my apologies.
I'll fix in v3.

Br,
etienne

>
> Best regards,
>
> Thomas
> --
> Thomas Petazzoni, co-owner and CEO, Bootlin
> Embedded Linux and Kernel engineering and training
> https://bootlin.com

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

end of thread, other threads:[~2022-09-05 14:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-01 16:36 [PATCH v2] dt-binding: gpio: publish binding IDs under dual license Etienne Carriere
2022-09-05  6:37 ` Krzysztof Kozlowski
2022-09-05  6:59 ` Thomas Petazzoni
2022-09-05 14:52   ` Etienne Carriere

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