public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-binding: leds: publish common bindings under dual license
@ 2026-04-07 11:39 Corvin Köhne
  2026-04-07 11:45 ` Greg Kroah-Hartman
  2026-04-07 12:42 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 3+ messages in thread
From: Corvin Köhne @ 2026-04-07 11:39 UTC (permalink / raw)
  To: linux-kernel
  Cc: open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Rob Herring, open list:LED SUBSYSTEM, Krzysztof Kozlowski,
	Conor Dooley, Pavel Machek, Lee Jones, Corvin Köhne,
	Ashley Towns, Dan Murphy, Gergo Koteles, Greg Kroah-Hartman,
	INAGAKI Hiroshi, Jacek Anaszewski, Jacek Anaszewski,
	Linus Torvalds, Olliver Schinagl, Pavel Machek,
	Rafał Miłecki, Roderick Colenbrander

From: Corvin Köhne <c.koehne@beckhoff.com>

Changes leds/common.h DT binding header file to be published under GPLv2
or BSD-2-Clause license terms. This change allows this common LED
bindings header file to be used in software components as bootloaders
and OSes that are not published under GPLv2 terms.

All contributors to leds/common.h file in copy.

Cc: Ashley Towns <mail@ashleytowns.id.au>
Cc: Dan Murphy <dmurphy@ti.com>
Cc: Gergo Koteles <soyer@irl.hu>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: INAGAKI Hiroshi <musashino.open@gmail.com>
Cc: Jacek Anaszewski <j.anaszewski@samsung.com>
Cc: Jacek Anaszewski <jacek.anaszewski@gmail.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Olliver Schinagl <oliver@schinagl.nl>
Cc: Pavel Machek <pavel@ucw.cz>
Cc: Rafał Miłecki <rafal@milecki.pl>
Cc: Roderick Colenbrander <roderick@gaikai.com>

Cc: Lee Jones <lee@kernel.org>
Cc: Rob Herring <robh@kernel.org>
Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: linux-leds@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Corvin Köhne <c.koehne@beckhoff.com>
---
 include/dt-bindings/leds/common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/dt-bindings/leds/common.h b/include/dt-bindings/leds/common.h
index 4f017bea0123..b7bafbaf7df3 100644
--- a/include/dt-bindings/leds/common.h
+++ b/include/dt-bindings/leds/common.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) */
 /*
  * This header provides macros for the common LEDs device tree bindings.
  *
-- 
2.47.3


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

* Re: [PATCH] dt-binding: leds: publish common bindings under dual license
  2026-04-07 11:39 [PATCH] dt-binding: leds: publish common bindings under dual license Corvin Köhne
@ 2026-04-07 11:45 ` Greg Kroah-Hartman
  2026-04-07 12:42 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 3+ messages in thread
From: Greg Kroah-Hartman @ 2026-04-07 11:45 UTC (permalink / raw)
  To: Corvin Köhne
  Cc: linux-kernel,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Rob Herring, open list:LED SUBSYSTEM, Krzysztof Kozlowski,
	Conor Dooley, Pavel Machek, Lee Jones, Corvin Köhne,
	Ashley Towns, Dan Murphy, Gergo Koteles, INAGAKI Hiroshi,
	Jacek Anaszewski, Jacek Anaszewski, Linus Torvalds,
	Olliver Schinagl, Pavel Machek, Rafał Miłecki,
	Roderick Colenbrander

On Tue, Apr 07, 2026 at 01:39:41PM +0200, Corvin Köhne wrote:
> From: Corvin Köhne <c.koehne@beckhoff.com>
> 
> Changes leds/common.h DT binding header file to be published under GPLv2
> or BSD-2-Clause license terms. This change allows this common LED
> bindings header file to be used in software components as bootloaders
> and OSes that are not published under GPLv2 terms.
> 
> All contributors to leds/common.h file in copy.
> 
> Cc: Ashley Towns <mail@ashleytowns.id.au>
> Cc: Dan Murphy <dmurphy@ti.com>
> Cc: Gergo Koteles <soyer@irl.hu>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

My only change was to put the proper SPDX line on the file, so my
opinion/change does not count here for a licensing change, sorry.

thanks,

greg k-h

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

* Re: [PATCH] dt-binding: leds: publish common bindings under dual license
  2026-04-07 11:39 [PATCH] dt-binding: leds: publish common bindings under dual license Corvin Köhne
  2026-04-07 11:45 ` Greg Kroah-Hartman
@ 2026-04-07 12:42 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2026-04-07 12:42 UTC (permalink / raw)
  To: Corvin Köhne, linux-kernel
  Cc: open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Rob Herring, open list:LED SUBSYSTEM, Krzysztof Kozlowski,
	Conor Dooley, Pavel Machek, Lee Jones, Corvin Köhne,
	Ashley Towns, Dan Murphy, Gergo Koteles, Greg Kroah-Hartman,
	INAGAKI Hiroshi, Jacek Anaszewski, Linus Torvalds,
	Olliver Schinagl, Pavel Machek, Rafał Miłecki,
	Roderick Colenbrander

On 07/04/2026 13:39, Corvin Köhne wrote:
> From: Corvin Köhne <c.koehne@beckhoff.com>
> 
> Changes leds/common.h DT binding header file to be published under GPLv2
> or BSD-2-Clause license terms. This change allows this common LED
> bindings header file to be used in software components as bootloaders
> and OSes that are not published under GPLv2 terms.
> 
> All contributors to leds/common.h file in copy.
> 
> Cc: Ashley Towns <mail@ashleytowns.id.au>
> Cc: Dan Murphy <dmurphy@ti.com>
> Cc: Gergo Koteles <soyer@irl.hu>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Drop, adding SPDX tag was barely a copyrightable work needing
acknowledgement.

> Cc: INAGAKI Hiroshi <musashino.open@gmail.com>
> Cc: Jacek Anaszewski <j.anaszewski@samsung.com>

You can drop this one, not a valid email anymore.

> Cc: Jacek Anaszewski <jacek.anaszewski@gmail.com>
> Cc: Linus Torvalds <torvalds@linux-foundation.org>

Drop, this was a merge.

> Cc: Olliver Schinagl <oliver@schinagl.nl>
> Cc: Pavel Machek <pavel@ucw.cz>
> Cc: Rafał Miłecki <rafal@milecki.pl>
> Cc: Roderick Colenbrander <roderick@gaikai.com>
> 

Cc list ends here.

> Cc: Lee Jones <lee@kernel.org>
> Cc: Rob Herring <robh@kernel.org>
> Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
> Cc: Conor Dooley <conor+dt@kernel.org>
> Cc: linux-leds@vger.kernel.org
> Cc: devicetree@vger.kernel.org
> Cc: linux-kernel@vger.kernel.org

Please drop the autogenerated scripts/get_maintainer.pl CC-entries from
commit msg. There is no single need to store automated output of
get_maintainers.pl in the git log. It can be easily re-created at any
given time, thus its presence in the git history is redundant and
obfuscates the log.

If you need it for your own patch management purposes, keep it under the
--- separator.

> Signed-off-by: Corvin Köhne <c.koehne@beckhoff.com>
> ---
>  include/dt-bindings/leds/common.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Best regards,
Krzysztof


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

end of thread, other threads:[~2026-04-07 12:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-07 11:39 [PATCH] dt-binding: leds: publish common bindings under dual license Corvin Köhne
2026-04-07 11:45 ` Greg Kroah-Hartman
2026-04-07 12:42 ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox