All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] dt-binding: gpio: publish binding IDs under dual license
@ 2022-09-05 14:55 Etienne Carriere
  2022-09-05 15:09 ` Krzysztof Kozlowski
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Etienne Carriere @ 2022-09-05 14:55 UTC (permalink / raw)
  To: linux-kernel
  Cc: devicetree, linux-gpio, 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-2-Clause license terms. This change allows this 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 v2:
- Fix commit log.

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] 10+ messages in thread

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

On 05/09/2022 16:55, Etienne Carriere wrote:
> Changes gpio.h DT binding header file to be published under GPLv2 or
> BSD-2-Clause license terms. This change allows this 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>

Please keep my Ack once received (for insignificant changes):

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


Best regards,
Krzysztof

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

* Re: [PATCH v3] dt-binding: gpio: publish binding IDs under dual license
  2022-09-05 14:55 [PATCH v3] dt-binding: gpio: publish binding IDs under dual license Etienne Carriere
  2022-09-05 15:09 ` Krzysztof Kozlowski
@ 2022-09-05 19:11 ` Linus Walleij
  2022-09-22  8:37 ` Bartosz Golaszewski
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 10+ messages in thread
From: Linus Walleij @ 2022-09-05 19:11 UTC (permalink / raw)
  To: Etienne Carriere
  Cc: linux-kernel, devicetree, linux-gpio, Stephen Warren,
	Laxman Dewangan, Andrew Jeffery, Thomas Petazzoni, Nuno Sá,
	Bartosz Golaszewski, Rob Herring, Krzysztof Kozlowski

On Mon, Sep 5, 2022 at 4:57 PM Etienne Carriere
<etienne.carriere@linaro.org> wrote:

> Changes gpio.h DT binding header file to be published under GPLv2 or
> BSD-2-Clause license terms. This change allows this 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>

Fine by me.
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij

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

* Re: [PATCH v3] dt-binding: gpio: publish binding IDs under dual license
  2022-09-05 14:55 [PATCH v3] dt-binding: gpio: publish binding IDs under dual license Etienne Carriere
  2022-09-05 15:09 ` Krzysztof Kozlowski
  2022-09-05 19:11 ` Linus Walleij
@ 2022-09-22  8:37 ` Bartosz Golaszewski
  2022-09-24 17:57   ` Rob Herring
  2022-10-19  7:54 ` Sa, Nuno
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 10+ messages in thread
From: Bartosz Golaszewski @ 2022-09-22  8:37 UTC (permalink / raw)
  To: Etienne Carriere
  Cc: linux-kernel, devicetree, linux-gpio, Stephen Warren,
	Linus Walleij, Laxman Dewangan, Andrew Jeffery, Thomas Petazzoni,
	Nuno Sá,
	Rob Herring, Krzysztof Kozlowski

On Mon, Sep 5, 2022 at 4:57 PM Etienne Carriere
<etienne.carriere@linaro.org> wrote:
>
> Changes gpio.h DT binding header file to be published under GPLv2 or
> BSD-2-Clause license terms. This change allows this 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>
> ---

Applied, thanks!

Bart

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

* Re: [PATCH v3] dt-binding: gpio: publish binding IDs under dual license
  2022-09-22  8:37 ` Bartosz Golaszewski
@ 2022-09-24 17:57   ` Rob Herring
  2022-09-26  7:27     ` Bartosz Golaszewski
  0 siblings, 1 reply; 10+ messages in thread
From: Rob Herring @ 2022-09-24 17:57 UTC (permalink / raw)
  To: Bartosz Golaszewski
  Cc: Etienne Carriere, linux-kernel, devicetree, linux-gpio,
	Stephen Warren, Linus Walleij, Laxman Dewangan, Andrew Jeffery,
	Thomas Petazzoni, Nuno Sá,
	Krzysztof Kozlowski

On Thu, Sep 22, 2022 at 10:37:03AM +0200, Bartosz Golaszewski wrote:
> On Mon, Sep 5, 2022 at 4:57 PM Etienne Carriere
> <etienne.carriere@linaro.org> wrote:
> >
> > Changes gpio.h DT binding header file to be published under GPLv2 or
> > BSD-2-Clause license terms. This change allows this 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>
> > ---
> 
> Applied, thanks!

I don't think anyone is really going to care, but you first need acks 
from the Cc list to re-license or a lawyer to tell you it's not 
copyrightable anyways and doesn't matter. Your choice. ;)

Rob

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

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

On Sat, Sep 24, 2022 at 7:57 PM Rob Herring <robh@kernel.org> wrote:
>
> On Thu, Sep 22, 2022 at 10:37:03AM +0200, Bartosz Golaszewski wrote:
> > On Mon, Sep 5, 2022 at 4:57 PM Etienne Carriere
> > <etienne.carriere@linaro.org> wrote:
> > >
> > > Changes gpio.h DT binding header file to be published under GPLv2 or
> > > BSD-2-Clause license terms. This change allows this 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>
> > > ---
> >
> > Applied, thanks!
>
> I don't think anyone is really going to care, but you first need acks
> from the Cc list to re-license or a lawyer to tell you it's not
> copyrightable anyways and doesn't matter. Your choice. ;)
>
> Rob

Eek, you're right. Will back it out for now.

Thanks
Bartosz

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

* RE: [PATCH v3] dt-binding: gpio: publish binding IDs under dual license
  2022-09-05 14:55 [PATCH v3] dt-binding: gpio: publish binding IDs under dual license Etienne Carriere
                   ` (2 preceding siblings ...)
  2022-09-22  8:37 ` Bartosz Golaszewski
