devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-binding: gpio: publish binding IDs under dual license
@ 2022-08-25 10:45 Etienne Carriere
  2022-08-25 11:10 ` Krzysztof Kozlowski
  2022-08-25 16:04 ` Rob Herring
  0 siblings, 2 replies; 5+ messages in thread
From: Etienne Carriere @ 2022-08-25 10:45 UTC (permalink / raw)
  To: linux-kernel
  Cc: devicetree, linux-gpio, Etienne Carriere, Stephen Warren,
	Linus Walleij, Laxman Dewangan, Charles Keepax, 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: Charles Keepax <ckeepax@opensource.wolfsonmicro.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>
---
 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..f8df7511b8b4 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-3-Clause) */
 /*
  * This header provides constants for most GPIO bindings.
  *
-- 
2.25.1


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

end of thread, other threads:[~2022-08-25 22:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-25 10:45 [PATCH] dt-binding: gpio: publish binding IDs under dual license Etienne Carriere
2022-08-25 11:10 ` Krzysztof Kozlowski
2022-08-25 22:07   ` Etienne Carriere
2022-08-25 16:04 ` Rob Herring
2022-08-25 22:20   ` 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).