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

treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (part 1)

Based on the normalized pattern:

this file is licensed under the terms of the gnu general public
license version 2 this program is licensed as is without any warranty
of any kind whether express or implied

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

has been chosen to replace the boilerplate/reference.

Reviewed-by: Allison Randal <allison@lohutok.net>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
0fdebc5e 2aec85b2

+185 -656
+1 -4
arch/arm/boot/dts/am33xx.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Device Tree Source for AM33XX SoC 3 4 * 4 5 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ 5 - * 6 - * This file is licensed under the terms of the GNU General Public License 7 - * version 2. This program is licensed "as is" without any warranty of any 8 - * kind, whether express or implied. 9 6 */ 10 7 11 8 #include <dt-bindings/bus/ti-sysc.h>
+1 -4
arch/arm/boot/dts/am3517.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Device Tree Source for am3517 SoC 3 4 * 4 5 * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/ 5 - * 6 - * This file is licensed under the terms of the GNU General Public License 7 - * version 2. This program is licensed "as is" without any warranty of any 8 - * kind, whether express or implied. 9 6 */ 10 7 11 8 #include "omap3.dtsi"
+1 -4
arch/arm/boot/dts/am4372.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Device Tree Source for AM4372 SoC 3 4 * 4 5 * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/ 5 - * 6 - * This file is licensed under the terms of the GNU General Public License 7 - * version 2. This program is licensed "as is" without any warranty of any 8 - * kind, whether express or implied. 9 6 */ 10 7 11 8 #include <dt-bindings/bus/ti-sysc.h>
+2 -7
arch/arm/boot/dts/artpec6-devboard.dts
··· 1 - /* 2 - * Axis ARTPEC-6 development board. 3 - * 4 - * This file is licensed under the terms of the GNU General Public License 5 - * version 2. This program is licensed "as is" without any warranty of any 6 - * kind, whether express or implied. 7 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Axis ARTPEC-6 development board. 8 3 9 4 /dts-v1/; 10 5 #include "artpec6.dtsi"
+1 -5
arch/arm/boot/dts/dm814x.dtsi
··· 1 - /* 2 - * This file is licensed under the terms of the GNU General Public License 3 - * version 2. This program is licensed "as is" without any warranty of any 4 - * kind, whether express or implied. 5 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 6 2 7 3 #include <dt-bindings/bus/ti-sysc.h> 8 4 #include <dt-bindings/clock/dm814.h>
+1 -5
arch/arm/boot/dts/dm816x.dtsi
··· 1 - /* 2 - * This file is licensed under the terms of the GNU General Public License 3 - * version 2. This program is licensed "as is" without any warranty of any 4 - * kind, whether express or implied. 5 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 6 2 7 3 #include <dt-bindings/bus/ti-sysc.h> 8 4 #include <dt-bindings/clock/dm816.h>
+1 -5
arch/arm/boot/dts/dra62x.dtsi
··· 1 - /* 2 - * This file is licensed under the terms of the GNU General Public License 3 - * version 2. This program is licensed "as is" without any warranty of any 4 - * kind, whether express or implied. 5 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 6 2 7 3 #include "dm814x.dtsi" 8 4
+1 -4
arch/arm/boot/dts/dra7-dspeve-thermal.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Device Tree Source for DRA7x SoC DSPEVE thermal 3 4 * 4 5 * Copyright (C) 2016 Texas Instruments Incorporated - https://www.ti.com/ 5 - * 6 - * This file is licensed under the terms of the GNU General Public License 7 - * version 2. This program is licensed "as is" without any warranty of any 8 - * kind, whether express or implied. 9 6 */ 10 7 11 8 #include <dt-bindings/thermal/thermal.h>
+1 -4
arch/arm/boot/dts/dra7-iva-thermal.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Device Tree Source for DRA7x SoC IVA thermal 3 4 * 4 5 * Copyright (C) 2016 Texas Instruments Incorporated - https://www.ti.com/ 5 - * 6 - * This file is licensed under the terms of the GNU General Public License 7 - * version 2. This program is licensed "as is" without any warranty of any 8 - * kind, whether express or implied. 9 6 */ 10 7 11 8 #include <dt-bindings/thermal/thermal.h>
+2 -7
arch/arm/boot/dts/imx6q-gk802.dts
··· 1 - /* 2 - * Copyright (C) 2013 Philipp Zabel 3 - * 4 - * This file is licensed under the terms of the GNU General Public License 5 - * version 2. This program is licensed "as is" without any warranty of any 6 - * kind, whether express or implied. 7 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright (C) 2013 Philipp Zabel 8 3 9 4 /dts-v1/; 10 5 #include <dt-bindings/gpio/gpio.h>
+1 -4
arch/arm/boot/dts/omap2.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Device Tree Source for OMAP2 SoC 3 4 * 4 5 * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/ 5 - * 6 - * This file is licensed under the terms of the GNU General Public License 7 - * version 2. This program is licensed "as is" without any warranty of any 8 - * kind, whether express or implied. 9 6 */ 10 7 11 8 #include <dt-bindings/bus/ti-sysc.h>
+1 -4
arch/arm/boot/dts/omap2420.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Device Tree Source for OMAP2420 SoC 3 4 * 4 5 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ 5 - * 6 - * This file is licensed under the terms of the GNU General Public License 7 - * version 2. This program is licensed "as is" without any warranty of any 8 - * kind, whether express or implied. 9 6 */ 10 7 11 8 #include "omap2.dtsi"
+1 -4
arch/arm/boot/dts/omap2430.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Device Tree Source for OMAP243x SoC 3 4 * 4 5 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ 5 - * 6 - * This file is licensed under the terms of the GNU General Public License 7 - * version 2. This program is licensed "as is" without any warranty of any 8 - * kind, whether express or implied. 9 6 */ 10 7 11 8 #include "omap2.dtsi"
+1 -4
arch/arm/boot/dts/omap3-cpu-thermal.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Device Tree Source for OMAP3 SoC CPU thermal 3 4 * 4 5 * Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/ 5 - * 6 - * This file is licensed under the terms of the GNU General Public License 7 - * version 2. This program is licensed "as is" without any warranty of any 8 - * kind, whether express or implied. 9 6 */ 10 7 11 8 #include <dt-bindings/thermal/thermal.h>
+1 -4
arch/arm/boot/dts/omap3.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Device Tree Source for OMAP3 SoC 3 4 * 4 5 * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/ 5 - * 6 - * This file is licensed under the terms of the GNU General Public License 7 - * version 2. This program is licensed "as is" without any warranty of any 8 - * kind, whether express or implied. 9 6 */ 10 7 11 8 #include <dt-bindings/bus/ti-sysc.h>
+1 -4
arch/arm/boot/dts/omap34xx.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Device Tree Source for OMAP34xx/OMAP35xx SoC 3 4 * 4 5 * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/ 5 - * 6 - * This file is licensed under the terms of the GNU General Public License 7 - * version 2. This program is licensed "as is" without any warranty of any 8 - * kind, whether express or implied. 9 6 */ 10 7 11 8 #include <dt-bindings/bus/ti-sysc.h>
+1 -4
arch/arm/boot/dts/omap36xx.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Device Tree Source for OMAP3 SoC 3 4 * 4 5 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ 5 - * 6 - * This file is licensed under the terms of the GNU General Public License 7 - * version 2. This program is licensed "as is" without any warranty of any 8 - * kind, whether express or implied. 9 6 */ 10 7 11 8 #include <dt-bindings/bus/ti-sysc.h>
+1 -4
arch/arm/boot/dts/omap4-cpu-thermal.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Device Tree Source for OMAP4/5 SoC CPU thermal 3 4 * 4 5 * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/ 5 6 * Contact: Eduardo Valentin <eduardo.valentin@ti.com> 6 - * 7 - * This file is licensed under the terms of the GNU General Public License 8 - * version 2. This program is licensed "as is" without any warranty of any 9 - * kind, whether express or implied. 10 7 */ 11 8 12 9 #include <dt-bindings/thermal/thermal.h>
+1 -4
arch/arm/boot/dts/omap443x.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Device Tree Source for OMAP443x SoC 3 4 * 4 5 * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/ 5 - * 6 - * This file is licensed under the terms of the GNU General Public License 7 - * version 2. This program is licensed "as is" without any warranty of any 8 - * kind, whether express or implied. 9 6 */ 10 7 11 8 #include "omap4.dtsi"
+1 -4
arch/arm/boot/dts/omap4460.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Device Tree Source for OMAP4460 SoC 3 4 * 4 5 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ 5 - * 6 - * This file is licensed under the terms of the GNU General Public License 7 - * version 2. This program is licensed "as is" without any warranty of any 8 - * kind, whether express or implied. 9 6 */ 10 7 #include "omap4.dtsi" 11 8
+1 -4
arch/arm/boot/dts/omap5-core-thermal.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Device Tree Source for OMAP543x SoC CORE thermal 3 4 * 4 5 * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/ 5 6 * Contact: Eduardo Valentin <eduardo.valentin@ti.com> 6 - * 7 - * This file is licensed under the terms of the GNU General Public License 8 - * version 2. This program is licensed "as is" without any warranty of any 9 - * kind, whether express or implied. 10 7 */ 11 8 12 9 #include <dt-bindings/thermal/thermal.h>
+1 -4
arch/arm/boot/dts/omap5-gpu-thermal.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Device Tree Source for OMAP543x SoC GPU thermal 3 4 * 4 5 * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/ 5 6 * Contact: Eduardo Valentin <eduardo.valentin@ti.com> 6 - * 7 - * This file is licensed under the terms of the GNU General Public License 8 - * version 2. This program is licensed "as is" without any warranty of any 9 - * kind, whether express or implied. 10 7 */ 11 8 12 9 #include <dt-bindings/thermal/thermal.h>
+1 -4
arch/arm/boot/dts/orion5x-lacie-d2-network.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2014 Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 3 4 * Copyright (C) 2009 Simon Guinot <sguinot@lacie.com> 4 - * 5 - * This file is licensed under the terms of the GNU General Public 6 - * License version 2. This program is licensed "as is" without any 7 - * warranty of any kind, whether express or implied. 8 5 */ 9 6 10 7 /dts-v1/;
+2 -7
arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts
··· 1 - /* 2 - * Copyright (C) 2012 Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 3 - * 4 - * This file is licensed under the terms of the GNU General Public 5 - * License version 2. This program is licensed "as is" without any 6 - * warranty of any kind, whether express or implied. 7 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright (C) 2012 Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 8 3 9 4 /* 10 5 * TODO: add Orion USB device port init when kernel.org support is added.
+1 -4
arch/arm/boot/dts/orion5x-maxtor-shared-storage-2.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2014 Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 3 4 * Copyright (C) Sylver Bruneau <sylver.bruneau@googlemail.com> 4 - * 5 - * This file is licensed under the terms of the GNU General Public 6 - * License version 2. This program is licensed "as is" without any 7 - * warranty of any kind, whether express or implied. 8 5 */ 9 6 10 7 /dts-v1/;
+2 -7
arch/arm/boot/dts/orion5x-mv88f5181.dtsi
··· 1 - /* 2 - * Copyright (C) 2016 Jamie Lentin <jm@lentin.co.uk> 3 - * 4 - * This file is licensed under the terms of the GNU General Public 5 - * License version 2. This program is licensed "as is" without any 6 - * warranty of any kind, whether express or implied. 7 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright (C) 2016 Jamie Lentin <jm@lentin.co.uk> 8 3 9 4 #include "orion5x.dtsi" 10 5
+2 -7
arch/arm/boot/dts/orion5x-mv88f5182.dtsi
··· 1 - /* 2 - * Copyright (C) 2014 Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 3 - * 4 - * This file is licensed under the terms of the GNU General Public 5 - * License version 2. This program is licensed "as is" without any 6 - * warranty of any kind, whether express or implied. 7 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright (C) 2014 Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 8 3 9 4 #include "orion5x.dtsi" 10 5
+2 -7
arch/arm/boot/dts/orion5x-netgear-wnr854t.dts
··· 1 - /* 2 - * Copyright (C) 2016 Jamie Lentin <jm@lentin.co.uk> 3 - * 4 - * This file is licensed under the terms of the GNU General Public 5 - * License version 2. This program is licensed "as is" without any 6 - * warranty of any kind, whether express or implied. 7 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright (C) 2016 Jamie Lentin <jm@lentin.co.uk> 8 3 9 4 /dts-v1/; 10 5
+2 -7
arch/arm/boot/dts/orion5x-rd88f5182-nas.dts
··· 1 - /* 2 - * Copyright (C) 2014 Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 3 - * 4 - * This file is licensed under the terms of the GNU General Public 5 - * License version 2. This program is licensed "as is" without any 6 - * warranty of any kind, whether express or implied. 7 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright (C) 2014 Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 8 3 9 4 /dts-v1/; 10 5
+2 -7
arch/arm/boot/dts/orion5x.dtsi
··· 1 - /* 2 - * Copyright (C) 2012 Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 3 - * 4 - * This file is licensed under the terms of the GNU General Public 5 - * License version 2. This program is licensed "as is" without any 6 - * warranty of any kind, whether express or implied. 7 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright (C) 2012 Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 8 3 9 4 #define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16)) 10 5
+1 -4
arch/arm/include/asm/hardware/cache-aurora-l2.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * AURORA shared L2 cache controller support 3 4 * ··· 6 5 * 7 6 * Yehuda Yitschak <yehuday@marvell.com> 8 7 * Gregory CLEMENT <gregory.clement@free-electrons.com> 9 - * 10 - * This file is licensed under the terms of the GNU General Public 11 - * License version 2. This program is licensed "as is" without any 12 - * warranty of any kind, whether express or implied. 13 8 */ 14 9 15 10 #ifndef __ASM_ARM_HARDWARE_AURORA_L2_H
+1 -5
arch/arm/include/asm/hardware/cache-feroceon-l2.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * arch/arm/include/asm/hardware/cache-feroceon-l2.h 3 4 * 4 5 * Copyright (C) 2008 Marvell Semiconductor 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 11 8 extern void __init feroceon_l2_init(int l2_wt_override); 12 9 extern int __init feroceon_of_init(void); 13 -
+1 -4
arch/arm/include/asm/hardware/cache-tauros2.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * arch/arm/include/asm/hardware/cache-tauros2.h 3 4 * 4 5 * Copyright (C) 2008 Marvell Semiconductor 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 11 8 #define CACHE_TAUROS2_PREFETCH_ON (1 << 0)
+2 -4
arch/arm/mach-davinci/board-da830-evm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TI DA830/OMAP L137 EVM board 3 4 * 4 5 * Author: Mark A. Greer <mgreer@mvista.com> 5 6 * Derived from: arch/arm/mach-davinci/board-dm644x-evm.c 6 7 * 7 - * 2007, 2009 (c) MontaVista Software, Inc. This file is licensed under 8 - * the terms of the GNU General Public License version 2. This program 9 - * is licensed "as is" without any warranty of any kind, whether express 10 - * or implied. 8 + * 2007, 2009 (c) MontaVista Software, Inc. 11 9 */ 12 10 #include <linux/kernel.h> 13 11 #include <linux/init.h>
+2 -4
arch/arm/mach-davinci/board-da850-evm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TI DA850/OMAP-L138 EVM board 3 4 * ··· 7 6 * Derived from: arch/arm/mach-davinci/board-da830-evm.c 8 7 * Original Copyrights follow: 9 8 * 10 - * 2007, 2009 (c) MontaVista Software, Inc. This file is licensed under 11 - * the terms of the GNU General Public License version 2. This program 12 - * is licensed "as is" without any warranty of any kind, whether express 13 - * or implied. 9 + * 2007, 2009 (c) MontaVista Software, Inc. 14 10 */ 15 11 #include <linux/console.h> 16 12 #include <linux/delay.h>
+2 -4
arch/arm/mach-davinci/board-dm355-evm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TI DaVinci EVM board support 3 4 * 4 5 * Author: Kevin Hilman, Deep Root Systems, LLC 5 6 * 6 - * 2007 (c) MontaVista Software, Inc. This file is licensed under 7 - * the terms of the GNU General Public License version 2. This program 8 - * is licensed "as is" without any warranty of any kind, whether express 9 - * or implied. 7 + * 2007 (c) MontaVista Software, Inc. 10 8 */ 11 9 #include <linux/kernel.h> 12 10 #include <linux/init.h>
+1 -4
arch/arm/mach-davinci/board-dm355-leopard.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * DM355 leopard board support 3 4 * 4 5 * Based on board-dm355-evm.c 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 #include <linux/kernel.h> 11 8 #include <linux/init.h>
+2 -4
arch/arm/mach-davinci/board-dm644x-evm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TI DaVinci EVM board support 3 4 * 4 5 * Author: Kevin Hilman, MontaVista Software, Inc. <source@mvista.com> 5 6 * 6 - * 2007 (c) MontaVista Software, Inc. This file is licensed under 7 - * the terms of the GNU General Public License version 2. This program 8 - * is licensed "as is" without any warranty of any kind, whether express 9 - * or implied. 7 + * 2007 (c) MontaVista Software, Inc. 10 8 */ 11 9 #include <linux/kernel.h> 12 10 #include <linux/init.h>
+1 -6
arch/arm/mach-davinci/board-dm646x-evm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TI DaVinci DM646X EVM board 3 4 * ··· 6 5 * Copyright (C) 2006 Texas Instruments. 7 6 * 8 7 * (C) 2007-2008, MontaVista Software, Inc. 9 - * 10 - * This file is licensed under the terms of the GNU General Public License 11 - * version 2. This program is licensed "as is" without any warranty of any 12 - * kind, whether express or implied. 13 - * 14 8 */ 15 9 16 10 /************************************************************************** ··· 866 870 .init_late = davinci_init_late, 867 871 .dma_zone_size = SZ_128M, 868 872 MACHINE_END 869 -
+1 -4
arch/arm/mach-davinci/board-mityomapl138.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Critical Link MityOMAP-L138 SoM 3 4 * 4 5 * Copyright (C) 2010 Critical Link LLC - https://www.criticallink.com 5 - * 6 - * This file is licensed under the terms of the GNU General Public License 7 - * version 2. This program is licensed "as is" without any warranty of 8 - * any kind, whether express or implied. 9 6 */ 10 7 11 8 #define pr_fmt(fmt) "MityOMAPL138: " fmt
+1 -4
arch/arm/mach-davinci/board-neuros-osd2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Neuros Technologies OSD2 board support 3 4 * ··· 19 18 * 20 19 * For more information please refer to 21 20 * http://wiki.neurostechnology.com/index.php/OSD_2.0_HD 22 - * 23 - * This file is licensed under the terms of the GNU General Public 24 - * License version 2. This program is licensed "as is" without any 25 - * warranty of any kind, whether express or implied. 26 21 */ 27 22 #include <linux/platform_device.h> 28 23 #include <linux/gpio.h>
+1 -4
arch/arm/mach-davinci/board-omapl138-hawk.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Hawkboard.org based on TI's OMAP-L138 Platform 3 4 * 4 5 * Initial code: Syed Mohammed Khasim 5 6 * 6 7 * Copyright (C) 2009 Texas Instruments Incorporated - https://www.ti.com 7 - * 8 - * This file is licensed under the terms of the GNU General Public License 9 - * version 2. This program is licensed "as is" without any warranty of 10 - * any kind, whether express or implied. 11 8 */ 12 9 #include <linux/kernel.h> 13 10 #include <linux/init.h>
+2 -4
arch/arm/mach-davinci/common.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Code commons to all DaVinci SoCs. 3 4 * 4 5 * Author: Mark A. Greer <mgreer@mvista.com> 5 6 * 6 - * 2009 (c) MontaVista Software, Inc. This file is licensed under 7 - * the terms of the GNU General Public License version 2. This program 8 - * is licensed "as is" without any warranty of any kind, whether express 9 - * or implied. 7 + * 2009 (c) MontaVista Software, Inc. 10 8 */ 11 9 #include <linux/module.h> 12 10 #include <linux/io.h>
+2 -4
arch/arm/mach-davinci/common.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Header for code common to all DaVinci machines. 3 4 * 4 5 * Author: Kevin Hilman, MontaVista Software, Inc. <source@mvista.com> 5 6 * 6 - * 2007 (c) MontaVista Software, Inc. This file is licensed under 7 - * the terms of the GNU General Public License version 2. This program 8 - * is licensed "as is" without any warranty of any kind, whether express 9 - * or implied. 7 + * 2007 (c) MontaVista Software, Inc. 10 8 */ 11 9 12 10 #ifndef __ARCH_ARM_MACH_DAVINCI_COMMON_H
+1 -4
arch/arm/mach-davinci/cpuidle.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * TI DaVinci cpuidle platform support 3 4 * 4 5 * 2009 (C) Texas Instruments, Inc. https://www.ti.com/ 5 - * 6 - * This file is licensed under the terms of the GNU General Public License 7 - * version 2. This program is licensed "as is" without any warranty of any 8 - * kind, whether express or implied. 9 6 */ 10 7 #ifndef _MACH_DAVINCI_CPUIDLE_H 11 8 #define _MACH_DAVINCI_CPUIDLE_H
+2 -4
arch/arm/mach-davinci/cputype.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * DaVinci CPU type detection 3 4 * ··· 9 8 * compiled in to the kernel, the macros return 0 so that 10 9 * resulting code can be optimized out. 11 10 * 12 - * 2009 (c) Deep Root Systems, LLC. This file is licensed under 13 - * the terms of the GNU General Public License version 2. This program 14 - * is licensed "as is" without any warranty of any kind, whether express 15 - * or implied. 11 + * 2009 (c) Deep Root Systems, LLC. 16 12 */ 17 13 #ifndef _ASM_ARCH_CPU_H 18 14 #define _ASM_ARCH_CPU_H
+2 -4
arch/arm/mach-davinci/da830.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TI DA830/OMAP L137 chip specific setup 3 4 * 4 5 * Author: Mark A. Greer <mgreer@mvista.com> 5 6 * 6 - * 2009 (c) MontaVista Software, Inc. This file is licensed under 7 - * the terms of the GNU General Public License version 2. This program 8 - * is licensed "as is" without any warranty of any kind, whether express 9 - * or implied. 7 + * 2009 (c) MontaVista Software, Inc. 10 8 */ 11 9 #include <linux/clk-provider.h> 12 10 #include <linux/clk/davinci.h>
+2 -4
arch/arm/mach-davinci/da850.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TI DA850/OMAP-L138 chip specific setup 3 4 * ··· 7 6 * Derived from: arch/arm/mach-davinci/da830.c 8 7 * Original Copyrights follow: 9 8 * 10 - * 2009 (c) MontaVista Software, Inc. This file is licensed under 11 - * the terms of the GNU General Public License version 2. This program 12 - * is licensed "as is" without any warranty of any kind, whether express 13 - * or implied. 9 + * 2009 (c) MontaVista Software, Inc. 14 10 */ 15 11 16 12 #include <linux/clk-provider.h>
+2 -4
arch/arm/mach-davinci/da8xx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Chip specific defines for DA8XX/OMAP L1XX SoC 3 4 * 4 5 * Author: Mark A. Greer <mgreer@mvista.com> 5 6 * 6 - * 2007, 2009-2010 (c) MontaVista Software, Inc. This file is licensed under 7 - * the terms of the GNU General Public License version 2. This program 8 - * is licensed "as is" without any warranty of any kind, whether express 9 - * or implied. 7 + * 2007, 2009-2010 (c) MontaVista Software, Inc. 10 8 */ 11 9 #ifndef __ASM_ARCH_DAVINCI_DA8XX_H 12 10 #define __ASM_ARCH_DAVINCI_DA8XX_H
+2 -4
arch/arm/mach-davinci/dm355.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TI DaVinci DM355 chip specific setup 3 4 * 4 5 * Author: Kevin Hilman, Deep Root Systems, LLC 5 6 * 6 - * 2007 (c) Deep Root Systems, LLC. This file is licensed under 7 - * the terms of the GNU General Public License version 2. This program 8 - * is licensed "as is" without any warranty of any kind, whether express 9 - * or implied. 7 + * 2007 (c) Deep Root Systems, LLC. 10 8 */ 11 9 12 10 #include <linux/clk-provider.h>
+2 -4
arch/arm/mach-davinci/dm644x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TI DaVinci DM644x chip specific setup 3 4 * 4 5 * Author: Kevin Hilman, Deep Root Systems, LLC 5 6 * 6 - * 2007 (c) Deep Root Systems, LLC. This file is licensed under 7 - * the terms of the GNU General Public License version 2. This program 8 - * is licensed "as is" without any warranty of any kind, whether express 9 - * or implied. 7 + * 2007 (c) Deep Root Systems, LLC. 10 8 */ 11 9 12 10 #include <linux/clk-provider.h>
+2 -4
arch/arm/mach-davinci/dm646x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TI DaVinci DM646x chip specific setup 3 4 * 4 5 * Author: Kevin Hilman, Deep Root Systems, LLC 5 6 * 6 - * 2007 (c) Deep Root Systems, LLC. This file is licensed under 7 - * the terms of the GNU General Public License version 2. This program 8 - * is licensed "as is" without any warranty of any kind, whether express 9 - * or implied. 7 + * 2007 (c) Deep Root Systems, LLC. 10 8 */ 11 9 12 10 #include <linux/clk-provider.h>
+2 -4
arch/arm/mach-davinci/hardware.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Hardware definitions common to all DaVinci family processors 3 4 * 4 5 * Author: Kevin Hilman, Deep Root Systems, LLC 5 6 * 6 - * 2007 (c) Deep Root Systems, LLC. This file is licensed under 7 - * the terms of the GNU General Public License version 2. This program 8 - * is licensed "as is" without any warranty of any kind, whether express 9 - * or implied. 7 + * 2007 (c) Deep Root Systems, LLC. 10 8 */ 11 9 #ifndef __ASM_ARCH_HARDWARE_H 12 10 #define __ASM_ARCH_HARDWARE_H
+2 -4
arch/arm/mach-davinci/mux.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Utility to set the DAVINCI MUX register from a table in mux.h 3 4 * ··· 9 8 * 10 9 * Written by Tony Lindgren 11 10 * 12 - * 2007 (c) MontaVista Software, Inc. This file is licensed under 13 - * the terms of the GNU General Public License version 2. This program 14 - * is licensed "as is" without any warranty of any kind, whether express 15 - * or implied. 11 + * 2007 (c) MontaVista Software, Inc. 16 12 * 17 13 * Copyright (C) 2008 Texas Instruments. 18 14 */
+2 -4
arch/arm/mach-davinci/mux.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Pin-multiplex helper macros for TI DaVinci family devices 3 4 * 4 5 * Author: Vladimir Barinov, MontaVista Software, Inc. <source@mvista.com> 5 6 * 6 - * 2007 (c) MontaVista Software, Inc. This file is licensed under 7 - * the terms of the GNU General Public License version 2. This program 8 - * is licensed "as is" without any warranty of any kind, whether express 9 - * or implied. 7 + * 2007 (c) MontaVista Software, Inc. 10 8 * 11 9 * Copyright (C) 2008 Texas Instruments. 12 10 */
+1 -4
arch/arm/mach-davinci/pm_domain.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Runtime PM support code for DaVinci 3 4 * 4 5 * Author: Kevin Hilman 5 6 * 6 7 * Copyright (C) 2012 Texas Instruments, Inc. 7 - * 8 - * This file is licensed under the terms of the GNU General Public 9 - * License version 2. This program is licensed "as is" without any 10 - * warranty of any kind, whether express or implied. 11 8 */ 12 9 #include <linux/init.h> 13 10 #include <linux/pm_runtime.h>
+2 -4
arch/arm/mach-davinci/serial.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * DaVinci serial device definitions 3 4 * 4 5 * Author: Kevin Hilman, MontaVista Software, Inc. <source@mvista.com> 5 6 * 6 - * 2007 (c) MontaVista Software, Inc. This file is licensed under 7 - * the terms of the GNU General Public License version 2. This program 8 - * is licensed "as is" without any warranty of any kind, whether express 9 - * or implied. 7 + * 2007 (c) MontaVista Software, Inc. 10 8 */ 11 9 #ifndef __ASM_ARCH_SERIAL_H 12 10 #define __ASM_ARCH_SERIAL_H
+2 -7
arch/arm/mach-dove/bridge-regs.h
··· 1 - /* 2 - * Mbus-L to Mbus Bridge Registers 3 - * 4 - * This file is licensed under the terms of the GNU General Public 5 - * License version 2. This program is licensed "as is" without any 6 - * warranty of any kind, whether express or implied. 7 - */ 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 2 + /* Mbus-L to Mbus Bridge Registers */ 8 3 9 4 #ifndef __ASM_ARCH_BRIDGE_REGS_H 10 5 #define __ASM_ARCH_BRIDGE_REGS_H
+1 -4
arch/arm/mach-dove/cm-a510.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-dove/cm-a510.c 3 4 * ··· 6 5 * Konstantin Sinyuk <kostyas@compulab.co.il> 7 6 * 8 7 * Based on Marvell DB-MV88AP510-BP Development Board Setup 9 - * 10 - * This file is licensed under the terms of the GNU General Public 11 - * License version 2. This program is licensed "as is" without any 12 - * warranty of any kind, whether express or implied. 13 8 */ 14 9 15 10 #include <linux/kernel.h>
+1 -4
arch/arm/mach-dove/common.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-dove/common.c 3 4 * 4 5 * Core functions for Marvell Dove 88AP510 System On Chip 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 11 8 #include <linux/clk-provider.h>
+1 -4
arch/arm/mach-dove/common.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * arch/arm/mach-dove/common.h 3 4 * 4 5 * Core functions for Marvell Dove 88AP510 System On Chip 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 11 8 #ifndef __ARCH_DOVE_COMMON_H
+1 -4
arch/arm/mach-dove/dove-db-setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-dove/dove-db-setup.c 3 4 * 4 5 * Marvell DB-MV88AP510-BP Development Board Setup 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 11 8 #include <linux/kernel.h>
+2 -7
arch/arm/mach-dove/dove.h
··· 1 - /* 2 - * Generic definitions for Marvell Dove 88AP510 SoC 3 - * 4 - * This file is licensed under the terms of the GNU General Public 5 - * License version 2. This program is licensed "as is" without any 6 - * warranty of any kind, whether express or implied. 7 - */ 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 2 + /* Generic definitions for Marvell Dove 88AP510 SoC */ 8 3 9 4 #ifndef __ASM_ARCH_DOVE_H 10 5 #define __ASM_ARCH_DOVE_H
+1 -4
arch/arm/mach-dove/irq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-dove/irq.c 3 4 * 4 5 * Dove IRQ handling. 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 #include <linux/init.h> 11 8 #include <linux/irq.h>
+2 -7
arch/arm/mach-dove/irqs.h
··· 1 - /* 2 - * IRQ definitions for Marvell Dove 88AP510 SoC 3 - * 4 - * This file is licensed under the terms of the GNU General Public 5 - * License version 2. This program is licensed "as is" without any 6 - * warranty of any kind, whether express or implied. 7 - */ 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 2 + /* IRQ definitions for Marvell Dove 88AP510 SoC */ 8 3 9 4 #ifndef __ASM_ARCH_IRQS_H 10 5 #define __ASM_ARCH_IRQS_H
+1 -4
arch/arm/mach-dove/mpp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-dove/mpp.c 3 4 * 4 5 * MPP functions for Marvell Dove SoCs 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 11 8 #include <linux/kernel.h>
+1 -4
arch/arm/mach-dove/pcie.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-dove/pcie.c 3 4 * 4 5 * PCIe functions for Marvell Dove 88AP510 SoC 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 11 8 #include <linux/kernel.h>
+1 -5
arch/arm/mach-dove/pm.h
··· 1 - /* 2 - * This file is licensed under the terms of the GNU General Public 3 - * License version 2. This program is licensed "as is" without any 4 - * warranty of any kind, whether express or implied. 5 - */ 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 6 2 7 3 #ifndef __ASM_ARCH_PM_H 8 4 #define __ASM_ARCH_PM_H
+1 -4
arch/arm/mach-lpc18xx/board-dt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Device Tree board file for NXP LPC18xx/43xx 3 4 * 4 5 * Copyright (C) 2015 Joachim Eastwood <manabian@gmail.com> 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 11 8 #include <asm/mach/arch.h>
+2 -4
arch/arm/mach-lpc32xx/pm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-lpc32xx/pm.c 3 4 * 4 5 * Original authors: Vitaly Wool, Dmitry Chigirev <source@mvista.com> 5 6 * Modified by Kevin Wells <kevin.wells@nxp.com> 6 7 * 7 - * 2005 (c) MontaVista Software, Inc. This file is licensed under 8 - * the terms of the GNU General Public License version 2. This program 9 - * is licensed "as is" without any warranty of any kind, whether express 10 - * or implied. 8 + * 2005 (c) MontaVista Software, Inc. 11 9 */ 12 10 13 11 /*
+2 -4
arch/arm/mach-lpc32xx/suspend.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * arch/arm/mach-lpc32xx/suspend.S 3 4 * 4 5 * Original authors: Dmitry Chigirev, Vitaly Wool <source@mvista.com> 5 6 * Modified by Kevin Wells <kevin.wells@nxp.com> 6 7 * 7 - * 2005 (c) MontaVista Software, Inc. This file is licensed under 8 - * the terms of the GNU General Public License version 2. This program 9 - * is licensed "as is" without any warranty of any kind, whether express 10 - * or implied. 8 + * 2005 (c) MontaVista Software, Inc. 11 9 */ 12 10 #include <linux/linkage.h> 13 11 #include <asm/assembler.h>
+1 -5
arch/arm/mach-mv78xx0/bridge-regs.h
··· 1 - /* 2 - * This file is licensed under the terms of the GNU General Public 3 - * License version 2. This program is licensed "as is" without any 4 - * warranty of any kind, whether express or implied. 5 - */ 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 6 2 7 3 #ifndef __ASM_ARCH_BRIDGE_REGS_H 8 4 #define __ASM_ARCH_BRIDGE_REGS_H
+1 -4
arch/arm/mach-mv78xx0/buffalo-wxl-setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-mv78xx0/buffalo-wxl-setup.c 3 4 * 4 5 * Buffalo WXL (Terastation Duo) Setup routines 5 6 * 6 7 * sebastien requiem <sebastien@requiem.fr> 7 - * 8 - * This file is licensed under the terms of the GNU General Public 9 - * License version 2. This program is licensed "as is" without any 10 - * warranty of any kind, whether express or implied. 11 8 */ 12 9 13 10 #include <linux/kernel.h>
+1 -4
arch/arm/mach-mv78xx0/common.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-mv78xx0/common.c 3 4 * 4 5 * Core functions for Marvell MV78xx0 SoCs 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 11 8 #include <linux/kernel.h>
+1 -4
arch/arm/mach-mv78xx0/common.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * arch/arm/mach-mv78xx0/common.h 3 4 * 4 5 * Core functions for Marvell MV78xx0 SoCs 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 11 8 #ifndef __ARCH_MV78XX0_COMMON_H
+1 -4
arch/arm/mach-mv78xx0/db78x00-bp-setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-mv78xx0/db78x00-bp-setup.c 3 4 * 4 5 * Marvell DB-78x00-BP Development Board Setup 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 11 8 #include <linux/kernel.h>
+1 -4
arch/arm/mach-mv78xx0/irq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-mv78xx0/irq.c 3 4 * 4 5 * MV78xx0 IRQ handling. 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 #include <linux/gpio.h> 11 8 #include <linux/kernel.h>
+2 -7
arch/arm/mach-mv78xx0/irqs.h
··· 1 - /* 2 - * IRQ definitions for Marvell MV78xx0 SoCs 3 - * 4 - * This file is licensed under the terms of the GNU General Public 5 - * License version 2. This program is licensed "as is" without any 6 - * warranty of any kind, whether express or implied. 7 - */ 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 2 + /* IRQ definitions for Marvell MV78xx0 SoCs */ 8 3 9 4 #ifndef __ASM_ARCH_IRQS_H 10 5 #define __ASM_ARCH_IRQS_H
+1 -4
arch/arm/mach-mv78xx0/mpp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-mv78x00/mpp.c 3 4 * 4 5 * MPP functions for Marvell MV78x00 SoCs 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 #include <linux/gpio.h> 11 8 #include <linux/kernel.h>
+1 -5
arch/arm/mach-mv78xx0/mpp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * linux/arch/arm/mach-mv78xx0/mpp.h -- Multi Purpose Pins 3 4 * 4 - * 5 5 * sebastien requiem <sebastien@requiem.fr> 6 - * 7 - * This file is licensed under the terms of the GNU General Public 8 - * License version 2. This program is licensed "as is" without any 9 - * warranty of any kind, whether express or implied. 10 6 */ 11 7 12 8 #ifndef __MV78X00_MPP_H
+1 -4
arch/arm/mach-mv78xx0/mv78xx0.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Generic definitions for Marvell MV78xx0 SoC flavors: 3 4 * MV781x0 and MV782x0. 4 - * 5 - * This file is licensed under the terms of the GNU General Public 6 - * License version 2. This program is licensed "as is" without any 7 - * warranty of any kind, whether express or implied. 8 5 */ 9 6 10 7 #ifndef __ASM_ARCH_MV78XX0_H
+1 -4
arch/arm/mach-mv78xx0/pcie.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-mv78xx0/pcie.c 3 4 * 4 5 * PCIe functions for Marvell MV78xx0 SoCs 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 11 8 #include <linux/kernel.h>
+1 -4
arch/arm/mach-mv78xx0/rd78x00-masa-setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-mv78x00/rd78x00-masa-setup.c 3 4 * 4 5 * Marvell RD-78x00-mASA Development Board Setup 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 11 8 #include <linux/kernel.h>
+1 -4
arch/arm/mach-mvebu/armada-370-xp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Generic definitions for Marvell Armada_370_XP SoCs 3 4 * ··· 7 6 * Lior Amsalem <alior@marvell.com> 8 7 * Gregory CLEMENT <gregory.clement@free-electrons.com> 9 8 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 10 - * 11 - * This file is licensed under the terms of the GNU General Public 12 - * License version 2. This program is licensed "as is" without any 13 - * warranty of any kind, whether express or implied. 14 9 */ 15 10 16 11 #ifndef __MACH_ARMADA_370_XP_H
+1 -4
arch/arm/mach-mvebu/board-v7.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Device Tree support for Armada 370 and XP platforms. 3 4 * ··· 7 6 * Lior Amsalem <alior@marvell.com> 8 7 * Gregory CLEMENT <gregory.clement@free-electrons.com> 9 8 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 10 - * 11 - * This file is licensed under the terms of the GNU General Public 12 - * License version 2. This program is licensed "as is" without any 13 - * warranty of any kind, whether express or implied. 14 9 */ 15 10 16 11 #include <linux/kernel.h>
+1 -4
arch/arm/mach-mvebu/coherency.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Coherency fabric (Aurora) support for Armada 370, 375, 38x and XP 3 4 * platforms. ··· 8 7 * Yehuda Yitschak <yehuday@marvell.com> 9 8 * Gregory Clement <gregory.clement@free-electrons.com> 10 9 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 11 - * 12 - * This file is licensed under the terms of the GNU General Public 13 - * License version 2. This program is licensed "as is" without any 14 - * warranty of any kind, whether express or implied. 15 10 * 16 11 * The Armada 370, 375, 38x and XP SOCs have a coherency fabric which is 17 12 * responsible for ensuring hardware coherency between all CPUs and between
+1 -5
arch/arm/mach-mvebu/coherency.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * arch/arm/mach-mvebu/include/mach/coherency.h 3 - * 4 4 * 5 5 * Coherency fabric (Aurora) support for Armada 370 and XP platforms. 6 6 * 7 7 * Copyright (C) 2012 Marvell 8 - * 9 - * This file is licensed under the terms of the GNU General Public 10 - * License version 2. This program is licensed "as is" without any 11 - * warranty of any kind, whether express or implied. 12 8 */ 13 9 14 10 #ifndef __MACH_370_XP_COHERENCY_H
+1 -4
arch/arm/mach-mvebu/coherency_ll.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Coherency fabric: low level functions 3 4 * 4 5 * Copyright (C) 2012 Marvell 5 6 * 6 7 * Gregory CLEMENT <gregory.clement@free-electrons.com> 7 - * 8 - * This file is licensed under the terms of the GNU General Public 9 - * License version 2. This program is licensed "as is" without any 10 - * warranty of any kind, whether express or implied. 11 8 * 12 9 * This file implements the assembly function to add a CPU to the 13 10 * coherency fabric. This function is called by each of the secondary
+1 -4
arch/arm/mach-mvebu/common.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Core functions for Marvell System On Chip 3 4 * ··· 7 6 * Lior Amsalem <alior@marvell.com> 8 7 * Gregory CLEMENT <gregory.clement@free-electrons.com> 9 8 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 10 - * 11 - * This file is licensed under the terms of the GNU General Public 12 - * License version 2. This program is licensed "as is" without any 13 - * warranty of any kind, whether express or implied. 14 9 */ 15 10 16 11 #ifndef __ARCH_MVEBU_COMMON_H
+1 -4
arch/arm/mach-mvebu/cpu-reset.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2014 Marvell 3 4 * 4 5 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 11 8 #define pr_fmt(fmt) "mvebu-cpureset: " fmt
+1 -4
arch/arm/mach-mvebu/dove.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-mvebu/dove.c 3 4 * 4 5 * Marvell Dove 88AP510 System On Chip FDT Board 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 11 8 #include <linux/init.h>
+1 -4
arch/arm/mach-mvebu/headsmp-a9.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * SMP support: Entry point for secondary CPUs of Marvell EBU 3 4 * Cortex-A9 based SOCs (Armada 375 and Armada 38x). ··· 7 6 * 8 7 * Gregory CLEMENT <gregory.clement@free-electrons.com> 9 8 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 10 - * 11 - * This file is licensed under the terms of the GNU General Public 12 - * License version 2. This program is licensed "as is" without any 13 - * warranty of any kind, whether express or implied. 14 9 */ 15 10 16 11 #include <linux/linkage.h>
+1 -4
arch/arm/mach-mvebu/headsmp.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * SMP support: Entry point for secondary CPUs 3 4 * ··· 7 6 * Yehuda Yitschak <yehuday@marvell.com> 8 7 * Gregory CLEMENT <gregory.clement@free-electrons.com> 9 8 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 10 - * 11 - * This file is licensed under the terms of the GNU General Public 12 - * License version 2. This program is licensed "as is" without any 13 - * warranty of any kind, whether express or implied. 14 9 * 15 10 * This file implements the assembly entry point for secondary CPUs in 16 11 * an SMP kernel. The only thing we need to do is to add the CPU to
+1 -4
arch/arm/mach-mvebu/kirkwood.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2012 (C), Jason Cooper <jason@lakedaemon.net> 3 4 * 4 5 * arch/arm/mach-mvebu/kirkwood.c 5 6 * 6 7 * Flattened Device Tree board initialization 7 - * 8 - * This file is licensed under the terms of the GNU General Public 9 - * License version 2. This program is licensed "as is" without any 10 - * warranty of any kind, whether express or implied. 11 8 */ 12 9 13 10 #include <linux/clk.h>
+1 -4
arch/arm/mach-mvebu/kirkwood.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * arch/arm/mach-mvebu/kirkwood.h 3 4 * 4 5 * Generic definitions for Marvell Kirkwood SoC flavors: 5 6 * 88F6180, 88F6192 and 88F6281. 6 - * 7 - * This file is licensed under the terms of the GNU General Public 8 - * License version 2. This program is licensed "as is" without any 9 - * warranty of any kind, whether express or implied. 10 7 */ 11 8 12 9 #define KIRKWOOD_REGS_PHYS_BASE 0xf1000000
+1 -4
arch/arm/mach-mvebu/mvebu-soc-id.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ID and revision information for mvebu SoCs 3 4 * 4 5 * Copyright (C) 2014 Marvell 5 6 * 6 7 * Gregory CLEMENT <gregory.clement@free-electrons.com> 7 - * 8 - * This file is licensed under the terms of the GNU General Public 9 - * License version 2. This program is licensed "as is" without any 10 - * warranty of any kind, whether express or implied. 11 8 * 12 9 * All the mvebu SoCs have information related to their variant and 13 10 * revision that can be read from the PCI control register. This is
+1 -4
arch/arm/mach-mvebu/mvebu-soc-id.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Marvell EBU SoC ID and revision definitions. 3 4 * 4 5 * Copyright (C) 2014 Marvell Semiconductor 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 11 8 #ifndef __LINUX_MVEBU_SOC_ID_H
+1 -4
arch/arm/mach-mvebu/platsmp-a9.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Symmetric Multi Processing (SMP) support for Marvell EBU Cortex-A9 3 4 * based SOCs (Armada 375/38x). ··· 7 6 * 8 7 * Gregory CLEMENT <gregory.clement@free-electrons.com> 9 8 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 10 - * 11 - * This file is licensed under the terms of the GNU General Public 12 - * License version 2. This program is licensed "as is" without any 13 - * warranty of any kind, whether express or implied. 14 9 */ 15 10 16 11 #include <linux/init.h>
+1 -4
arch/arm/mach-mvebu/platsmp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Symmetric Multi Processing (SMP) support for Armada XP 3 4 * ··· 8 7 * Yehuda Yitschak <yehuday@marvell.com> 9 8 * Gregory CLEMENT <gregory.clement@free-electrons.com> 10 9 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 11 - * 12 - * This file is licensed under the terms of the GNU General Public 13 - * License version 2. This program is licensed "as is" without any 14 - * warranty of any kind, whether express or implied. 15 10 * 16 11 * The Armada XP SoC has 4 ARMv7 PJ4B CPUs running in full HW coherency 17 12 * This file implements the routines for preparing the SMP infrastructure
+1 -4
arch/arm/mach-mvebu/pm-board.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Board-level suspend/resume support. 3 4 * 4 5 * Copyright (C) 2014-2015 Marvell 5 6 * 6 7 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 7 - * 8 - * This file is licensed under the terms of the GNU General Public 9 - * License version 2. This program is licensed "as is" without any 10 - * warranty of any kind, whether express or implied. 11 8 */ 12 9 13 10 #include <linux/delay.h>
+1 -4
arch/arm/mach-mvebu/pm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Suspend/resume support. Currently supporting Armada XP only. 3 4 * 4 5 * Copyright (C) 2014 Marvell 5 6 * 6 7 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 7 - * 8 - * This file is licensed under the terms of the GNU General Public 9 - * License version 2. This program is licensed "as is" without any 10 - * warranty of any kind, whether express or implied. 11 8 */ 12 9 13 10 #include <linux/cpu_pm.h>
+1 -4
arch/arm/mach-mvebu/pmsu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Power Management Service Unit(PMSU) support for Armada 370/XP platforms. 3 4 * ··· 7 6 * Yehuda Yitschak <yehuday@marvell.com> 8 7 * Gregory Clement <gregory.clement@free-electrons.com> 9 8 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 10 - * 11 - * This file is licensed under the terms of the GNU General Public 12 - * License version 2. This program is licensed "as is" without any 13 - * warranty of any kind, whether express or implied. 14 9 * 15 10 * The Armada 370 and Armada XP SOCs have a power management service 16 11 * unit which is responsible for powering down and waking up CPUs and
+1 -4
arch/arm/mach-mvebu/pmsu.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Power Management Service Unit (PMSU) support for Armada 370/XP platforms. 3 4 * 4 5 * Copyright (C) 2012 Marvell 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 11 8 #ifndef __MACH_MVEBU_PMSU_H
+1 -4
arch/arm/mach-mvebu/pmsu_ll.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2014 Marvell 3 4 * 4 5 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 5 6 * Gregory Clement <gregory.clement@free-electrons.com> 6 - * 7 - * This file is licensed under the terms of the GNU General Public 8 - * License version 2. This program is licensed "as is" without any 9 - * warranty of any kind, whether express or implied. 10 7 */ 11 8 12 9 #include <linux/linkage.h>
+1 -4
arch/arm/mach-mvebu/system-controller.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * System controller support for Armada 370, 375 and XP platforms. 3 4 * ··· 7 6 * Lior Amsalem <alior@marvell.com> 8 7 * Gregory CLEMENT <gregory.clement@free-electrons.com> 9 8 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 10 - * 11 - * This file is licensed under the terms of the GNU General Public 12 - * License version 2. This program is licensed "as is" without any 13 - * warranty of any kind, whether express or implied. 14 9 * 15 10 * The Armada 370, 375 and Armada XP SoCs have a range of 16 11 * miscellaneous registers, that do not belong to a particular device,
+2 -4
arch/arm/mach-omap1/mtd-xip.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * MTD primitives for XIP support. Architecture specific functions. 3 4 * ··· 6 5 * 7 6 * Author: Vladimir Barinov <vbarinov@embeddedalley.com> 8 7 * 9 - * (c) 2005 MontaVista Software, Inc. This file is licensed under the 10 - * terms of the GNU General Public License version 2. This program is 11 - * licensed "as is" without any warranty of any kind, whether express or 12 - * implied. 8 + * (c) 2005 MontaVista Software, Inc. 13 9 */ 14 10 15 11 #ifndef __ARCH_OMAP_MTD_XIP_H__
+1 -5
arch/arm/mach-omap1/pm_bus.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Runtime PM support code for OMAP1 3 4 * 4 5 * Author: Kevin Hilman, Deep Root Systems, LLC 5 6 * 6 7 * Copyright (C) 2010 Texas Instruments, Inc. 7 - * 8 - * This file is licensed under the terms of the GNU General Public 9 - * License version 2. This program is licensed "as is" without any 10 - * warranty of any kind, whether express or implied. 11 8 */ 12 9 #include <linux/init.h> 13 10 #include <linux/kernel.h> ··· 40 43 return 0; 41 44 } 42 45 core_initcall(omap1_pm_runtime_init); 43 -
+1 -4
arch/arm/mach-omap2/prcm43xx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * AM43x PRCM defines 3 4 * 4 5 * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/ 5 - * 6 - * This file is licensed under the terms of the GNU General Public License 7 - * version 2. This program is licensed "as is" without any warranty of any 8 - * kind, whether express or implied. 9 6 */ 10 7 11 8 #ifndef __ARCH_ARM_MACH_OMAP2_PRCM_43XX_H
+1 -5
arch/arm/mach-omap2/vc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * OMAP Voltage Controller (VC) interface 3 4 * 4 5 * Copyright (C) 2011 Texas Instruments, Inc. 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 #include <linux/kernel.h> 11 8 #include <linux/delay.h> ··· 892 895 else if (cpu_is_omap44xx()) 893 896 omap4_vc_init_channel(voltdm); 894 897 } 895 -
+1 -4
arch/arm/mach-orion5x/board-d2net.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-orion5x/board-d2net.c 3 4 * 4 5 * LaCie d2Network and Big Disk Network NAS setup 5 6 * 6 7 * Copyright (C) 2009 Simon Guinot <sguinot@lacie.com> 7 - * 8 - * This file is licensed under the terms of the GNU General Public 9 - * License version 2. This program is licensed "as is" without any 10 - * warranty of any kind, whether express or implied. 11 8 */ 12 9 13 10 #include <linux/kernel.h>
+1 -4
arch/arm/mach-orion5x/board-dt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2012 (C), Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 3 4 * 4 5 * arch/arm/mach-orion5x/board-dt.c 5 6 * 6 7 * Flattened Device Tree board initialization 7 - * 8 - * This file is licensed under the terms of the GNU General Public 9 - * License version 2. This program is licensed "as is" without any 10 - * warranty of any kind, whether express or implied. 11 8 */ 12 9 13 10 #include <linux/kernel.h>
+1 -4
arch/arm/mach-orion5x/board-rd88f5182.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-orion5x/rd88f5182-setup.c 3 4 * 4 5 * Marvell Orion-NAS Reference Design Setup 5 6 * 6 7 * Maintainer: Ronen Shitrit <rshitrit@marvell.com> 7 - * 8 - * This file is licensed under the terms of the GNU General Public 9 - * License version 2. This program is licensed "as is" without any 10 - * warranty of any kind, whether express or implied. 11 8 */ 12 9 #include <linux/gpio.h> 13 10 #include <linux/kernel.h>
+2 -7
arch/arm/mach-orion5x/bridge-regs.h
··· 1 - /* 2 - * Orion CPU Bridge Registers 3 - * 4 - * This file is licensed under the terms of the GNU General Public 5 - * License version 2. This program is licensed "as is" without any 6 - * warranty of any kind, whether express or implied. 7 - */ 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 2 + /* Orion CPU Bridge Registers */ 8 3 9 4 #ifndef __ASM_ARCH_BRIDGE_REGS_H 10 5 #define __ASM_ARCH_BRIDGE_REGS_H
+1 -4
arch/arm/mach-orion5x/common.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-orion5x/common.c 3 4 * 4 5 * Core functions for Marvell Orion 5x SoCs 5 6 * 6 7 * Maintainer: Tzachi Perelstein <tzachi@marvell.com> 7 - * 8 - * This file is licensed under the terms of the GNU General Public 9 - * License version 2. This program is licensed "as is" without any 10 - * warranty of any kind, whether express or implied. 11 8 */ 12 9 13 10 #include <linux/kernel.h>
+1 -4
arch/arm/mach-orion5x/db88f5281-setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-orion5x/db88f5281-setup.c 3 4 * 4 5 * Marvell Orion-2 Development Board Setup 5 6 * 6 7 * Maintainer: Tzachi Perelstein <tzachi@marvell.com> 7 - * 8 - * This file is licensed under the terms of the GNU General Public 9 - * License version 2. This program is licensed "as is" without any 10 - * warranty of any kind, whether express or implied. 11 8 */ 12 9 #include <linux/gpio.h> 13 10 #include <linux/kernel.h>
+1 -4
arch/arm/mach-orion5x/irq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-orion5x/irq.c 3 4 * 4 5 * Core IRQ functions for Marvell Orion System On Chip 5 6 * 6 7 * Maintainer: Tzachi Perelstein <tzachi@marvell.com> 7 - * 8 - * This file is licensed under the terms of the GNU General Public 9 - * License version 2. This program is licensed "as is" without any 10 - * warranty of any kind, whether express or implied. 11 8 */ 12 9 #include <linux/gpio.h> 13 10 #include <linux/kernel.h>
+1 -4
arch/arm/mach-orion5x/irqs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * IRQ definitions for Orion SoC 3 4 * 4 5 * Maintainer: Tzachi Perelstein <tzachi@marvell.com> 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 11 8 #ifndef __ASM_ARCH_IRQS_H
+1 -4
arch/arm/mach-orion5x/kurobox_pro-setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-orion5x/kurobox_pro-setup.c 3 4 * 4 5 * Maintainer: Ronen Shitrit <rshitrit@marvell.com> 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 #include <linux/gpio.h> 11 8 #include <linux/kernel.h>
+1 -4
arch/arm/mach-orion5x/ls_hgl-setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-orion5x/ls_hgl-setup.c 3 4 * 4 5 * Maintainer: Zhu Qingsen <zhuqs@cn.fujitsu.com> 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 11 8 #include <linux/kernel.h>
+1 -4
arch/arm/mach-orion5x/mpp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-orion5x/mpp.c 3 4 * 4 5 * MPP functions for Marvell Orion 5x SoCs 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 11 8 #include <linux/kernel.h>
+1 -5
arch/arm/mach-orion5x/net2big-setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-orion5x/net2big-setup.c 3 4 * 4 5 * LaCie 2Big Network NAS setup 5 6 * 6 7 * Copyright (C) 2009 Simon Guinot <sguinot@lacie.com> 7 - * 8 - * This file is licensed under the terms of the GNU General Public 9 - * License version 2. This program is licensed "as is" without any 10 - * warranty of any kind, whether express or implied. 11 8 */ 12 9 13 10 #include <linux/kernel.h> ··· 429 432 .fixup = tag_fixup_mem32, 430 433 .restart = orion5x_restart, 431 434 MACHINE_END 432 -
+1 -4
arch/arm/mach-orion5x/orion5x.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Generic definitions of Orion SoC flavors: 3 4 * Orion-1, Orion-VoIP, Orion-NAS, Orion-2, and Orion-1-90. 4 5 * 5 6 * Maintainer: Tzachi Perelstein <tzachi@marvell.com> 6 - * 7 - * This file is licensed under the terms of the GNU General Public 8 - * License version 2. This program is licensed "as is" without any 9 - * warranty of any kind, whether express or implied. 10 7 */ 11 8 12 9 #ifndef __ASM_ARCH_ORION5X_H
+1 -4
arch/arm/mach-orion5x/pci.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-orion5x/pci.c 3 4 * 4 5 * PCI and PCIe functions for Marvell Orion System On Chip 5 6 * 6 7 * Maintainer: Tzachi Perelstein <tzachi@marvell.com> 7 - * 8 - * This file is licensed under the terms of the GNU General Public 9 - * License version 2. This program is licensed "as is" without any 10 - * warranty of any kind, whether express or implied. 11 8 */ 12 9 13 10 #include <linux/kernel.h>
+1 -4
arch/arm/mach-orion5x/rd88f5181l-fxo-setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-orion5x/rd88f5181l-fxo-setup.c 3 4 * 4 5 * Marvell Orion-VoIP FXO Reference Design Setup 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 #include <linux/gpio.h> 11 8 #include <linux/kernel.h>
+1 -4
arch/arm/mach-orion5x/rd88f5181l-ge-setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-orion5x/rd88f5181l-ge-setup.c 3 4 * 4 5 * Marvell Orion-VoIP GE Reference Design Setup 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 #include <linux/gpio.h> 11 8 #include <linux/kernel.h>
+1 -4
arch/arm/mach-orion5x/rd88f5182-setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-orion5x/rd88f5182-setup.c 3 4 * 4 5 * Marvell Orion-NAS Reference Design Setup 5 6 * 6 7 * Maintainer: Ronen Shitrit <rshitrit@marvell.com> 7 - * 8 - * This file is licensed under the terms of the GNU General Public 9 - * License version 2. This program is licensed "as is" without any 10 - * warranty of any kind, whether express or implied. 11 8 */ 12 9 #include <linux/gpio.h> 13 10 #include <linux/kernel.h>
+1 -4
arch/arm/mach-orion5x/rd88f6183ap-ge-setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-orion5x/rd88f6183-ap-ge-setup.c 3 4 * 4 5 * Marvell Orion-1-90 AP GE Reference Design Setup 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 #include <linux/gpio.h> 11 8 #include <linux/kernel.h>
+1 -4
arch/arm/mach-orion5x/ts78xx-setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-orion5x/ts78xx-setup.c 3 4 * 4 5 * Maintainer: Alexander Clouter <alex@digriz.org.uk> 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 11 8 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+2 -7
arch/arm/mach-orion5x/wnr854t-setup.c
··· 1 - /* 2 - * arch/arm/mach-orion5x/wnr854t-setup.c 3 - * 4 - * This file is licensed under the terms of the GNU General Public 5 - * License version 2. This program is licensed "as is" without any 6 - * warranty of any kind, whether express or implied. 7 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // arch/arm/mach-orion5x/wnr854t-setup.c 8 3 #include <linux/gpio.h> 9 4 #include <linux/kernel.h> 10 5 #include <linux/init.h>
+2 -7
arch/arm/mach-orion5x/wrt350n-v2-setup.c
··· 1 - /* 2 - * arch/arm/mach-orion5x/wrt350n-v2-setup.c 3 - * 4 - * This file is licensed under the terms of the GNU General Public 5 - * License version 2. This program is licensed "as is" without any 6 - * warranty of any kind, whether express or implied. 7 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // arch/arm/mach-orion5x/wrt350n-v2-setup.c 8 3 #include <linux/gpio.h> 9 4 #include <linux/kernel.h> 10 5 #include <linux/init.h>
+1 -6
arch/arm/mach-pxa/eseries.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Hardware definitions for the Toshiba eseries PDAs 3 4 * 4 5 * Copyright (c) 2003 Ian Molton <spyro@f2s.com> 5 - * 6 - * This file is licensed under 7 - * the terms of the GNU General Public License version 2. This program 8 - * is licensed "as is" without any warranty of any kind, whether express 9 - * or implied. 10 - * 11 6 */ 12 7 13 8 #include <linux/clkdev.h>
+2 -4
arch/arm/mach-pxa/standby.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * PXA27x standby mode 3 4 * 4 5 * Author: David Burrage 5 6 * 6 - * 2005 (c) MontaVista Software, Inc. This file is licensed under 7 - * the terms of the GNU General Public License version 2. This program 8 - * is licensed "as is" without any warranty of any kind, whether express 9 - * or implied. 7 + * 2005 (c) MontaVista Software, Inc. 10 8 */ 11 9 12 10 #include <linux/linkage.h>
+1 -4
arch/arm/mach-spear/generic.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * spear machine family generic header file 3 4 * 4 5 * Copyright (C) 2009-2012 ST Microelectronics 5 6 * Rajeev Kumar <rajeev-dlh.kumar@st.com> 6 7 * Viresh Kumar <vireshk@kernel.org> 7 - * 8 - * This file is licensed under the terms of the GNU General Public 9 - * License version 2. This program is licensed "as is" without any 10 - * warranty of any kind, whether express or implied. 11 8 */ 12 9 13 10 #ifndef __MACH_GENERIC_H
+1 -4
arch/arm/mach-spear/misc_regs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Miscellaneous registers definitions for SPEAr3xx machine family 3 4 * 4 5 * Copyright (C) 2009 ST Microelectronics 5 6 * Viresh Kumar <vireshk@kernel.org> 6 - * 7 - * This file is licensed under the terms of the GNU General Public 8 - * License version 2. This program is licensed "as is" without any 9 - * warranty of any kind, whether express or implied. 10 7 */ 11 8 12 9 #ifndef __MACH_MISC_REGS_H
+1 -4
arch/arm/mach-spear/pl080.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/plat-spear/pl080.c 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2012 ST Microelectronics 8 7 * Viresh Kumar <vireshk@kernel.org> 9 - * 10 - * This file is licensed under the terms of the GNU General Public 11 - * License version 2. This program is licensed "as is" without any 12 - * warranty of any kind, whether express or implied. 13 8 */ 14 9 15 10 #include <linux/amba/pl08x.h>
+1 -4
arch/arm/mach-spear/pl080.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * arch/arm/plat-spear/include/plat/pl080.h 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2012 ST Microelectronics 8 7 * Viresh Kumar <vireshk@kernel.org> 9 - * 10 - * This file is licensed under the terms of the GNU General Public 11 - * License version 2. This program is licensed "as is" without any 12 - * warranty of any kind, whether express or implied. 13 8 */ 14 9 15 10 #ifndef __PLAT_PL080_H
+1 -4
arch/arm/mach-spear/restart.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/plat-spear/restart.c 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2009 ST Microelectronics 8 7 * Viresh Kumar <vireshk@kernel.org> 9 - * 10 - * This file is licensed under the terms of the GNU General Public 11 - * License version 2. This program is licensed "as is" without any 12 - * warranty of any kind, whether express or implied. 13 8 */ 14 9 #include <linux/io.h> 15 10 #include <linux/amba/sp810.h>
+1 -4
arch/arm/mach-spear/spear.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * SPEAr3xx/6xx Machine family specific definition 3 4 * 4 5 * Copyright (C) 2009,2012 ST Microelectronics 5 6 * Rajeev Kumar<rajeev-dlh.kumar@st.com> 6 7 * Viresh Kumar <vireshk@kernel.org> 7 - * 8 - * This file is licensed under the terms of the GNU General Public 9 - * License version 2. This program is licensed "as is" without any 10 - * warranty of any kind, whether express or implied. 11 8 */ 12 9 13 10 #ifndef __MACH_SPEAR_H
+1 -4
arch/arm/mach-spear/spear1310.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-spear13xx/spear1310.c 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2012 ST Microelectronics 8 7 * Viresh Kumar <vireshk@kernel.org> 9 - * 10 - * This file is licensed under the terms of the GNU General Public 11 - * License version 2. This program is licensed "as is" without any 12 - * warranty of any kind, whether express or implied. 13 8 */ 14 9 15 10 #define pr_fmt(fmt) "SPEAr1310: " fmt
+1 -4
arch/arm/mach-spear/spear1340.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-spear13xx/spear1340.c 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2012 ST Microelectronics 8 7 * Viresh Kumar <vireshk@kernel.org> 9 - * 10 - * This file is licensed under the terms of the GNU General Public 11 - * License version 2. This program is licensed "as is" without any 12 - * warranty of any kind, whether express or implied. 13 8 */ 14 9 15 10 #define pr_fmt(fmt) "SPEAr1340: " fmt
+1 -4
arch/arm/mach-spear/spear13xx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-spear13xx/spear13xx.c 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2012 ST Microelectronics 8 7 * Viresh Kumar <vireshk@kernel.org> 9 - * 10 - * This file is licensed under the terms of the GNU General Public 11 - * License version 2. This program is licensed "as is" without any 12 - * warranty of any kind, whether express or implied. 13 8 */ 14 9 15 10 #define pr_fmt(fmt) "SPEAr13xx: " fmt
+1 -4
arch/arm/mach-spear/spear300.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-spear3xx/spear300.c 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2009-2012 ST Microelectronics 8 7 * Viresh Kumar <vireshk@kernel.org> 9 - * 10 - * This file is licensed under the terms of the GNU General Public 11 - * License version 2. This program is licensed "as is" without any 12 - * warranty of any kind, whether express or implied. 13 8 */ 14 9 15 10 #define pr_fmt(fmt) "SPEAr300: " fmt
+1 -4
arch/arm/mach-spear/spear310.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-spear3xx/spear310.c 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2009-2012 ST Microelectronics 8 7 * Viresh Kumar <vireshk@kernel.org> 9 - * 10 - * This file is licensed under the terms of the GNU General Public 11 - * License version 2. This program is licensed "as is" without any 12 - * warranty of any kind, whether express or implied. 13 8 */ 14 9 15 10 #define pr_fmt(fmt) "SPEAr310: " fmt
+1 -4
arch/arm/mach-spear/spear320.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-spear3xx/spear320.c 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2009-2012 ST Microelectronics 8 7 * Viresh Kumar <vireshk@kernel.org> 9 - * 10 - * This file is licensed under the terms of the GNU General Public 11 - * License version 2. This program is licensed "as is" without any 12 - * warranty of any kind, whether express or implied. 13 8 */ 14 9 15 10 #define pr_fmt(fmt) "SPEAr320: " fmt
+1 -4
arch/arm/mach-spear/spear3xx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-spear3xx/spear3xx.c 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2009-2012 ST Microelectronics 8 7 * Viresh Kumar <vireshk@kernel.org> 9 - * 10 - * This file is licensed under the terms of the GNU General Public 11 - * License version 2. This program is licensed "as is" without any 12 - * warranty of any kind, whether express or implied. 13 8 */ 14 9 15 10 #define pr_fmt(fmt) "SPEAr3xx: " fmt
+1 -4
arch/arm/mach-spear/spear6xx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-spear6xx/spear6xx.c 3 4 * ··· 8 7 * Rajeev Kumar<rajeev-dlh.kumar@st.com> 9 8 * 10 9 * Copyright 2012 Stefan Roese <sr@denx.de> 11 - * 12 - * This file is licensed under the terms of the GNU General Public 13 - * License version 2. This program is licensed "as is" without any 14 - * warranty of any kind, whether express or implied. 15 10 */ 16 11 17 12 #include <linux/amba/pl08x.h>
+1 -4
arch/arm/mach-spear/time.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/plat-spear/time.c 3 4 * 4 5 * Copyright (C) 2010 ST Microelectronics 5 6 * Shiraz Hashim<shiraz.linux.kernel@gmail.com> 6 - * 7 - * This file is licensed under the terms of the GNU General Public 8 - * License version 2. This program is licensed "as is" without any 9 - * warranty of any kind, whether express or implied. 10 7 */ 11 8 12 9 #include <linux/clk.h>
+1 -4
arch/arm/mm/cache-feroceon-l2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mm/cache-feroceon-l2.c - Feroceon L2 cache controller support 3 4 * 4 5 * Copyright (C) 2008 Marvell Semiconductor 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 * 10 7 * References: 11 8 * - Unified Layer 2 Cache for Feroceon CPU Cores,
+1 -4
arch/arm/mm/cache-tauros2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mm/cache-tauros2.c - Tauros2 L2 cache controller support 3 4 * 4 5 * Copyright (C) 2008 Marvell Semiconductor 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 * 10 7 * References: 11 8 * - PJ1 CPU Core Datasheet,