lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 25 Aug 2022 12:45:05 +0200
From:   Etienne Carriere <etienne.carriere@...aro.org>
To:     linux-kernel@...r.kernel.org
Cc:     devicetree@...r.kernel.org, linux-gpio@...r.kernel.org,
        Etienne Carriere <etienne.carriere@...aro.org>,
        Stephen Warren <swarren@...dia.com>,
        Linus Walleij <linus.walleij@...aro.org>,
        Laxman Dewangan <ldewangan@...dia.com>,
        Charles Keepax <ckeepax@...nsource.wolfsonmicro.com>,
        Andrew Jeffery <andrew@...id.au>,
        Thomas Petazzoni <thomas.petazzoni@...tlin.com>,
        Nuno Sá <nuno.sa@...log.com>,
        Bartosz Golaszewski <brgl@...ev.pl>,
        Rob Herring <robh+dt@...nel.org>,
        Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>
Subject: [PATCH] dt-binding: gpio: publish binding IDs under dual license

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@...dia.com>
Cc: Linus Walleij <linus.walleij@...aro.org>
Cc: Laxman Dewangan <ldewangan@...dia.com>
Cc: Charles Keepax <ckeepax@...nsource.wolfsonmicro.com>
Cc: Andrew Jeffery <andrew@...id.au>
Cc: Thomas Petazzoni <thomas.petazzoni@...tlin.com>
Cc: Nuno Sá <nuno.sa@...log.com>
Cc: Bartosz Golaszewski <brgl@...ev.pl>
Cc: Rob Herring <robh+dt@...nel.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>

Signed-off-by: Etienne Carriere <etienne.carriere@...aro.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