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

gpio: wm8xxx: Cut down on boilerplate

Just use the SPDX license tag for these drivers.

Cc: patches@opensource.cirrus.com
Cc: Charles Keepax <ckeepax@opensource.cirrus.com>
Cc: Mark Brown <broonie@kernel.org>
Acked-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

+3 -15
+1 -5
drivers/gpio/gpio-wm831x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 1 2 /* 2 3 * gpiolib support for Wolfson WM831x PMICs 3 4 * 4 5 * Copyright 2009 Wolfson Microelectronics PLC. 5 6 * 6 7 * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms of the GNU General Public License as published by the 10 - * Free Software Foundation; either version 2 of the License, or (at your 11 - * option) any later version. 12 8 * 13 9 */ 14 10
+1 -5
drivers/gpio/gpio-wm8350.c
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 1 2 /* 2 3 * gpiolib support for Wolfson WM835x PMICs 3 4 * 4 5 * Copyright 2009 Wolfson Microelectronics PLC. 5 6 * 6 7 * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms of the GNU General Public License as published by the 10 - * Free Software Foundation; either version 2 of the License, or (at your 11 - * option) any later version. 12 8 * 13 9 */ 14 10
+1 -5
drivers/gpio/gpio-wm8994.c
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 1 2 /* 2 3 * gpiolib support for Wolfson WM8994 3 4 * 4 5 * Copyright 2009 Wolfson Microelectronics PLC. 5 6 * 6 7 * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms of the GNU General Public License as published by the 10 - * Free Software Foundation; either version 2 of the License, or (at your 11 - * option) any later version. 12 8 * 13 9 */ 14 10