@ 2022-10-19  7:54 ` Sa, Nuno
  2022-11-21  0:23 ` Andrew Jeffery
  2023-01-17 20:43 ` Rob Herring
  5 siblings, 0 replies; 10+ messages in thread
From: Sa, Nuno @ 2022-10-19  7:54 UTC (permalink / raw)
  To: Etienne Carriere, linux-kernel
  Cc: devicetree, linux-gpio, Stephen Warren, Linus Walleij,
	Laxman Dewangan, Andrew Jeffery, Thomas Petazzoni,
	Bartosz Golaszewski, Rob Herring, Krzysztof Kozlowski

> From: Etienne Carriere <etienne.carriere@linaro.org>
> Sent: Monday, September 5, 2022 4:56 PM
> To: linux-kernel@vger.kernel.org
> Cc: devicetree@vger.kernel.org; linux-gpio@vger.kernel.org; Etienne
> Carriere <etienne.carriere@linaro.org>; Stephen Warren
> <swarren@nvidia.com>; Linus Walleij <linus.walleij@linaro.org>; Laxman
> Dewangan <ldewangan@nvidia.com>; Andrew Jeffery <andrew@aj.id.au>;
> Thomas Petazzoni <thomas.petazzoni@bootlin.com>; Sa, Nuno
> <Nuno.Sa@analog.com>; Bartosz Golaszewski <brgl@bgdev.pl>; Rob Herring
> <robh+dt@kernel.org>; Krzysztof Kozlowski
> <krzysztof.kozlowski+dt@linaro.org>
> Subject: [PATCH v3] dt-binding: gpio: publish binding IDs under dual license
> 
> [External]
> 
> Changes gpio.h DT binding header file to be published under GPLv2 or
> BSD-2-Clause license terms. This change allows this 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 v2:
> - Fix commit log.
> 
> Changes since v1:
> - Publish under BSD-2-Clause instead of BSD-3-Clause.
> - Remove Charles Keepax from CC list.
> 
> ---

Acked-by: Nuno Sá <nuno.sa@analog.com>

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

* Re: [PATCH v3] dt-binding: gpio: publish binding IDs under dual license
  2022-09-05 14:55 [PATCH v3] dt-binding: gpio: publish binding IDs under dual license Etienne Carriere
                   ` (3 preceding siblings ...)
  2022-10-19  7:54 ` Sa, Nuno
@ 2022-11-21  0:23 ` Andrew Jeffery
  2022-11-21  8:36   ` Etienne Carriere
  2023-01-17 20:43 ` Rob Herring
  5 siblings, 1 reply; 10+ messages in thread
From: Andrew Jeffery @ 2022-11-21  0:23 UTC (permalink / raw)
  To: Etienne Carriere, linux-kernel
  Cc: devicetree, linux-gpio, Stephen Warren, Linus Walleij,
	Laxman Dewangan, Thomas Petazzoni, Nuno Sá,
	Bartosz Golaszewski, Rob Herring, Krzysztof Kozlowski



On Tue, 6 Sep 2022, at 00:25, Etienne Carriere wrote:
> Changes gpio.h DT binding header file to be published under GPLv2 or
> BSD-2-Clause license terms. This change allows this 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>

Acked-by: Andrew Jeffery <andrew@aj.id.au>

Apologies for the delay, it took me a bit to find the right people to talk to.

Andrew

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

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

Hello Andrew and all,

On Mon, 21 Nov 2022 at 01:24, Andrew Jeffery <andrew@aj.id.au> wrote:
>
>
>
> On Tue, 6 Sep 2022, at 00:25, Etienne Carriere wrote:
> > Changes gpio.h DT binding header file to be published under GPLv2 or
> > BSD-2-Clause license terms. This change allows this 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>
>
> Acked-by: Andrew Jeffery <andrew@aj.id.au>
>
> Apologies for the delay, it took me a bit to find the right people to talk to.

Thanks a lot for closing looking at this change.
I think all contributors now have acked it.

Regards,
Etienne

>
> Andrew

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

* Re: [PATCH v3] dt-binding: gpio: publish binding IDs under dual license
  2022-09-05 14:55 [PATCH v3] dt-binding: gpio: publish binding IDs under dual license Etienne Carriere
                   ` (4 preceding siblings ...)
  2022-11-21  0:23 ` Andrew Jeffery
@ 2023-01-17 20:43 ` Rob Herring
  5 siblings, 0 replies; 10+ messages in thread
From: Rob Herring @ 2023-01-17 20:43 UTC (permalink / raw)
  To: Etienne Carriere
  Cc: linux-kernel, Linus Walleij, linux-gpio, Andrew Jeffery,
	Nuno Sá,
	devicetree, Stephen Warren, Rob Herring, Thomas Petazzoni,
	Krzysztof Kozlowski, Bartosz Golaszewski, Laxman Dewangan

On Mon, 05 Sep 2022 16:55:55 +0200, Etienne Carriere wrote:
> Changes gpio.h DT binding header file to be published under GPLv2 or
> BSD-2-Clause license terms. This change allows this 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 v2:
> - Fix commit log.
> 
> 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(-)
> 

Applied, thanks!

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

end of thread, other threads:[~2023-01-17 22:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-05 14:55 [PATCH v3] dt-binding: gpio: publish binding IDs under dual license Etienne Carriere
2022-09-05 15:09 ` Krzysztof Kozlowski
2022-09-05 19:11 ` Linus Walleij
2022-09-22  8:37 ` Bartosz Golaszewski
2022-09-24 17:57   ` Rob Herring
2022-09-26  7:27     ` Bartosz Golaszewski
2022-10-19  7:54 ` Sa, Nuno
2022-11-21  0:23 ` Andrew Jeffery
2022-11-21  8:36   ` Etienne Carriere
2023-01-17 20:43 ` Rob Herring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.