Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

spi: use SPDX identifier for Renesas drivers

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Wolfram Sang and committed by
Mark Brown
9135bac3 5b394b2d

+6 -34
+1 -9
drivers/spi/spi-rspi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * SH RSPI driver 3 4 * ··· 7 6 * 8 7 * Based on spi-sh.c: 9 8 * Copyright (C) 2011 Renesas Solutions Corp. 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License as published by 13 - * the Free Software Foundation; version 2 of the License. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 9 */ 20 10 21 11 #include <linux/module.h>
+2 -10
drivers/spi/spi-sh-hspi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * SuperH HSPI bus driver 3 4 * ··· 8 7 * Based on pxa2xx_spi.c: 9 8 * Copyright (C) 2011 Renesas Solutions Corp. 10 9 * Copyright (C) 2005 Stephen Street / StreetFire Sound Labs 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; version 2 of the License. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 10 */ 21 11 22 12 #include <linux/clk.h> ··· 308 316 module_platform_driver(hspi_driver); 309 317 310 318 MODULE_DESCRIPTION("SuperH HSPI bus driver"); 311 - MODULE_LICENSE("GPL"); 319 + MODULE_LICENSE("GPL v2"); 312 320 MODULE_AUTHOR("Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>"); 313 321 MODULE_ALIAS("platform:sh-hspi");
+1 -5
drivers/spi/spi-sh-msiof.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * SuperH MSIOF SPI Master Interface 3 4 * 4 5 * Copyright (c) 2009 Magnus Damm 5 6 * Copyright (C) 2014 Renesas Electronics Corporation 6 7 * Copyright (C) 2014-2017 Glider bvba 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 11 - * 12 8 */ 13 9 14 10 #include <linux/bitmap.h>
+2 -10
drivers/spi/spi-sh.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * SH SPI bus driver 3 4 * ··· 6 5 * 7 6 * Based on pxa2xx_spi.c: 8 7 * Copyright (C) 2005 Stephen Street / StreetFire Sound Labs 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; version 2 of the License. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 8 */ 19 9 20 10 #include <linux/module.h> ··· 514 522 module_platform_driver(spi_sh_driver); 515 523 516 524 MODULE_DESCRIPTION("SH SPI bus driver"); 517 - MODULE_LICENSE("GPL"); 525 + MODULE_LICENSE("GPL v2"); 518 526 MODULE_AUTHOR("Yoshihiro Shimoda"); 519 527 MODULE_ALIAS("platform:sh_spi");