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 - rule 194

Based on 1 normalized pattern(s):

license terms gnu general public license gpl version 2

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

has been chosen to replace the boilerplate/reference in 161 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com>
Reviewed-by: Steve Winslow <swinslow@gmail.com>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190528170027.447718015@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
af873fce 2522fe45

+163 -222
+1 -2
arch/arm/include/asm/tcm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * 3 4 * Copyright (C) 2008-2009 ST-Ericsson AB 4 - * License terms: GNU General Public License (GPL) version 2 5 5 * 6 6 * Author: Rickard Andersson <rickard.andersson@stericsson.com> 7 7 * Author: Linus Walleij <linus.walleij@stericsson.com> 8 - * 9 8 */ 10 9 #ifndef __ASMARM_TCM_H 11 10 #define __ASMARM_TCM_H
+1 -2
arch/arm/kernel/hibernate.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Hibernation support specific for ARM 3 4 * ··· 12 11 * https://patchwork.kernel.org/patch/96442/ 13 12 * 14 13 * Copyright (C) 2006 Rafael J. Wysocki <rjw@sisk.pl> 15 - * 16 - * License terms: GNU General Public License (GPL) version 2 17 14 */ 18 15 19 16 #include <linux/mm.h>
+1 -1
arch/arm/kernel/tcm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2008-2009 ST-Ericsson AB 3 - * License terms: GNU General Public License (GPL) version 2 4 4 * TCM memory handling for ARM systems 5 5 * 6 6 * Author: Linus Walleij <linus.walleij@stericsson.com>
+1 -1
arch/arm/mach-ebsa110/leds.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for the LED found on the EBSA110 machine 3 4 * Based on Versatile and RealView machine LED code 4 5 * 5 - * License terms: GNU General Public License (GPL) version 2 6 6 * Author: Bryan Wu <bryan.wu@canonical.com> 7 7 */ 8 8 #include <linux/kernel.h>
+1 -2
arch/arm/mach-u300/core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * 3 4 * arch/arm/mach-u300/core.c 4 5 * 5 - * 6 6 * Copyright (C) 2007-2012 ST-Ericsson SA 7 - * License terms: GNU General Public License (GPL) version 2 8 7 * Core platform support, IRQ handling and device definitions. 9 8 * Author: Linus Walleij <linus.walleij@stericsson.com> 10 9 */
+1 -1
arch/arm/mach-u300/regulator.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-u300/regulator.c 3 4 * 4 5 * Copyright (C) 2009 ST-Ericsson AB 5 - * License terms: GNU General Public License (GPL) version 2 6 6 * Handle board-bound regulators and board power not related 7 7 * to any devices. 8 8 * Author: Linus Walleij <linus.walleij@stericsson.com>
+1 -2
arch/arm/mach-ux500/db8500-regs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) ST-Ericsson SA 2010 3 - * 4 - * License terms: GNU General Public License (GPL) version 2 5 4 */ 6 5 7 6 #ifndef __MACH_DB8500_REGS_H
+1 -3
arch/arm/mach-ux500/pm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) ST-Ericsson SA 2010-2013 3 4 * Author: Rickard Andersson <rickard.andersson@stericsson.com> for 4 5 * ST-Ericsson. 5 6 * Author: Daniel Lezcano <daniel.lezcano@linaro.org> for Linaro. 6 7 * Author: Ulf Hansson <ulf.hansson@linaro.org> for Linaro. 7 - * 8 - * License terms: GNU General Public License (GPL) version 2 9 - * 10 8 */ 11 9 12 10 #include <linux/kernel.h>
+1 -1
arch/arm/mach-ux500/pm_domains.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2014 Linaro Ltd. 3 4 * 4 5 * Author: Ulf Hansson <ulf.hansson@linaro.org> 5 - * License terms: GNU General Public License (GPL) version 2 6 6 * 7 7 * Implements PM domains using the generic PM domain for ux500. 8 8 */
+1 -1
arch/arm/mach-ux500/pm_domains.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2014 Linaro Ltd. 3 4 * 4 5 * Author: Ulf Hansson <ulf.hansson@linaro.org> 5 - * License terms: GNU General Public License (GPL) version 2 6 6 */ 7 7 8 8 #ifndef __MACH_UX500_PM_DOMAINS_H
+1 -1
arch/arm/mach-zx/zx296702-pm-domain.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2015 Linaro Ltd. 3 4 * 4 5 * Author: Jun Nie <jun.nie@linaro.org> 5 - * License terms: GNU General Public License (GPL) version 2 6 6 */ 7 7 #include <linux/delay.h> 8 8 #include <linux/err.h>
+1 -1
arch/arm/mm/tcm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2008-2009 ST-Ericsson AB 3 - * License terms: GNU General Public License (GPL) version 2 4 4 * TCM memory handling for ARM systems 5 5 * 6 6 * Author: Linus Walleij <linus.walleij@stericsson.com>
+1 -2
arch/arm64/kernel/hibernate.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /*: 2 3 * Hibernate support specific for ARM64 3 4 * ··· 12 11 * https://patchwork.kernel.org/patch/96442/ 13 12 * 14 13 * Copyright (C) 2006 Rafael J. Wysocki <rjw@sisk.pl> 15 - * 16 - * License terms: GNU General Public License (GPL) version 2 17 14 */ 18 15 #define pr_fmt(x) "hibernate: " x 19 16 #include <linux/cpu.h>
+1 -1
drivers/clk/clk-nomadik.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Nomadik clock implementation 3 4 * Copyright (C) 2013 ST-Ericsson AB 4 - * License terms: GNU General Public License (GPL) version 2 5 5 * Author: Linus Walleij <linus.walleij@linaro.org> 6 6 */ 7 7
+1 -1
drivers/clk/clk-u300.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * U300 clock implementation 3 4 * Copyright (C) 2007-2012 ST-Ericsson AB 4 - * License terms: GNU General Public License (GPL) version 2 5 5 * Author: Linus Walleij <linus.walleij@stericsson.com> 6 6 * Author: Jonas Aaberg <jonas.aberg@stericsson.com> 7 7 */
+2 -1
drivers/clk/st/clk-flexgen.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * clk-flexgen.c 3 4 * 4 5 * Copyright (C) ST-Microelectronics SA 2013 5 6 * Author: Maxime Coquelin <maxime.coquelin@st.com> for ST-Microelectronics. 6 - * License terms: GNU General Public License (GPL), version 2 */ 7 + */ 7 8 8 9 #include <linux/clk.h> 9 10 #include <linux/clk-provider.h>
+1 -2
drivers/clk/ux500/abx500-clk.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * abx500 clock implementation for ux500 platform. 3 4 * 4 5 * Copyright (C) 2012 ST-Ericsson SA 5 6 * Author: Ulf Hansson <ulf.hansson@linaro.org> 6 - * 7 - * License terms: GNU General Public License (GPL) version 2 8 7 */ 9 8 10 9 #include <linux/err.h>
+1 -2
drivers/clk/ux500/clk-prcc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PRCC clock implementation for ux500 platform. 3 4 * 4 5 * Copyright (C) 2012 ST-Ericsson SA 5 6 * Author: Ulf Hansson <ulf.hansson@linaro.org> 6 - * 7 - * License terms: GNU General Public License (GPL) version 2 8 7 */ 9 8 10 9 #include <linux/clk-provider.h>
+1 -2
drivers/clk/ux500/clk-prcmu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PRCMU clock implementation for ux500 platform. 3 4 * 4 5 * Copyright (C) 2012 ST-Ericsson SA 5 6 * Author: Ulf Hansson <ulf.hansson@linaro.org> 6 - * 7 - * License terms: GNU General Public License (GPL) version 2 8 7 */ 9 8 10 9 #include <linux/clk-provider.h>
+1 -2
drivers/clk/ux500/clk-sysctrl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Sysctrl clock implementation for ux500 platform. 3 4 * 4 5 * Copyright (C) 2013 ST-Ericsson SA 5 6 * Author: Ulf Hansson <ulf.hansson@linaro.org> 6 - * 7 - * License terms: GNU General Public License (GPL) version 2 8 7 */ 9 8 10 9 #include <linux/clk-provider.h>
+1 -2
drivers/clk/ux500/clk.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Clocks for ux500 platforms 3 4 * 4 5 * Copyright (C) 2012 ST-Ericsson SA 5 6 * Author: Ulf Hansson <ulf.hansson@linaro.org> 6 - * 7 - * License terms: GNU General Public License (GPL) version 2 8 7 */ 9 8 10 9 #ifndef __UX500_CLK_H
+1 -2
drivers/clk/ux500/u8500_of_clk.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Clock definitions for u8500 platform. 3 4 * 4 5 * Copyright (C) 2012 ST-Ericsson SA 5 6 * Author: Ulf Hansson <ulf.hansson@linaro.org> 6 - * 7 - * License terms: GNU General Public License (GPL) version 2 8 7 */ 9 8 10 9 #include <linux/of.h>
+1 -1
drivers/clocksource/armv7m_systick.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Maxime Coquelin 2015 3 4 * Author: Maxime Coquelin <mcoquelin.stm32@gmail.com> 4 - * License terms: GNU General Public License (GPL), version 2 5 5 */ 6 6 7 7 #include <linux/kernel.h>
+1 -1
drivers/clocksource/timer-stm32.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Maxime Coquelin 2015 3 4 * Author: Maxime Coquelin <mcoquelin.stm32@gmail.com> 4 - * License terms: GNU General Public License (GPL), version 2 5 5 * 6 6 * Inspired by time-efm32.c from Uwe Kleine-Koenig 7 7 */
+1 -1
drivers/clocksource/timer-u300.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2007-2009 ST-Ericsson AB 3 - * License terms: GNU General Public License (GPL) version 2 4 4 * Timer COH 901 328, runs the OS timer interrupt. 5 5 * Author: Linus Walleij <linus.walleij@stericsson.com> 6 6 */
+1 -1
drivers/crypto/stm32/stm32-cryp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) STMicroelectronics SA 2017 3 4 * Author: Fabien Dessenne <fabien.dessenne@st.com> 4 - * License terms: GNU General Public License (GPL), version 2 5 5 */ 6 6 7 7 #include <linux/clk.h>
+1 -1
drivers/crypto/stm32/stm32_crc32.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) STMicroelectronics SA 2017 3 4 * Author: Fabien Dessenne <fabien.dessenne@st.com> 4 - * License terms: GNU General Public License (GPL), version 2 5 5 */ 6 6 7 7 #include <linux/bitrev.h>
+1 -1
drivers/crypto/ux500/Kconfig
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 # 2 3 # Copyright (C) ST-Ericsson SA 2010 3 4 # Author: Shujuan Chen (shujuan.chen@stericsson.com) 4 - # License terms: GNU General Public License (GPL) version 2 5 5 # 6 6 7 7 config CRYPTO_DEV_UX500_CRYP
+1 -1
drivers/crypto/ux500/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 # 2 3 # Copyright (C) ST-Ericsson SA 2010 3 4 # Author: Shujuan Chen (shujuan.chen@stericsson.com) 4 - # License terms: GNU General Public License (GPL) version 2 5 5 # 6 6 7 7 obj-$(CONFIG_CRYPTO_DEV_UX500_HASH) += hash/
+2 -1
drivers/crypto/ux500/cryp/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 #/* 2 3 # * Copyright (C) ST-Ericsson SA 2010 3 4 # * Author: shujuan.chen@stericsson.com for ST-Ericsson. 4 - # * License terms: GNU General Public License (GPL) version 2 */ 5 + */ 5 6 6 7 ccflags-$(CONFIG_CRYPTO_DEV_UX500_DEBUG) += -DDEBUG 7 8
+1 -1
drivers/crypto/ux500/cryp/cryp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /** 2 3 * Copyright (C) ST-Ericsson SA 2010 3 4 * Author: Shujuan Chen <shujuan.chen@stericsson.com> for ST-Ericsson. ··· 6 5 * Author: Niklas Hernaeus <niklas.hernaeus@stericsson.com> for ST-Ericsson. 7 6 * Author: Joakim Bech <joakim.xx.bech@stericsson.com> for ST-Ericsson. 8 7 * Author: Berne Hebark <berne.herbark@stericsson.com> for ST-Ericsson. 9 - * License terms: GNU General Public License (GPL) version 2 10 8 */ 11 9 12 10 #include <linux/errno.h>
+1 -1
drivers/crypto/ux500/cryp/cryp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /** 2 3 * Copyright (C) ST-Ericsson SA 2010 3 4 * Author: Shujuan Chen <shujuan.chen@stericsson.com> for ST-Ericsson. ··· 6 5 * Author: Joakim Bech <joakim.xx.bech@stericsson.com> for ST-Ericsson. 7 6 * Author: Berne Hebark <berne.herbark@stericsson.com> for ST-Ericsson. 8 7 * Author: Niklas Hernaeus <niklas.hernaeus@stericsson.com> for ST-Ericsson. 9 - * License terms: GNU General Public License (GPL) version 2 10 8 */ 11 9 12 10 #ifndef _CRYP_H_
+1 -1
drivers/crypto/ux500/cryp/cryp_core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /** 2 3 * Copyright (C) ST-Ericsson SA 2010 3 4 * Author: Shujuan Chen <shujuan.chen@stericsson.com> for ST-Ericsson. ··· 7 6 * Author: Niklas Hernaeus <niklas.hernaeus@stericsson.com> for ST-Ericsson. 8 7 * Author: Jonas Linde <jonas.linde@stericsson.com> for ST-Ericsson. 9 8 * Author: Andreas Westin <andreas.westin@stericsson.com> for ST-Ericsson. 10 - * License terms: GNU General Public License (GPL) version 2 11 9 */ 12 10 13 11 #include <linux/clk.h>
+1 -1
drivers/crypto/ux500/cryp/cryp_irq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /** 2 3 * Copyright (C) ST-Ericsson SA 2010 3 4 * Author: Shujuan Chen <shujuan.chen@stericsson.com> for ST-Ericsson. ··· 6 5 * Author: Joakim Bech <joakim.xx.bech@stericsson.com> for ST-Ericsson. 7 6 * Author: Berne Hebark <berne.herbark@stericsson.com> for ST-Ericsson. 8 7 * Author: Niklas Hernaeus <niklas.hernaeus@stericsson.com> for ST-Ericsson. 9 - * License terms: GNU General Public License (GPL) version 2. 10 8 */ 11 9 12 10 #include <linux/kernel.h>
+1 -1
drivers/crypto/ux500/cryp/cryp_irq.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /** 2 3 * Copyright (C) ST-Ericsson SA 2010 3 4 * Author: Shujuan Chen <shujuan.chen@stericsson.com> for ST-Ericsson. ··· 6 5 * Author: Joakim Bech <joakim.xx.bech@stericsson.com> for ST-Ericsson. 7 6 * Author: Berne Hebark <berne.herbark@stericsson.com> for ST-Ericsson. 8 7 * Author: Niklas Hernaeus <niklas.hernaeus@stericsson.com> for ST-Ericsson. 9 - * License terms: GNU General Public License (GPL) version 2 10 8 */ 11 9 12 10 #ifndef _CRYP_IRQ_H_
+1 -1
drivers/crypto/ux500/cryp/cryp_irqp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /** 2 3 * Copyright (C) ST-Ericsson SA 2010 3 4 * Author: Shujuan Chen <shujuan.chen@stericsson.com> for ST-Ericsson. ··· 6 5 * Author: Joakim Bech <joakim.xx.bech@stericsson.com> for ST-Ericsson. 7 6 * Author: Berne Hebark <berne.herbark@stericsson.com> for ST-Ericsson. 8 7 * Author: Niklas Hernaeus <niklas.hernaeus@stericsson.com> for ST-Ericsson. 9 - * License terms: GNU General Public License (GPL) version 2 10 8 */ 11 9 12 10 #ifndef __CRYP_IRQP_H_
+1 -1
drivers/crypto/ux500/cryp/cryp_p.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /** 2 3 * Copyright (C) ST-Ericsson SA 2010 3 4 * Author: Shujuan Chen <shujuan.chen@stericsson.com> for ST-Ericsson. ··· 6 5 * Author: Joakim Bech <joakim.xx.bech@stericsson.com> for ST-Ericsson. 7 6 * Author: Berne Hebark <berne.herbark@stericsson.com> for ST-Ericsson. 8 7 * Author: Niklas Hernaeus <niklas.hernaeus@stericsson.com> for ST-Ericsson. 9 - * License terms: GNU General Public License (GPL) version 2 10 8 */ 11 9 12 10 #ifndef _CRYP_P_H_
+1 -1
drivers/crypto/ux500/hash/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 # 2 3 # Copyright (C) ST-Ericsson SA 2010 3 4 # Author: Shujuan Chen (shujuan.chen@stericsson.com) 4 - # License terms: GNU General Public License (GPL) version 2 5 5 # 6 6 ifdef CONFIG_CRYPTO_DEV_UX500_DEBUG 7 7 CFLAGS_hash_core.o := -DDEBUG
+1 -1
drivers/crypto/ux500/hash/hash_alg.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) ST-Ericsson SA 2010 3 4 * Author: Shujuan Chen (shujuan.chen@stericsson.com) 4 5 * Author: Joakim Bech (joakim.xx.bech@stericsson.com) 5 6 * Author: Berne Hebark (berne.hebark@stericsson.com)) 6 - * License terms: GNU General Public License (GPL) version 2 7 7 */ 8 8 #ifndef _HASH_ALG_H 9 9 #define _HASH_ALG_H
+1 -1
drivers/crypto/ux500/hash/hash_core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Cryptographic API. 3 4 * Support for Nomadik hardware crypto engine. ··· 9 8 * Author: Berne Hebark <berne.herbark@stericsson.com> for ST-Ericsson. 10 9 * Author: Niklas Hernaeus <niklas.hernaeus@stericsson.com> for ST-Ericsson. 11 10 * Author: Andreas Westin <andreas.westin@stericsson.com> for ST-Ericsson. 12 - * License terms: GNU General Public License (GPL) version 2 13 11 */ 14 12 15 13 #define pr_fmt(fmt) "hashX hashX: " fmt
+1 -1
drivers/dma/coh901318.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * driver/dma/coh901318.c 3 4 * 4 5 * Copyright (C) 2007-2009 ST-Ericsson 5 - * License terms: GNU General Public License (GPL) version 2 6 6 * DMA driver for COH 901 318 7 7 * Author: Per Friden <per.friden@stericsson.com> 8 8 */
+1 -1
drivers/dma/coh901318.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2007-2013 ST-Ericsson 3 - * License terms: GNU General Public License (GPL) version 2 4 4 * DMA driver for COH 901 318 5 5 * Author: Per Friden <per.friden@stericsson.com> 6 6 */
+1 -1
drivers/dma/coh901318_lli.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * driver/dma/coh901318_lli.c 3 4 * 4 5 * Copyright (C) 2007-2009 ST-Ericsson 5 - * License terms: GNU General Public License (GPL) version 2 6 6 * Support functions for handling lli for dma 7 7 * Author: Per Friden <per.friden@stericsson.com> 8 8 */
+1 -1
drivers/dma/ste_dma40.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Ericsson AB 2007-2008 3 4 * Copyright (C) ST-Ericsson SA 2008-2010 4 5 * Author: Per Forlin <per.forlin@stericsson.com> for ST-Ericsson 5 6 * Author: Jonas Aaberg <jonas.aberg@stericsson.com> for ST-Ericsson 6 - * License terms: GNU General Public License (GPL) version 2 7 7 */ 8 8 9 9 #include <linux/dma-mapping.h>
+1 -1
drivers/dma/ste_dma40_ll.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) ST-Ericsson SA 2007-2010 3 4 * Author: Per Forlin <per.forlin@stericsson.com> for ST-Ericsson 4 5 * Author: Jonas Aaberg <jonas.aberg@stericsson.com> for ST-Ericsson 5 - * License terms: GNU General Public License (GPL) version 2 6 6 */ 7 7 8 8 #include <linux/kernel.h>
+1 -1
drivers/dma/ste_dma40_ll.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) ST-Ericsson SA 2007-2010 3 4 * Author: Per Friden <per.friden@stericsson.com> for ST-Ericsson SA 4 5 * Author: Jonas Aaberg <jonas.aberg@stericsson.com> for ST-Ericsson SA 5 - * License terms: GNU General Public License (GPL) version 2 6 6 */ 7 7 #ifndef STE_DMA40_LL_H 8 8 #define STE_DMA40_LL_H
+1 -2
drivers/dma/stm32-dma.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for STM32 DMA controller 3 4 * ··· 7 6 * Copyright (C) M'boumba Cedric Madianga 2015 8 7 * Author: M'boumba Cedric Madianga <cedric.madianga@gmail.com> 9 8 * Pierre-Yves Mordret <pierre-yves.mordret@st.com> 10 - * 11 - * License terms: GNU General Public License (GPL), version 2 12 9 */ 13 10 14 11 #include <linux/clk.h>
+1 -2
drivers/i2c/busses/i2c-stm32.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * i2c-stm32.c 3 4 * 4 5 * Copyright (C) M'boumba Cedric Madianga 2017 5 6 * Author: M'boumba Cedric Madianga <cedric.madianga@gmail.com> 6 - * 7 - * License terms: GNU General Public License (GPL), version 2 8 7 */ 9 8 10 9 #include "i2c-stm32.h"
+1 -1
drivers/i2c/busses/i2c-stu300.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2007-2012 ST-Ericsson AB 3 - * License terms: GNU General Public License (GPL) version 2 4 4 * ST DDC I2C master mode driver, used in e.g. U300 series platforms. 5 5 * Author: Linus Walleij <linus.walleij@stericsson.com> 6 6 * Author: Jonas Aaberg <jonas.aberg@stericsson.com>
+1 -2
drivers/input/keyboard/nomadik-ske-keypad.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) ST-Ericsson SA 2010 3 4 * 4 5 * Author: Naveen Kumar G <naveen.gaddipati@stericsson.com> for ST-Ericsson 5 6 * Author: Sundar Iyer <sundar.iyer@stericsson.com> for ST-Ericsson 6 - * 7 - * License terms:GNU General Public License (GPL) version 2 8 7 * 9 8 * Keypad controller driver for the SKE (Scroll Key Encoder) module used in 10 9 * the Nomadik 8815 and Ux500 platforms.
+1 -1
drivers/input/touchscreen/bu21013_ts.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) ST-Ericsson SA 2010 3 4 * Author: Naveen Kumar G <naveen.gaddipati@stericsson.com> for ST-Ericsson 4 - * License terms:GNU General Public License (GPL) version 2 5 5 */ 6 6 7 7 #include <linux/kernel.h>
+1 -1
drivers/mfd/ab3100-core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2007-2010 ST-Ericsson 3 - * License terms: GNU General Public License (GPL) version 2 4 4 * Low-level core for exclusive access to the AB3100 IC on the I2C bus 5 5 * and some basic chip-configuration. 6 6 * Author: Linus Walleij <linus.walleij@stericsson.com>
+1 -1
drivers/mfd/ab3100-otp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/mfd/ab3100_otp.c 3 4 * 4 5 * Copyright (C) 2007-2009 ST-Ericsson AB 5 - * License terms: GNU General Public License (GPL) version 2 6 6 * Driver to read out OTP from the AB3100 Mixed-signal circuit 7 7 * Author: Linus Walleij <linus.walleij@stericsson.com> 8 8 */
+1 -1
drivers/mfd/ab8500-sysctrl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * AB8500 system control driver 3 4 * 4 5 * Copyright (C) ST-Ericsson SA 2010 5 6 * Author: Mattias Nilsson <mattias.i.nilsson@stericsson.com> for ST Ericsson. 6 - * License terms: GNU General Public License (GPL) version 2 7 7 */ 8 8 9 9 #include <linux/err.h>
+1 -1
drivers/mfd/abx500-core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2007-2010 ST-Ericsson 3 - * License terms: GNU General Public License (GPL) version 2 4 4 * Register access functions for the ABX500 Mixed Signal IC family. 5 5 * Author: Mattias Wallin <mattias.wallin@stericsson.com> 6 6 */
+1 -2
drivers/mfd/stw481x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Core driver for STw4810/STw4811 3 4 * ··· 6 5 * Written on behalf of Linaro for ST-Ericsson 7 6 * 8 7 * Author: Linus Walleij <linus.walleij@linaro.org> 9 - * 10 - * License terms: GNU General Public License (GPL) version 2 11 8 */ 12 9 13 10 #include <linux/err.h>
+1 -2
drivers/mfd/tps6105x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Core driver for TPS61050/61052 boost converters, used for while LED 3 4 * driving, audio power amplification, white LED flash, and generic ··· 10 9 * Written on behalf of Linaro for ST-Ericsson 11 10 * 12 11 * Author: Linus Walleij <linus.walleij@linaro.org> 13 - * 14 - * License terms: GNU General Public License (GPL) version 2 15 12 */ 16 13 17 14 #include <linux/module.h>
+1 -2
drivers/mmc/core/card.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Private header for the mmc subsystem 3 4 * 4 5 * Copyright (C) 2016 Linaro Ltd 5 6 * 6 7 * Author: Ulf Hansson <ulf.hansson@linaro.org> 7 - * 8 - * License terms: GNU General Public License (GPL) version 2 9 8 */ 10 9 11 10 #ifndef _MMC_CORE_CARD_H
+1 -2
drivers/mmc/core/pwrseq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2014 Linaro Ltd 3 4 * 4 5 * Author: Ulf Hansson <ulf.hansson@linaro.org> 5 - * 6 - * License terms: GNU General Public License (GPL) version 2 7 6 * 8 7 * MMC power sequence management 9 8 */
+1 -2
drivers/mmc/core/pwrseq.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2014 Linaro Ltd 3 4 * 4 5 * Author: Ulf Hansson <ulf.hansson@linaro.org> 5 - * 6 - * License terms: GNU General Public License (GPL) version 2 7 6 */ 8 7 #ifndef _MMC_CORE_PWRSEQ_H 9 8 #define _MMC_CORE_PWRSEQ_H
+1 -2
drivers/mmc/core/pwrseq_emmc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2015, Samsung Electronics Co., Ltd. 3 4 * 4 5 * Author: Marek Szyprowski <m.szyprowski@samsung.com> 5 - * 6 - * License terms: GNU General Public License (GPL) version 2 7 6 * 8 7 * Simple eMMC hardware reset provider 9 8 */
+1 -2
drivers/mmc/core/pwrseq_simple.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2014 Linaro Ltd 3 4 * 4 5 * Author: Ulf Hansson <ulf.hansson@linaro.org> 5 - * 6 - * License terms: GNU General Public License (GPL) version 2 7 6 * 8 7 * Simple MMC power sequence management 9 8 */
+1 -2
drivers/mmc/core/slot-gpio.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2014 Linaro Ltd 3 4 * 4 5 * Author: Ulf Hansson <ulf.hansson@linaro.org> 5 - * 6 - * License terms: GNU General Public License (GPL) version 2 7 6 */ 8 7 #ifndef _MMC_CORE_SLOTGPIO_H 9 8 #define _MMC_CORE_SLOTGPIO_H
+1 -1
drivers/net/caif/caif_hsi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) ST-Ericsson AB 2010 3 4 * Author: Daniel Martensson 4 5 * Dmitry.Tarnyagin / dmitry.tarnyagin@lockless.no 5 - * License terms: GNU General Public License (GPL) version 2. 6 6 */ 7 7 8 8 #define pr_fmt(fmt) KBUILD_MODNAME fmt
+1 -1
drivers/net/caif/caif_serial.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) ST-Ericsson AB 2010 3 4 * Author: Sjur Brendeland 4 - * License terms: GNU General Public License (GPL) version 2 5 5 */ 6 6 7 7 #include <linux/hardirq.h>
+1 -1
drivers/net/caif/caif_spi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) ST-Ericsson AB 2010 3 4 * Author: Daniel Martensson 4 - * License terms: GNU General Public License (GPL) version 2. 5 5 */ 6 6 7 7 #include <linux/init.h>
+1 -1
drivers/net/caif/caif_spi_slave.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) ST-Ericsson AB 2010 3 4 * Author: Daniel Martensson 4 - * License terms: GNU General Public License (GPL) version 2. 5 5 */ 6 6 #include <linux/module.h> 7 7 #include <linux/device.h>
+1 -1
drivers/net/caif/caif_virtio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) ST-Ericsson AB 2013 3 4 * Authors: Vicram Arv 4 5 * Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> 5 6 * Sjur Brendeland 6 - * License terms: GNU General Public License (GPL) version 2 7 7 */ 8 8 #include <linux/module.h> 9 9 #include <linux/if_arp.h>
+1 -2
drivers/net/ethernet/stmicro/stmmac/dwmac-stm32.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * dwmac-stm32.c - DWMAC Specific Glue layer for STM32 MCU 3 4 * 4 5 * Copyright (C) STMicroelectronics SA 2017 5 6 * Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics. 6 - * License terms: GNU General Public License (GPL), version 2 7 - * 8 7 */ 9 8 10 9 #include <linux/clk.h>
+1 -2
drivers/pinctrl/core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Core driver for the pin control subsystem 3 4 * ··· 9 8 * Author: Linus Walleij <linus.walleij@linaro.org> 10 9 * 11 10 * Copyright (C) 2012 NVIDIA CORPORATION. All rights reserved. 12 - * 13 - * License terms: GNU General Public License (GPL) version 2 14 11 */ 15 12 #define pr_fmt(fmt) "pinctrl core: " fmt 16 13
+1 -2
drivers/pinctrl/core.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Core private header for the pin control subsystem 3 4 * ··· 6 5 * Written on behalf of Linaro for ST-Ericsson 7 6 * 8 7 * Author: Linus Walleij <linus.walleij@linaro.org> 9 - * 10 - * License terms: GNU General Public License (GPL) version 2 11 8 */ 12 9 13 10 #include <linux/kref.h>
+1 -5
drivers/pinctrl/nomadik/pinctrl-abx500.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) ST-Ericsson SA 2013 3 4 * 4 5 * Author: Patrice Chotard <patrice.chotard@st.com> 5 - * License terms: GNU General Public License (GPL) version 2 6 6 * 7 7 * Driver allows to use AxB5xx unused pins to be used as GPIO 8 - * 9 - * This program is free software; you can redistribute it and/or modify 10 - * it under the terms of the GNU General Public License version 2 as 11 - * published by the Free Software Foundation. 12 8 */ 13 9 #include <linux/kernel.h> 14 10 #include <linux/types.h>
+1 -2
drivers/pinctrl/pinconf-generic.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Core driver for the generic pin config portions of the pin control subsystem 3 4 * ··· 6 5 * Written on behalf of Linaro for ST-Ericsson 7 6 * 8 7 * Author: Linus Walleij <linus.walleij@linaro.org> 9 - * 10 - * License terms: GNU General Public License (GPL) version 2 11 8 */ 12 9 13 10 #define pr_fmt(fmt) "generic pinconfig core: " fmt
+1 -2
drivers/pinctrl/pinconf.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Core driver for the pin config portions of the pin control subsystem 3 4 * ··· 6 5 * Written on behalf of Linaro for ST-Ericsson 7 6 * 8 7 * Author: Linus Walleij <linus.walleij@linaro.org> 9 - * 10 - * License terms: GNU General Public License (GPL) version 2 11 8 */ 12 9 #define pr_fmt(fmt) "pinconfig core: " fmt 13 10
+1 -2
drivers/pinctrl/pinconf.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Internal interface between the core pin control system and the 3 4 * pin config portions ··· 8 7 * Based on bits of regulator core, gpio core and clk core 9 8 * 10 9 * Author: Linus Walleij <linus.walleij@linaro.org> 11 - * 12 - * License terms: GNU General Public License (GPL) version 2 13 10 */ 14 11 15 12 #ifdef CONFIG_PINCONF
+1 -1
drivers/pinctrl/pinctrl-coh901.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * U300 GPIO module. 3 4 * 4 5 * Copyright (C) 2007-2012 ST-Ericsson AB 5 - * License terms: GNU General Public License (GPL) version 2 6 6 * COH 901 571/3 - Used in DB3210 (U365 2.0) and DB3350 (U335 1.0) 7 7 * Author: Linus Walleij <linus.walleij@linaro.org> 8 8 * Author: Jonas Aaberg <jonas.aberg@stericsson.com>
+1 -2
drivers/pinctrl/pinctrl-ingenic.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Ingenic SoCs pinctrl driver 3 4 * 4 5 * Copyright (c) 2017 Paul Cercueil <paul@crapouillou.net> 5 - * 6 - * License terms: GNU General Public License (GPL) version 2 7 6 */ 8 7 9 8 #include <linux/compiler.h>
+1 -2
drivers/pinctrl/pinmux.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Core driver for the pin muxing portions of the pin control subsystem 3 4 * ··· 9 8 * Author: Linus Walleij <linus.walleij@linaro.org> 10 9 * 11 10 * Copyright (C) 2012 NVIDIA CORPORATION. All rights reserved. 12 - * 13 - * License terms: GNU General Public License (GPL) version 2 14 11 */ 15 12 #define pr_fmt(fmt) "pinmux core: " fmt 16 13
+1 -2
drivers/pinctrl/pinmux.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Internal interface between the core pin control system and the 3 4 * pinmux portions ··· 8 7 * Based on bits of regulator core, gpio core and clk core 9 8 * 10 9 * Author: Linus Walleij <linus.walleij@linaro.org> 11 - * 12 - * License terms: GNU General Public License (GPL) version 2 13 10 */ 14 11 #ifdef CONFIG_PINMUX 15 12
+1 -2
drivers/power/supply/pm2301_charger.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) ST-Ericsson SA 2012 3 4 * 4 5 * PM2301 power supply interface 5 - * 6 - * License terms: GNU General Public License (GPL), version 2 7 6 */ 8 7 9 8 #ifndef PM2301_CHARGER_H
+1 -1
drivers/pwm/pwm-ab8500.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) ST-Ericsson SA 2010 3 4 * 4 5 * Author: Arun R Murthy <arun.murthy@stericsson.com> 5 - * License terms: GNU General Public License (GPL) version 2 6 6 */ 7 7 #include <linux/err.h> 8 8 #include <linux/platform_device.h>
+1 -1
drivers/pwm/pwm-atmel-tcb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Overkiz SAS 2012 3 4 * 4 5 * Author: Boris BREZILLON <b.brezillon@overkiz.com> 5 - * License terms: GNU General Public License (GPL) version 2 6 6 */ 7 7 8 8 #include <linux/module.h>
+1 -1
drivers/regulator/ab3100.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/regulator/ab3100.c 3 4 * 4 5 * Copyright (C) 2008-2009 ST-Ericsson AB 5 - * License terms: GNU General Public License (GPL) version 2 6 6 * Low-level control of the AB3100 IC Low Dropout (LDO) 7 7 * regulators, external regulator and buck converter 8 8 * Author: Mattias Wallin <mattias.wallin@stericsson.com>
+1 -2
drivers/regulator/stm32-vrefbuf.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) STMicroelectronics 2017 3 4 * 4 5 * Author: Fabrice Gasnier <fabrice.gasnier@st.com> 5 - * 6 - * License terms: GNU General Public License (GPL), version 2 7 6 */ 8 7 9 8 #include <linux/bitfield.h>
+1 -2
drivers/regulator/stw481x-vmmc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Regulator driver for STw4810/STw4811 VMMC regulator. 3 4 * ··· 6 5 * Written on behalf of Linaro for ST-Ericsson 7 6 * 8 7 * Author: Linus Walleij <linus.walleij@linaro.org> 9 - * 10 - * License terms: GNU General Public License (GPL) version 2 11 8 */ 12 9 13 10 #include <linux/err.h>
+1 -2
drivers/regulator/tps6105x-regulator.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for TPS61050/61052 boost converters, typically used for white LEDs 3 4 * or audio amplifiers. ··· 7 6 * Written on behalf of Linaro for ST-Ericsson 8 7 * 9 8 * Author: Linus Walleij <linus.walleij@linaro.org> 10 - * 11 - * License terms: GNU General Public License (GPL) version 2 12 9 */ 13 10 14 11 #include <linux/module.h>
+1 -1
drivers/rtc/rtc-ab8500.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) ST-Ericsson SA 2010 3 4 * 4 - * License terms: GNU General Public License (GPL) version 2 5 5 * Author: Virupax Sadashivpetimath <virupax.sadashivpetimath@stericsson.com> 6 6 * 7 7 * RTC clock driver for the RTC part of the AB8500 Power management chip.
+1 -1
drivers/soc/ux500/ux500-soc-id.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) ST-Ericsson SA 2010 3 4 * 4 5 * Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson 5 - * License terms: GNU General Public License (GPL) version 2 6 6 */ 7 7 8 8 #include <linux/kernel.h>
+1 -1
drivers/soc/zte/zx296718_pm_domains.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2017 ZTE Ltd. 3 4 * 4 5 * Author: Baoyou Xie <baoyou.xie@linaro.org> 5 - * License terms: GNU General Public License (GPL) version 2 6 6 */ 7 7 8 8 #include <dt-bindings/soc/zte,pm_domains.h>
+1 -1
drivers/soc/zte/zx2967_pm_domains.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2017 ZTE Ltd. 3 4 * 4 5 * Author: Baoyou Xie <baoyou.xie@linaro.org> 5 - * License terms: GNU General Public License (GPL) version 2 6 6 */ 7 7 8 8 #include <linux/delay.h>
+1 -1
drivers/soc/zte/zx2967_pm_domains.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Header for ZTE's Power Domain Driver support 3 4 * 4 5 * Copyright (C) 2017 ZTE Ltd. 5 6 * 6 7 * Author: Baoyou Xie <baoyou.xie@linaro.org> 7 - * License terms: GNU General Public License (GPL) version 2 8 8 */ 9 9 10 10 #ifndef __ZTE_ZX2967_PM_DOMAIN_H
+1 -2
drivers/thermal/zx2967_thermal.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ZTE's zx2967 family thermal sensor driver 3 4 * 4 5 * Copyright (C) 2017 ZTE Ltd. 5 6 * 6 7 * Author: Baoyou Xie <baoyou.xie@linaro.org> 7 - * 8 - * License terms: GNU General Public License (GPL) version 2 9 8 */ 10 9 11 10 #include <linux/clk.h>
+1 -1
drivers/watchdog/via_wdt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * VIA Chipset Watchdog Driver 3 4 * 4 5 * Copyright (C) 2011 Sigfox 5 - * License terms: GNU General Public License (GPL) version 2 6 6 * Author: Marc Vertes <marc.vertes@sigfox.com> 7 7 * Based on a preliminary version from Harald Welte <HaraldWelte@viatech.com> 8 8 * Timer code by Wim Van Sebroeck <wim@iguana.be>
+1 -2
drivers/watchdog/zx2967_wdt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * watchdog driver for ZTE's zx2967 family 3 4 * 4 5 * Copyright (C) 2017 ZTE Ltd. 5 6 * 6 7 * Author: Baoyou Xie <baoyou.xie@linaro.org> 7 - * 8 - * License terms: GNU General Public License (GPL) version 2 9 8 */ 10 9 11 10 #include <linux/clk.h>
+1 -2
include/drm/bridge/dw_mipi_dsi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) STMicroelectronics SA 2017 3 4 * 4 5 * Authors: Philippe Cornu <philippe.cornu@st.com> 5 6 * Yannick Fertre <yannick.fertre@st.com> 6 - * 7 - * License terms: GNU General Public License (GPL), version 2 8 7 */ 9 8 10 9 #ifndef __DW_MIPI_DSI__
+1 -1
include/dt-bindings/arm/ux500_pm_domains.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2014 Linaro Ltd. 3 4 * 4 5 * Author: Ulf Hansson <ulf.hansson@linaro.org> 5 - * License terms: GNU General Public License (GPL) version 2 6 6 */ 7 7 #ifndef _DT_BINDINGS_ARM_UX500_PM_DOMAINS_H 8 8 #define _DT_BINDINGS_ARM_UX500_PM_DOMAINS_H
+1 -1
include/dt-bindings/clock/stm32fx-clock.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * stm32fx-clock.h 3 4 * 4 5 * Copyright (C) 2016 STMicroelectronics 5 6 * Author: Gabriel Fernandez for STMicroelectronics. 6 - * License terms: GNU General Public License (GPL), version 2 7 7 */ 8 8 9 9 /*
+1 -1
include/dt-bindings/phy/phy.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * 3 4 * This header provides constants for the phy framework 4 5 * 5 6 * Copyright (C) 2014 STMicroelectronics 6 7 * Author: Gabriel Fernandez <gabriel.fernandez@st.com> 7 - * License terms: GNU General Public License (GPL), version 2 8 8 */ 9 9 10 10 #ifndef _DT_BINDINGS_PHY
+1 -1
include/dt-bindings/pinctrl/nomadik.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * nomadik.h 3 4 * 4 5 * Copyright (C) ST-Ericsson SA 2013 5 6 * Author: Gabriel Fernandez <gabriel.fernandez@st.com> for ST-Ericsson. 6 - * License terms: GNU General Public License (GPL), version 2 7 7 */ 8 8 9 9 #define INPUT_NOPULL 0
+1 -1
include/dt-bindings/soc/zte,pm_domains.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2017 Linaro Ltd. 3 4 * 4 5 * Author: Baoyou Xie <baoyou.xie@linaro.org> 5 - * License terms: GNU General Public License (GPL) version 2 6 6 */ 7 7 8 8 #ifndef _DT_BINDINGS_SOC_ZTE_PM_DOMAINS_H
+1 -2
include/linux/iio/timer/stm32-lptim-trigger.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) STMicroelectronics 2017 3 4 * 4 5 * Author: Fabrice Gasnier <fabrice.gasnier@st.com> 5 - * 6 - * License terms: GNU General Public License (GPL), version 2 7 6 */ 8 7 9 8 #ifndef _STM32_LPTIM_TRIGGER_H_
+1 -2
include/linux/iio/timer/stm32-timer-trigger.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) STMicroelectronics 2016 3 4 * 4 5 * Author: Benjamin Gaignard <benjamin.gaignard@st.com> 5 - * 6 - * License terms: GNU General Public License (GPL), version 2 7 6 */ 8 7 9 8 #ifndef _STM32_TIMER_TRIGGER_H_
+1 -1
include/linux/input/bu21013.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) ST-Ericsson SA 2010 3 4 * Author: Naveen Kumar G <naveen.gaddipati@stericsson.com> for ST-Ericsson 4 - * License terms:GNU General Public License (GPL) version 2 5 5 */ 6 6 7 7 #ifndef _BU21013_H
+1 -2
include/linux/mfd/ab3100.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2007-2009 ST-Ericsson AB 3 - * License terms: GNU General Public License (GPL) version 2 4 4 * AB3100 core access functions 5 5 * Author: Linus Walleij <linus.walleij@stericsson.com> 6 - * 7 6 */ 8 7 9 8 #include <linux/regulator/machine.h>
+1 -1
include/linux/mfd/abx500.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2007-2009 ST-Ericsson AB 3 - * License terms: GNU General Public License (GPL) version 2 4 4 * 5 5 * ABX500 core access functions. 6 6 * The abx500 interface is used for the Analog Baseband chips.
+1 -1
include/linux/mfd/abx500/ab8500-sysctrl.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) ST-Ericsson SA 2010 3 4 * Author: Mattias Nilsson <mattias.i.nilsson@stericsson.com> for ST Ericsson. 4 - * License terms: GNU General Public License (GPL) version 2 5 5 */ 6 6 #ifndef __AB8500_SYSCTRL_H 7 7 #define __AB8500_SYSCTRL_H
+1 -1
include/linux/mfd/abx500/ux500_chargalg.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) ST-Ericsson SA 2012 3 4 * Author: Johan Gardsmark <johan.gardsmark@stericsson.com> for ST-Ericsson. 4 - * License terms: GNU General Public License (GPL), version 2 5 5 */ 6 6 7 7 #ifndef _UX500_CHARGALG_H
+1 -2
include/linux/mfd/stw481x.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2011 ST-Ericsson SA 3 4 * Written on behalf of Linaro for ST-Ericsson 4 5 * 5 6 * Author: Linus Walleij <linus.walleij@linaro.org> 6 - * 7 - * License terms: GNU General Public License (GPL) version 2 8 7 */ 9 8 #ifndef MFD_STW481X_H 10 9 #define MFD_STW481X_H
+1 -2
include/linux/mfd/tps6105x.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2011 ST-Ericsson SA 3 4 * Written on behalf of Linaro for ST-Ericsson 4 5 * 5 6 * Author: Linus Walleij <linus.walleij@linaro.org> 6 - * 7 - * License terms: GNU General Public License (GPL) version 2 8 7 */ 9 8 #ifndef MFD_TPS6105X_H 10 9 #define MFD_TPS6105X_H
+1 -2
include/linux/pinctrl/consumer.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Consumer interface the pin control subsystem 3 4 * ··· 7 6 * Based on bits of regulator core, gpio core and clk core 8 7 * 9 8 * Author: Linus Walleij <linus.walleij@linaro.org> 10 - * 11 - * License terms: GNU General Public License (GPL) version 2 12 9 */ 13 10 #ifndef __LINUX_PINCTRL_CONSUMER_H 14 11 #define __LINUX_PINCTRL_CONSUMER_H
+1 -2
include/linux/pinctrl/devinfo.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Per-device information from the pin control system. 3 4 * This is the stuff that get included into the device ··· 9 8 * This interface is used in the core to keep track of pins. 10 9 * 11 10 * Author: Linus Walleij <linus.walleij@linaro.org> 12 - * 13 - * License terms: GNU General Public License (GPL) version 2 14 11 */ 15 12 16 13 #ifndef PINCTRL_DEVINFO_H
+1 -2
include/linux/pinctrl/machine.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Machine interface for the pinctrl subsystem. 3 4 * ··· 7 6 * Based on bits of regulator core, gpio core and clk core 8 7 * 9 8 * Author: Linus Walleij <linus.walleij@linaro.org> 10 - * 11 - * License terms: GNU General Public License (GPL) version 2 12 9 */ 13 10 #ifndef __LINUX_PINCTRL_MACHINE_H 14 11 #define __LINUX_PINCTRL_MACHINE_H
+1 -2
include/linux/pinctrl/pinconf-generic.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Interface the generic pinconfig portions of the pinctrl subsystem 3 4 * ··· 7 6 * This interface is used in the core to keep track of pins. 8 7 * 9 8 * Author: Linus Walleij <linus.walleij@linaro.org> 10 - * 11 - * License terms: GNU General Public License (GPL) version 2 12 9 */ 13 10 #ifndef __LINUX_PINCTRL_PINCONF_GENERIC_H 14 11 #define __LINUX_PINCTRL_PINCONF_GENERIC_H
+1 -2
include/linux/pinctrl/pinconf.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Interface the pinconfig portions of the pinctrl subsystem 3 4 * ··· 7 6 * This interface is used in the core to keep track of pins. 8 7 * 9 8 * Author: Linus Walleij <linus.walleij@linaro.org> 10 - * 11 - * License terms: GNU General Public License (GPL) version 2 12 9 */ 13 10 #ifndef __LINUX_PINCTRL_PINCONF_H 14 11 #define __LINUX_PINCTRL_PINCONF_H
+1 -2
include/linux/pinctrl/pinctrl.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Interface the pinctrl subsystem 3 4 * ··· 7 6 * This interface is used in the core to keep track of pins. 8 7 * 9 8 * Author: Linus Walleij <linus.walleij@linaro.org> 10 - * 11 - * License terms: GNU General Public License (GPL) version 2 12 9 */ 13 10 #ifndef __LINUX_PINCTRL_PINCTRL_H 14 11 #define __LINUX_PINCTRL_PINCTRL_H
+1 -2
include/linux/pinctrl/pinmux.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Interface the pinmux subsystem 3 4 * ··· 7 6 * Based on bits of regulator core, gpio core and clk core 8 7 * 9 8 * Author: Linus Walleij <linus.walleij@linaro.org> 10 - * 11 - * License terms: GNU General Public License (GPL) version 2 12 9 */ 13 10 #ifndef __LINUX_PINCTRL_PINMUX_H 14 11 #define __LINUX_PINCTRL_PINMUX_H
+1 -2
include/linux/platform_data/arm-ux500-pm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) ST-Ericsson SA 2010-2013 3 4 * Author: Rickard Andersson <rickard.andersson@stericsson.com> for 4 5 * ST-Ericsson. 5 6 * Author: Daniel Lezcano <daniel.lezcano@linaro.org> for Linaro. 6 - * License terms: GNU General Public License (GPL) version 2 7 - * 8 7 */ 9 8 10 9 #ifndef ARM_UX500_PM_H
+1 -1
include/linux/platform_data/asoc-ux500-msp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) ST-Ericsson SA 2010 3 4 * 4 5 * Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson 5 - * License terms: GNU General Public License (GPL), version 2. 6 6 */ 7 7 8 8 #ifndef __MSP_H
+1 -1
include/linux/platform_data/crypto-ux500.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) ST-Ericsson SA 2011 3 4 * 4 5 * Author: Joakim Bech <joakim.xx.bech@stericsson.com> for ST-Ericsson 5 - * License terms: GNU General Public License (GPL) version 2 6 6 */ 7 7 #ifndef _CRYPTO_UX500_H 8 8 #define _CRYPTO_UX500_H
+1 -1
include/linux/platform_data/dma-coh901318.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Platform data for the COH901318 DMA controller 3 4 * Copyright (C) 2007-2013 ST-Ericsson 4 - * License terms: GNU General Public License (GPL) version 2 5 5 */ 6 6 7 7 #ifndef PLAT_COH901318_H
+1 -1
include/linux/platform_data/dma-ste-dma40.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) ST-Ericsson SA 2007-2010 3 4 * Author: Per Forlin <per.forlin@stericsson.com> for ST-Ericsson 4 5 * Author: Jonas Aaberg <jonas.aberg@stericsson.com> for ST-Ericsson 5 - * License terms: GNU General Public License (GPL) version 2 6 6 */ 7 7 8 8
+1 -1
include/linux/platform_data/net-cw1200.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) ST-Ericsson SA 2011 3 4 * 4 5 * Author: Dmitry Tarnyagin <dmitry.tarnyagin@stericsson.com> 5 - * License terms: GNU General Public License (GPL) version 2 6 6 */ 7 7 8 8 #ifndef CW1200_PLAT_H_INCLUDED
+1 -1
include/linux/platform_data/usb-musb-ux500.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) ST-Ericsson SA 2011 3 4 * 4 5 * Author: Mian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com> 5 - * License terms: GNU General Public License (GPL) version 2 6 6 */ 7 7 #ifndef __ASM_ARCH_USB_H 8 8 #define __ASM_ARCH_USB_H
+1 -1
include/linux/sys_soc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) ST-Ericsson SA 2011 3 4 * Author: Lee Jones <lee.jones@linaro.org> for ST-Ericsson. 4 - * License terms: GNU General Public License (GPL), version 2 5 5 */ 6 6 #ifndef __SOC_BUS_H 7 7 #define __SOC_BUS_H
+1 -1
include/net/caif/caif_dev.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) ST-Ericsson AB 2010 3 4 * Author: Sjur Brendeland 4 - * License terms: GNU General Public License (GPL) version 2 5 5 */ 6 6 7 7 #ifndef CAIF_DEV_H_
+1 -1
include/net/caif/caif_device.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) ST-Ericsson AB 2010 3 4 * Author: Sjur Brendeland 4 - * License terms: GNU General Public License (GPL) version 2 5 5 */ 6 6 7 7 #ifndef CAIF_DEVICE_H_
+1 -1
include/net/caif/caif_hsi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) ST-Ericsson AB 2010 3 4 * Author: Daniel Martensson / daniel.martensson@stericsson.com 4 5 * Dmitry.Tarnyagin / dmitry.tarnyagin@stericsson.com 5 - * License terms: GNU General Public License (GPL) version 2 6 6 */ 7 7 8 8 #ifndef CAIF_HSI_H_
+1 -1
include/net/caif/caif_layer.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) ST-Ericsson AB 2010 3 4 * Author: Sjur Brendeland 4 - * License terms: GNU General Public License (GPL) version 2 5 5 */ 6 6 7 7 #ifndef CAIF_LAYER_H_
+1 -1
include/net/caif/caif_spi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) ST-Ericsson AB 2010 3 4 * Author: Daniel Martensson / Daniel.Martensson@stericsson.com 4 - * License terms: GNU General Public License (GPL) version 2 5 5 */ 6 6 7 7 #ifndef CAIF_SPI_H_
+1 -1
include/net/caif/cfcnfg.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) ST-Ericsson AB 2010 3 4 * Author: Sjur Brendeland 4 - * License terms: GNU General Public License (GPL) version 2 5 5 */ 6 6 7 7 #ifndef CFCNFG_H_
+1 -1
include/net/caif/cfctrl.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) ST-Ericsson AB 2010 3 4 * Author: Sjur Brendeland 4 - * License terms: GNU General Public License (GPL) version 2 5 5 */ 6 6 7 7 #ifndef CFCTRL_H_
+1 -1
include/net/caif/cffrml.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) ST-Ericsson AB 2010 3 4 * Author: Sjur Brendeland 4 - * License terms: GNU General Public License (GPL) version 2 5 5 */ 6 6 7 7 #ifndef CFFRML_H_
+1 -1
include/net/caif/cfmuxl.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) ST-Ericsson AB 2010 3 4 * Author: Sjur Brendeland 4 - * License terms: GNU General Public License (GPL) version 2 5 5 */ 6 6 7 7 #ifndef CFMUXL_H_
+1 -1
include/net/caif/cfpkt.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) ST-Ericsson AB 2010 3 4 * Author: Sjur Brendeland 4 - * License terms: GNU General Public License (GPL) version 2 5 5 */ 6 6 7 7 #ifndef CFPKT_H_
+1 -1
include/net/caif/cfserl.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) ST-Ericsson AB 2010 3 4 * Author: Sjur Brendeland 4 - * License terms: GNU General Public License (GPL) version 2 5 5 */ 6 6 7 7 #ifndef CFSERL_H_
+1 -1
include/net/caif/cfsrvl.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) ST-Ericsson AB 2010 3 4 * Author: Sjur Brendeland 4 - * License terms: GNU General Public License (GPL) version 2 5 5 */ 6 6 7 7 #ifndef CFSRVL_H_
+1 -1
net/caif/caif_dev.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * CAIF Interface registration. 3 4 * Copyright (C) ST-Ericsson AB 2010 4 5 * Author: Sjur Brendeland 5 - * License terms: GNU General Public License (GPL) version 2 6 6 * 7 7 * Borrowed heavily from file: pn_dev.c. Thanks to Remi Denis-Courmont 8 8 * and Sakari Ailus <sakari.ailus@nokia.com>
+1 -1
net/caif/caif_socket.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) ST-Ericsson AB 2010 3 4 * Author: Sjur Brendeland 4 - * License terms: GNU General Public License (GPL) version 2 5 5 */ 6 6 7 7 #define pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__
+1 -2
net/caif/caif_usb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * CAIF USB handler 3 4 * Copyright (C) ST-Ericsson AB 2011 4 5 * Author: Sjur Brendeland 5 - * License terms: GNU General Public License (GPL) version 2 6 - * 7 6 */ 8 7 9 8 #define pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__
+1 -1
net/caif/cfcnfg.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) ST-Ericsson AB 2010 3 4 * Author: Sjur Brendeland 4 - * License terms: GNU General Public License (GPL) version 2 5 5 */ 6 6 7 7 #define pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__
+1 -1
net/caif/cfctrl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) ST-Ericsson AB 2010 3 4 * Author: Sjur Brendeland 4 - * License terms: GNU General Public License (GPL) version 2 5 5 */ 6 6 7 7 #define pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__
+1 -1
net/caif/cfdbgl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) ST-Ericsson AB 2010 3 4 * Author: Sjur Brendeland 4 - * License terms: GNU General Public License (GPL) version 2 5 5 */ 6 6 7 7 #define pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__
+1 -1
net/caif/cfdgml.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) ST-Ericsson AB 2010 3 4 * Author: Sjur Brendeland 4 - * License terms: GNU General Public License (GPL) version 2 5 5 */ 6 6 7 7 #define pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__
+1 -1
net/caif/cffrml.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * CAIF Framing Layer. 3 4 * 4 5 * Copyright (C) ST-Ericsson AB 2010 5 6 * Author: Sjur Brendeland 6 - * License terms: GNU General Public License (GPL) version 2 7 7 */ 8 8 9 9 #define pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__
+1 -1
net/caif/cfmuxl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) ST-Ericsson AB 2010 3 4 * Author: Sjur Brendeland 4 - * License terms: GNU General Public License (GPL) version 2 5 5 */ 6 6 7 7 #define pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__
+1 -1
net/caif/cfpkt_skbuff.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) ST-Ericsson AB 2010 3 4 * Author: Sjur Brendeland 4 - * License terms: GNU General Public License (GPL) version 2 5 5 */ 6 6 7 7 #define pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__
+1 -1
net/caif/cfrfml.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) ST-Ericsson AB 2010 3 4 * Author: Sjur Brendeland 4 - * License terms: GNU General Public License (GPL) version 2 5 5 */ 6 6 7 7 #define pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__
+1 -1
net/caif/cfserl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) ST-Ericsson AB 2010 3 4 * Author: Sjur Brendeland 4 - * License terms: GNU General Public License (GPL) version 2 5 5 */ 6 6 7 7 #define pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__
+1 -1
net/caif/cfsrvl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) ST-Ericsson AB 2010 3 4 * Author: Sjur Brendeland 4 - * License terms: GNU General Public License (GPL) version 2 5 5 */ 6 6 7 7 #define pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__
+1 -1
net/caif/cfutill.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) ST-Ericsson AB 2010 3 4 * Author: Sjur Brendeland 4 - * License terms: GNU General Public License (GPL) version 2 5 5 */ 6 6 7 7 #define pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__
+1 -1
net/caif/cfveil.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) ST-Ericsson AB 2010 3 4 * Author: Sjur Brendeland 4 - * License terms: GNU General Public License (GPL) version 2 5 5 */ 6 6 7 7 #define pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__
+1 -1
net/caif/cfvidl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) ST-Ericsson AB 2010 3 4 * Author: Sjur Brendeland 4 - * License terms: GNU General Public License (GPL) version 2 5 5 */ 6 6 7 7 #define pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__
+1 -1
net/caif/chnl_net.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) ST-Ericsson AB 2010 3 4 * Authors: Sjur Brendeland 4 5 * Daniel Martensson 5 - * License terms: GNU General Public License (GPL) version 2 6 6 */ 7 7 8 8 #define pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__
+1 -1
sound/soc/codecs/sti-sas.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) STMicroelectronics SA 2015 3 4 * Authors: Arnaud Pouliquen <arnaud.pouliquen@st.com> 4 5 * for STMicroelectronics. 5 - * License terms: GNU General Public License (GPL), version 2 6 6 */ 7 7 8 8 #include <linux/io.h>
+1 -1
sound/soc/sti/sti_uniperif.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) STMicroelectronics SA 2015 3 4 * Authors: Arnaud Pouliquen <arnaud.pouliquen@st.com> 4 5 * for STMicroelectronics. 5 - * License terms: GNU General Public License (GPL), version 2 6 6 */ 7 7 8 8 #include <linux/module.h>
+1 -1
sound/soc/sti/uniperif.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) STMicroelectronics SA 2015 3 4 * Authors: Arnaud Pouliquen <arnaud.pouliquen@st.com> 4 5 * for STMicroelectronics. 5 - * License terms: GNU General Public License (GPL), version 2 6 6 */ 7 7 8 8 #ifndef __SND_ST_AUD_UNIPERIF_H
+1 -1
sound/soc/sti/uniperif_player.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) STMicroelectronics SA 2015 3 4 * Authors: Arnaud Pouliquen <arnaud.pouliquen@st.com> 4 5 * for STMicroelectronics. 5 - * License terms: GNU General Public License (GPL), version 2 6 6 */ 7 7 8 8 #include <linux/clk.h>
+1 -1
sound/soc/sti/uniperif_reader.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) STMicroelectronics SA 2015 3 4 * Authors: Arnaud Pouliquen <arnaud.pouliquen@st.com> 4 5 * for STMicroelectronics. 5 - * License terms: GNU General Public License (GPL), version 2 6 6 */ 7 7 8 8 #include <sound/soc.h>
+1 -2
sound/soc/zte/zx-i2s.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2015 Linaro 3 4 * 4 5 * Author: Jun Nie <jun.nie@linaro.org> 5 - * 6 - * License terms: GNU General Public License (GPL) version 2 7 6 */ 8 7 9 8 #include <linux/clk.h>
+1 -2
sound/soc/zte/zx-spdif.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2015 Linaro 3 4 * 4 5 * Author: Jun Nie <jun.nie@linaro.org> 5 - * 6 - * License terms: GNU General Public License (GPL) version 2 7 6 */ 8 7 9 8 #include <linux/clk.h>
+1 -2
sound/soc/zte/zx-tdm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ZTE's TDM driver 3 4 * 4 5 * Copyright (C) 2017 ZTE Ltd 5 6 * 6 7 * Author: Baoyou Xie <baoyou.xie@linaro.org> 7 - * 8 - * License terms: GNU General Public License (GPL) version 2 9 8 */ 10 9 11 10 #include <linux/clk.h>