public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] SPDX conversion for watchdog drivers
@ 2023-05-17  7:21 Bagas Sanjaya
  2023-05-17  7:21 ` [PATCH 1/2] watchdog: Convert GPL 2.0 notice to SPDX identifier Bagas Sanjaya
  2023-05-17  7:21 ` [PATCH 2/2] watchdog: ibmasr: Replace GPL license notice with " Bagas Sanjaya
  0 siblings, 2 replies; 6+ messages in thread
From: Bagas Sanjaya @ 2023-05-17  7:21 UTC (permalink / raw)
  To: Linux Watchdog Drivers, Linux Kernel Mailing List
  Cc: Wim Van Sebroeck, Guenter Roeck, Bagas Sanjaya

This mini SPDX conversion series focuses on watchdog drivers. It is
splitted from v2 of my SPDX conversion series that is triggered by
Didi's GPL full name fixes [1] to easify review.

The only missing bit compared to v2 is driver for SiByte SB1 watchdog
driver (drivers/watchdog/sb_wdog.c). The driver is skipped because
although theoretically SPDX license identifier for it is
GPL-1.0-only OR GPL-2.0-only, it doesn't satisfy spdxcheck test.
On the other hand, GPL-1.0+ isn't the answer either, since it will
include GPL v3. With above constraints, the licensing requirement
for sb_wdog can't be expressed acceptably, and so it is omitted
from this series.

Happy reviewing!

[1]: https://lore.kernel.org/linux-spdx/20230512100620.36807-1-bagasdotme@gmail.com/

Bagas Sanjaya (2):
  watchdog: Convert GPL 2.0 notice to SPDX identifier
  watchdog: ibmasr: Replace GPL license notice with SPDX identifier

 drivers/watchdog/ep93xx_wdt.c     | 5 +----
 drivers/watchdog/ibmasr.c         | 3 +--
 drivers/watchdog/m54xx_wdt.c      | 4 +---
 drivers/watchdog/max63xx_wdt.c    | 5 +----
 drivers/watchdog/moxart_wdt.c     | 4 +---
 drivers/watchdog/octeon-wdt-nmi.S | 5 +----
 drivers/watchdog/orion_wdt.c      | 4 +---
 drivers/watchdog/rtd119x_wdt.c    | 2 +-
 drivers/watchdog/sbc_fitpc2_wdt.c | 4 +---
 drivers/watchdog/ts4800_wdt.c     | 4 +---
 drivers/watchdog/ts72xx_wdt.c     | 4 +---
 11 files changed, 11 insertions(+), 33 deletions(-)


base-commit: 10f67d1fd275528e62109de2ece26371833638e5
-- 
An old man doll... just what I always wanted! - Clara


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

end of thread, other threads:[~2023-05-17 12:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-17  7:21 [PATCH 0/2] SPDX conversion for watchdog drivers Bagas Sanjaya
2023-05-17  7:21 ` [PATCH 1/2] watchdog: Convert GPL 2.0 notice to SPDX identifier Bagas Sanjaya
2023-05-17  8:37   ` Mika Westerberg
2023-05-17 12:15   ` Guenter Roeck
2023-05-17  7:21 ` [PATCH 2/2] watchdog: ibmasr: Replace GPL license notice with " Bagas Sanjaya
2023-05-17 12:16   ` Guenter Roeck

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