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_320.RULE

Based on the normalized pattern:

this program is free software you can redistribute it and/or modify it
under the terms of the gnu general public license version 2 as
published by the free software foundation this program is distributed
as is without any warranty of any kind whether express or implied
without even the implied warranty of merchantability or fitness for a
particular purpose see the gnu general public license for more details

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
5a729246 abd46274

+39 -345
+1 -9
arch/arm/mach-omap1/timer.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * OMAP1 Dual-Mode Timers - platform device registration 3 4 * ··· 10 9 * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/ 11 10 * Tarun Kanti DebBarma <tarun.kanti@ti.com> 12 11 * Thara Gopinath <thara@ti.com> 13 - * 14 - * This program is free software; you can redistribute it and/or modify 15 - * it under the terms of the GNU General Public License version 2 as 16 - * published by the Free Software Foundation. 17 - * 18 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 19 - * kind, whether express or implied; without even the implied warranty 20 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 12 */ 23 13 24 14 #include <linux/clk.h>
+1 -9
arch/arm/mach-omap2/display.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * OMAP2plus display device setup / initialization. 3 4 * 4 5 * Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com/ 5 6 * Senthilvadivu Guruswamy 6 7 * Sumit Semwal 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 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 13 - * kind, whether express or implied; without even the implied warranty 14 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/string.h>
+1 -9
arch/arm/mach-omap2/omap_opp_data.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * OMAP SoC specific OPP Data helpers 3 4 * ··· 7 6 * Kevin Hilman 8 7 * Copyright (C) 2010 Nokia Corporation. 9 8 * Eduardo Valentin 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 version 2 as 13 - * published by the Free Software Foundation. 14 - * 15 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 16 - * kind, whether express or implied; without even the implied warranty 17 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 9 */ 20 10 #ifndef __ARCH_ARM_MACH_OMAP2_OMAP_OPP_DATA_H 21 11 #define __ARCH_ARM_MACH_OMAP2_OMAP_OPP_DATA_H
+1 -9
arch/arm/mach-omap2/opp3xxx_data.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * OMAP3 OPP table definitions. 3 4 * ··· 8 7 * Copyright (C) 2010-2011 Nokia Corporation. 9 8 * Eduardo Valentin 10 9 * Paul Walmsley 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 version 2 as 14 - * published by the Free Software Foundation. 15 - * 16 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 17 - * kind, whether express or implied; without even the implied warranty 18 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 10 */ 21 11 #include <linux/module.h> 22 12
+1 -9
arch/arm/mach-omap2/opp4xxx_data.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * OMAP4 OPP table definitions. 3 4 * ··· 9 8 * Copyright (C) 2010-2011 Nokia Corporation. 10 9 * Eduardo Valentin 11 10 * Paul Walmsley 12 - * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License version 2 as 15 - * published by the Free Software Foundation. 16 - * 17 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 18 - * kind, whether express or implied; without even the implied warranty 19 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - * GNU General Public License for more details. 21 11 */ 22 12 #include <linux/module.h> 23 13
+1 -9
arch/arm/mach-versatile/spc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Versatile Express Serial Power Controller (SPC) support 3 4 * ··· 7 6 * Authors: Sudeep KarkadaNagesha <sudeep.karkadanagesha@arm.com> 8 7 * Achin Gupta <achin.gupta@arm.com> 9 8 * Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> 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 version 2 as 13 - * published by the Free Software Foundation. 14 - * 15 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 16 - * kind, whether express or implied; without even the implied warranty 17 - * of 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/clk-provider.h>
+1 -9
drivers/bus/omap_l3_noc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * OMAP L3 Interconnect error handling driver 3 4 * 4 5 * Copyright (C) 2011-2015 Texas Instruments Incorporated - http://www.ti.com/ 5 6 * Santosh Shilimkar <santosh.shilimkar@ti.com> 6 7 * Sricharan <r.sricharan@ti.com> 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 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 13 - * kind, whether express or implied; without even the implied warranty 14 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 #include <linux/init.h> 18 10 #include <linux/interrupt.h>
+1 -9
drivers/bus/omap_l3_noc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * OMAP L3 Interconnect error handling driver header 3 4 * 4 5 * Copyright (C) 2011-2015 Texas Instruments Incorporated - http://www.ti.com/ 5 6 * Santosh Shilimkar <santosh.shilimkar@ti.com> 6 7 * sricharan <r.sricharan@ti.com> 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 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 13 - * kind, whether express or implied; without even the implied warranty 14 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 #ifndef __OMAP_L3_NOC_H 18 10 #define __OMAP_L3_NOC_H
+1 -9
drivers/clk/keystone/sci-clk.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * SCI Clock driver for keystone based devices 3 4 * 4 5 * Copyright (C) 2015-2016 Texas Instruments Incorporated - https://www.ti.com/ 5 6 * Tero Kristo <t-kristo@ti.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 - * 11 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 12 - * kind, whether express or implied; without even the implied warranty 13 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 #include <linux/clk-provider.h> 17 9 #include <linux/err.h>
+1 -9
drivers/clk/ti/apll.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * OMAP APLL clock support 3 4 * 4 5 * Copyright (C) 2013 Texas Instruments, Inc. 5 6 * 6 7 * J Keerthy <j-keerthy@ti.com> 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 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 13 - * kind, whether express or implied; without even the implied warranty 14 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/clk.h>
+1 -9
drivers/clk/ti/autoidle.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TI clock autoidle support 3 4 * 4 5 * Copyright (C) 2013 Texas Instruments, Inc. 5 6 * 6 7 * Tero Kristo <t-kristo@ti.com> 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 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 13 - * kind, whether express or implied; without even the implied warranty 14 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/clk-provider.h>
+1 -9
drivers/clk/ti/clk-dra7-atl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * DRA7 ATL (Audio Tracking Logic) clock driver 3 4 * 4 5 * Copyright (C) 2013 Texas Instruments, Inc. 5 6 * 6 7 * Peter Ujfalusi <peter.ujfalusi@ti.com> 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 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 13 - * kind, whether express or implied; without even the implied warranty 14 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/init.h>
+1 -9
drivers/clk/ti/clk.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TI clock support 3 4 * 4 5 * Copyright (C) 2013 Texas Instruments, Inc. 5 6 * 6 7 * Tero Kristo <t-kristo@ti.com> 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 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 13 - * kind, whether express or implied; without even the implied warranty 14 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/clk.h>
+1 -9
drivers/clk/ti/clkctrl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * OMAP clkctrl clock support 3 4 * 4 5 * Copyright (C) 2017 Texas Instruments, Inc. 5 6 * 6 7 * Tero Kristo <t-kristo@ti.com> 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 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 13 - * kind, whether express or implied; without even the implied warranty 14 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/clk-provider.h>
+1 -9
drivers/clk/ti/clkt_dflt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Default clock type 3 4 * ··· 9 8 * Richard Woodruff <r-woodruff2@ti.com> 10 9 * Paul Walmsley 11 10 * Tero Kristo <t-kristo@ti.com> 12 - * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License version 2 as 15 - * published by the Free Software Foundation. 16 - * 17 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 18 - * kind, whether express or implied; without even the implied warranty 19 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - * GNU General Public License for more details. 21 11 */ 22 12 23 13 #include <linux/kernel.h>
+1 -9
drivers/clk/ti/clockdomain.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * OMAP clockdomain support 3 4 * 4 5 * Copyright (C) 2013 Texas Instruments, Inc. 5 6 * 6 7 * Tero Kristo <t-kristo@ti.com> 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 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 13 - * kind, whether express or implied; without even the implied warranty 14 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/clk.h>
+1 -9
drivers/clk/ti/composite.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TI composite clock support 3 4 * 4 5 * Copyright (C) 2013 Texas Instruments, Inc. 5 6 * 6 7 * Tero Kristo <t-kristo@ti.com> 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 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 13 - * kind, whether express or implied; without even the implied warranty 14 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/clk-provider.h>
+1 -9
drivers/clk/ti/divider.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TI Divider Clock 3 4 * 4 5 * Copyright (C) 2013 Texas Instruments, Inc. 5 6 * 6 7 * Tero Kristo <t-kristo@ti.com> 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 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 13 - * kind, whether express or implied; without even the implied warranty 14 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/clk-provider.h>
+1 -9
drivers/clk/ti/dpll.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * OMAP DPLL clock support 3 4 * 4 5 * Copyright (C) 2013 Texas Instruments, Inc. 5 6 * 6 7 * Tero Kristo <t-kristo@ti.com> 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 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 13 - * kind, whether express or implied; without even the implied warranty 14 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/clk.h>
+1 -9
drivers/clk/ti/fixed-factor.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TI Fixed Factor Clock 3 4 * 4 5 * Copyright (C) 2013 Texas Instruments, Inc. 5 6 * 6 7 * Tero Kristo <t-kristo@ti.com> 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 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 13 - * kind, whether express or implied; without even the implied warranty 14 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/clk-provider.h>
+1 -9
drivers/clk/ti/gate.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * OMAP gate clock support 3 4 * 4 5 * Copyright (C) 2013 Texas Instruments, Inc. 5 6 * 6 7 * Tero Kristo <t-kristo@ti.com> 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 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 13 - * kind, whether express or implied; without even the implied warranty 14 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/clk-provider.h>
+1 -9
drivers/clk/ti/interface.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * OMAP interface clock support 3 4 * 4 5 * Copyright (C) 2013 Texas Instruments, Inc. 5 6 * 6 7 * Tero Kristo <t-kristo@ti.com> 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 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 13 - * kind, whether express or implied; without even the implied warranty 14 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/clk-provider.h>
+1 -9
drivers/clk/ti/mux.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TI Multiplexer Clock 3 4 * 4 5 * Copyright (C) 2013 Texas Instruments, Inc. 5 6 * 6 7 * Tero Kristo <t-kristo@ti.com> 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 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 13 - * kind, whether express or implied; without even the implied warranty 14 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/clk-provider.h>
+1 -9
drivers/cpufreq/scpi-cpufreq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * System Control and Power Interface (SCPI) based CPUFreq Interface driver 3 4 * 4 5 * Copyright (C) 2015 ARM Ltd. 5 6 * Sudeep Holla <sudeep.holla@arm.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 - * 11 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 12 - * kind, whether express or implied; without even the implied warranty 13 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 17 9 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -9
drivers/input/misc/palmas-pwrbutton.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Texas Instruments' Palmas Power Button Input Driver 3 4 * 4 5 * Copyright (C) 2012-2014 Texas Instruments Incorporated - http://www.ti.com/ 5 6 * Girish S Ghongdemath 6 7 * Nishanth Menon 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 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 13 - * kind, whether express or implied; without even the implied warranty 14 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/bitfield.h>
+1 -9
drivers/input/misc/tps65218-pwrbutton.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Texas Instruments' TPS65217 and TPS65218 Power Button Input Driver 3 4 * 4 5 * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com/ 5 6 * Author: Felipe Balbi <balbi@ti.com> 6 7 * Author: Marcin Niestroj <m.niestroj@grinn-global.com> 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 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 13 - * kind, whether express or implied; without even the implied warranty 14 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/init.h>
+1 -9
drivers/misc/sram-exec.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * SRAM protect-exec region helper functions 3 4 * 4 5 * Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/ 5 6 * Dave Gerlach 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 - * 11 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 12 - * kind, whether express or implied; without even the implied warranty 13 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 17 9 #include <linux/device.h>
+1 -9
drivers/power/supply/cpcap-battery.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Battery driver for CPCAP PMIC 3 4 * ··· 8 7 * drivers: 9 8 * 10 9 * Copyright (C) 2009-2010 Motorola, Inc. 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 version 2 as 14 - * published by the Free Software Foundation. 15 - 16 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 17 - * kind, whether express or implied; without even the implied warranty 18 - * of 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/delay.h>
+1 -9
drivers/regulator/ti-abb-regulator.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Texas Instruments SoC Adaptive Body Bias(ABB) Regulator 3 4 * ··· 8 7 * Copyright (C) 2012-2013 Texas Instruments, Inc. 9 8 * Andrii Tseglytskyi <andrii.tseglytskyi@ti.com> 10 9 * Nishanth Menon <nm@ti.com> 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 version 2 as 14 - * published by the Free Software Foundation. 15 - * 16 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 17 - * kind, whether express or implied; without even the implied warranty 18 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 10 */ 21 11 #include <linux/clk.h> 22 12 #include <linux/delay.h>
+1 -9
drivers/reset/reset-ti-sci.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Texas Instrument's System Control Interface (TI-SCI) reset driver 3 4 * 4 5 * Copyright (C) 2015-2017 Texas Instruments Incorporated - https://www.ti.com/ 5 6 * Andrew F. Davis <afd@ti.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 - * 11 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 12 - * kind, whether express or implied; without even the implied warranty 13 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 17 9 #include <linux/idr.h>
+1 -9
drivers/reset/reset-ti-syscon.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TI SYSCON regmap reset driver 3 4 * 4 5 * Copyright (C) 2015-2016 Texas Instruments Incorporated - https://www.ti.com/ 5 6 * Andrew F. Davis <afd@ti.com> 6 7 * Suman Anna <afd@ti.com> 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 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 13 - * kind, whether express or implied; without even the implied warranty 14 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/mfd/syscon.h>
+1 -9
drivers/thermal/hisi_thermal.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * HiSilicon thermal sensor driver 3 4 * ··· 7 6 * 8 7 * Xinwei Kong <kong.kongxinwei@hisilicon.com> 9 8 * Leo Yan <leo.yan@linaro.org> 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 version 2 as 13 - * published by the Free Software Foundation. 14 - * 15 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 16 - * kind, whether express or implied; without even the implied warranty 17 - * of 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/cpufreq.h>
+1 -9
include/dt-bindings/clock/ti-dra7-atl.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This header provides constants for DRA7 ATL (Audio Tracking Logic) 3 4 * ··· 7 6 * Copyright (C) 2013 Texas Instruments, Inc. 8 7 * 9 8 * Peter Ujfalusi <peter.ujfalusi@ti.com> 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 version 2 as 13 - * published by the Free Software Foundation. 14 - * 15 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 16 - * kind, whether express or implied; without even the implied warranty 17 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 9 */ 20 10 21 11 #ifndef _DT_BINDINGS_CLK_DRA7_ATL_H
+1 -9
include/dt-bindings/pinctrl/hisi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This header provides constants for hisilicon pinctrl bindings. 3 4 * 4 5 * Copyright (c) 2015 HiSilicon Limited. 5 6 * Copyright (c) 2015 Linaro Limited. 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 - * 11 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 12 - * kind, whether express or implied; without even the implied warranty 13 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 17 9 #ifndef _DT_BINDINGS_PINCTRL_HISI_H
+1 -9
include/dt-bindings/pinctrl/keystone.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This header provides constants for Keystone pinctrl bindings. 3 4 * 4 5 * Copyright (C) 2016 Texas Instruments Incorporated - http://www.ti.com/ 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 11 - * kind, whether express or implied; without even the implied warranty 12 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #ifndef _DT_BINDINGS_PINCTRL_KEYSTONE_H
+1 -9
include/linux/clk/ti.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * TI clock drivers support 3 4 * 4 5 * Copyright (C) 2013 Texas Instruments, Inc. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 11 - * kind, whether express or implied; without even the implied warranty 12 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 #ifndef __LINUX_CLK_TI_H__ 16 8 #define __LINUX_CLK_TI_H__
+2 -12
include/linux/pm_wakeirq.h
··· 1 - /* 2 - * pm_wakeirq.h - Device wakeirq helper functions 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 7 - * 8 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 9 - * kind, whether express or implied; without even the implied warranty 10 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - */ 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 2 + /* pm_wakeirq.h - Device wakeirq helper functions */ 13 3 14 4 #ifndef _LINUX_PM_WAKEIRQ_H 15 5 #define _LINUX_PM_WAKEIRQ_H
+1 -9
include/linux/soc/ti/ti-msgmgr.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Texas Instruments' Message Manager 3 4 * 4 5 * Copyright (C) 2015-2022 Texas Instruments Incorporated - https://www.ti.com/ 5 6 * Nishanth Menon 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 - * 11 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 12 - * kind, whether express or implied; without even the implied warranty 13 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 17 9 #ifndef TI_MSGMGR_H