mbox series

[0/2] SPDX conversion for watchdog drivers

Message ID 20230517072140.1086660-1-bagasdotme@gmail.com
Headers show
Series SPDX conversion for watchdog drivers | expand

Message

Bagas Sanjaya May 17, 2023, 7:21 a.m. UTC
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