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

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.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Thomas Gleixner 2022-06-07 19:29:33 +02:00 committed by Greg Kroah-Hartman
parent 0fdebc5ec2
commit 3bb165608e
50 changed files with 54 additions and 212 deletions

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Address map functions for Marvell EBU SoCs (Kirkwood, Armada * Address map functions for Marvell EBU SoCs (Kirkwood, Armada
* 370/XP, Dove, Orion5x and MV78xx0) * 370/XP, Dove, Orion5x and MV78xx0)
* *
* 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.
*
* The Marvell EBU SoCs have a configurable physical address space: * The Marvell EBU SoCs have a configurable physical address space:
* the physical address at which certain devices (PCIe, NOR, NAND, * the physical address at which certain devices (PCIe, NOR, NAND,
* etc.) sit can be configured. The configuration takes place through * etc.) sit can be configured. The configuration takes place through

View file

@ -1,12 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* RSB (Reduced Serial Bus) driver. * RSB (Reduced Serial Bus) driver.
* *
* Author: Chen-Yu Tsai <wens@csie.org> * Author: Chen-Yu Tsai <wens@csie.org>
* *
* 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.
*
* The RSB controller looks like an SMBus controller which only supports * The RSB controller looks like an SMBus controller which only supports
* byte and word data transfers. But, it differs from standard SMBus * byte and word data transfers. But, it differs from standard SMBus
* protocol on several aspects: * protocol on several aspects:
@ -31,7 +28,6 @@
* This document is officially released by Allwinner. * This document is officially released by Allwinner.
* *
* This driver is based on i2c-sun6i-p2wi.c, the P2WI bus driver. * This driver is based on i2c-sun6i-p2wi.c, the P2WI bus driver.
*
*/ */
#include <linux/clk.h> #include <linux/clk.h>

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Driver for NVIDIA Generic Memory Interface * Driver for NVIDIA Generic Memory Interface
* *
* Copyright (C) 2016 Host Mobility AB. All rights reserved. * Copyright (C) 2016 Host Mobility AB. All rights reserved.
*
* 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.
*/ */
#include <linux/clk.h> #include <linux/clk.h>

View file

@ -1,13 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* NBUS driver for TS-4600 based boards * NBUS driver for TS-4600 based boards
* *
* Copyright (c) 2016 - Savoir-faire Linux * Copyright (c) 2016 - Savoir-faire Linux
* Author: Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com> * Author: Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com>
* *
* 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.
*
* This driver implements a GPIOs bit-banged bus, called the NBUS by Technologic * This driver implements a GPIOs bit-banged bus, called the NBUS by Technologic
* Systems. It is used to communicate with the peripherals in the FPGA on the * Systems. It is used to communicate with the peripherals in the FPGA on the
* TS-4600 SoM. * TS-4600 SoM.

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Synopsys AXS10X SDP I2S PLL clock driver * Synopsys AXS10X SDP I2S PLL clock driver
* *
* Copyright (C) 2016 Synopsys * Copyright (C) 2016 Synopsys
*
* 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.
*/ */
#include <linux/platform_device.h> #include <linux/platform_device.h>

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Synopsys AXS10X SDP Generic PLL clock driver * Synopsys AXS10X SDP Generic PLL clock driver
* *
* Copyright (C) 2017 Synopsys * Copyright (C) 2017 Synopsys
*
* 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.
*/ */
#include <linux/platform_device.h> #include <linux/platform_device.h>

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Synopsys HSDK SDP Generic PLL clock driver * Synopsys HSDK SDP Generic PLL clock driver
* *
* Copyright (C) 2017 Synopsys * Copyright (C) 2017 Synopsys
*
* 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.
*/ */
#include <linux/clk-provider.h> #include <linux/clk-provider.h>

View file

@ -1,13 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* MOXA ART SoCs clock driver. * MOXA ART SoCs clock driver.
* *
* Copyright (C) 2013 Jonas Jensen * Copyright (C) 2013 Jonas Jensen
* *
* Jonas Jensen <jonas.jensen@gmail.com> * Jonas Jensen <jonas.jensen@gmail.com>
*
* 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.
*/ */
#include <linux/clk.h> #include <linux/clk.h>

View file

@ -1,12 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* mmp APB clock operation source file * mmp APB clock operation source file
* *
* Copyright (C) 2012 Marvell * Copyright (C) 2012 Marvell
* Chao Xie <xiechao.mail@gmail.com> * Chao Xie <xiechao.mail@gmail.com>
*
* 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.
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>

View file

@ -1,12 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* mmp AXI peripharal clock operation source file * mmp AXI peripharal clock operation source file
* *
* Copyright (C) 2012 Marvell * Copyright (C) 2012 Marvell
* Chao Xie <xiechao.mail@gmail.com> * Chao Xie <xiechao.mail@gmail.com>
*
* 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.
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>

View file

@ -1,12 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* mmp factor clock operation source file * mmp factor clock operation source file
* *
* Copyright (C) 2012 Marvell * Copyright (C) 2012 Marvell
* Chao Xie <xiechao.mail@gmail.com> * Chao Xie <xiechao.mail@gmail.com>
*
* 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.
*/ */
#include <linux/clk-provider.h> #include <linux/clk-provider.h>

View file

@ -1,12 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* mmp gate clock operation source file * mmp gate clock operation source file
* *
* Copyright (C) 2014 Marvell * Copyright (C) 2014 Marvell
* Chao Xie <chao.xie@marvell.com> * Chao Xie <chao.xie@marvell.com>
*
* 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.
*/ */
#include <linux/clk-provider.h> #include <linux/clk-provider.h>

View file

@ -1,12 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* mmp mix(div and mux) clock operation source file * mmp mix(div and mux) clock operation source file
* *
* Copyright (C) 2014 Marvell * Copyright (C) 2014 Marvell
* Chao Xie <chao.xie@marvell.com> * Chao Xie <chao.xie@marvell.com>
*
* 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.
*/ */
#include <linux/clk-provider.h> #include <linux/clk-provider.h>

View file

@ -1,12 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* mmp2 clock framework source file * mmp2 clock framework source file
* *
* Copyright (C) 2012 Marvell * Copyright (C) 2012 Marvell
* Chao Xie <xiechao.mail@gmail.com> * Chao Xie <xiechao.mail@gmail.com>
*
* 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.
*/ */
#include <linux/clk.h> #include <linux/clk.h>

View file

@ -1,13 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* mmp2 clock framework source file * mmp2 clock framework source file
* *
* Copyright (C) 2012 Marvell * Copyright (C) 2012 Marvell
* Chao Xie <xiechao.mail@gmail.com> * Chao Xie <xiechao.mail@gmail.com>
* Copyright (C) 2020 Lubomir Rintel <lkundrak@v3.sk> * Copyright (C) 2020 Lubomir Rintel <lkundrak@v3.sk>
*
* 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.
*/ */
#include <linux/module.h> #include <linux/module.h>

View file

@ -1,12 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* pxa168 clock framework source file * pxa168 clock framework source file
* *
* Copyright (C) 2012 Marvell * Copyright (C) 2012 Marvell
* Chao Xie <xiechao.mail@gmail.com> * Chao Xie <xiechao.mail@gmail.com>
*
* 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.
*/ */
#include <linux/module.h> #include <linux/module.h>

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* pxa1928 clock framework source file * pxa1928 clock framework source file
* *
@ -7,10 +8,6 @@
* Based on drivers/clk/mmp/clk-of-mmp2.c: * Based on drivers/clk/mmp/clk-of-mmp2.c:
* Copyright (C) 2012 Marvell * Copyright (C) 2012 Marvell
* Chao Xie <xiechao.mail@gmail.com> * Chao Xie <xiechao.mail@gmail.com>
*
* 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.
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/io.h> #include <linux/io.h>

View file

@ -1,12 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* pxa910 clock framework source file * pxa910 clock framework source file
* *
* Copyright (C) 2012 Marvell * Copyright (C) 2012 Marvell
* Chao Xie <xiechao.mail@gmail.com> * Chao Xie <xiechao.mail@gmail.com>
*
* 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.
*/ */
#include <linux/module.h> #include <linux/module.h>

View file

@ -1,12 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* pxa168 clock framework source file * pxa168 clock framework source file
* *
* Copyright (C) 2012 Marvell * Copyright (C) 2012 Marvell
* Chao Xie <xiechao.mail@gmail.com> * Chao Xie <xiechao.mail@gmail.com>
*
* 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.
*/ */
#include <linux/clk.h> #include <linux/clk.h>

View file

@ -1,12 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* pxa910 clock framework source file * pxa910 clock framework source file
* *
* Copyright (C) 2012 Marvell * Copyright (C) 2012 Marvell
* Chao Xie <xiechao.mail@gmail.com> * Chao Xie <xiechao.mail@gmail.com>
*
* 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.
*/ */
#include <linux/clk.h> #include <linux/clk.h>

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Clk driver for NXP LPC18xx/LPC43xx Clock Control Unit (CCU) * Clk driver for NXP LPC18xx/LPC43xx Clock Control Unit (CCU)
* *
* Copyright (C) 2015 Joachim Eastwood <manabian@gmail.com> * Copyright (C) 2015 Joachim Eastwood <manabian@gmail.com>
*
* 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.
*/ */
#include <linux/clk.h> #include <linux/clk.h>

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Clk driver for NXP LPC18xx/LPC43xx Clock Generation Unit (CGU) * Clk driver for NXP LPC18xx/LPC43xx Clock Generation Unit (CGU)
* *
* Copyright (C) 2015 Joachim Eastwood <manabian@gmail.com> * Copyright (C) 2015 Joachim Eastwood <manabian@gmail.com>
*
* 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.
*/ */
#include <linux/clk-provider.h> #include <linux/clk-provider.h>

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Clk driver for NXP LPC18xx/43xx Configuration Registers (CREG) * Clk driver for NXP LPC18xx/43xx Configuration Registers (CREG)
* *
* Copyright (C) 2015 Joachim Eastwood <manabian@gmail.com> * Copyright (C) 2015 Joachim Eastwood <manabian@gmail.com>
*
* 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.
*/ */
#include <linux/clk-provider.h> #include <linux/clk-provider.h>

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (C) 2012 ST Microelectronics * Copyright (C) 2012 ST Microelectronics
* Viresh Kumar <vireshk@kernel.org> * Viresh Kumar <vireshk@kernel.org>
* *
* 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.
*
* Auxiliary Synthesizer clock implementation * Auxiliary Synthesizer clock implementation
*/ */

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (C) 2012 ST Microelectronics * Copyright (C) 2012 ST Microelectronics
* Viresh Kumar <vireshk@kernel.org> * Viresh Kumar <vireshk@kernel.org>
* *
* 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.
*
* Fractional Synthesizer clock implementation * Fractional Synthesizer clock implementation
*/ */

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (C) 2012 ST Microelectronics * Copyright (C) 2012 ST Microelectronics
* Viresh Kumar <vireshk@kernel.org> * Viresh Kumar <vireshk@kernel.org>
* *
* 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.
*
* General Purpose Timer Synthesizer clock implementation * General Purpose Timer Synthesizer clock implementation
*/ */

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (C) 2012 ST Microelectronics * Copyright (C) 2012 ST Microelectronics
* Viresh Kumar <vireshk@kernel.org> * Viresh Kumar <vireshk@kernel.org>
* *
* 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.
*
* VCO-PLL clock implementation * VCO-PLL clock implementation
*/ */

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (C) 2012 ST Microelectronics * Copyright (C) 2012 ST Microelectronics
* Viresh Kumar <vireshk@kernel.org> * Viresh Kumar <vireshk@kernel.org>
* *
* 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.
*
* SPEAr clk - Common routines * SPEAr clk - Common routines
*/ */

View file

@ -1,12 +1,9 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Clock framework definitions for SPEAr platform * Clock framework definitions for SPEAr platform
* *
* Copyright (C) 2012 ST Microelectronics * Copyright (C) 2012 ST Microelectronics
* Viresh Kumar <vireshk@kernel.org> * Viresh Kumar <vireshk@kernel.org>
*
* 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.
*/ */
#ifndef __SPEAR_CLK_H #ifndef __SPEAR_CLK_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* arch/arm/mach-spear13xx/spear1310_clock.c * arch/arm/mach-spear13xx/spear1310_clock.c
* *
@ -5,10 +6,6 @@
* *
* Copyright (C) 2012 ST Microelectronics * Copyright (C) 2012 ST Microelectronics
* Viresh Kumar <vireshk@kernel.org> * Viresh Kumar <vireshk@kernel.org>
*
* 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.
*/ */
#include <linux/clkdev.h> #include <linux/clkdev.h>

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* arch/arm/mach-spear13xx/spear1340_clock.c * arch/arm/mach-spear13xx/spear1340_clock.c
* *
@ -5,10 +6,6 @@
* *
* Copyright (C) 2012 ST Microelectronics * Copyright (C) 2012 ST Microelectronics
* Viresh Kumar <vireshk@kernel.org> * Viresh Kumar <vireshk@kernel.org>
*
* 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.
*/ */
#include <linux/clkdev.h> #include <linux/clkdev.h>

View file

@ -1,12 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* SPEAr3xx machines clock framework source file * SPEAr3xx machines clock framework source file
* *
* Copyright (C) 2012 ST Microelectronics * Copyright (C) 2012 ST Microelectronics
* Viresh Kumar <vireshk@kernel.org> * Viresh Kumar <vireshk@kernel.org>
*
* 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.
*/ */
#include <linux/clk.h> #include <linux/clk.h>

View file

@ -1,12 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* SPEAr6xx machines clock framework source file * SPEAr6xx machines clock framework source file
* *
* Copyright (C) 2012 ST Microelectronics * Copyright (C) 2012 ST Microelectronics
* Viresh Kumar <vireshk@kernel.org> * Viresh Kumar <vireshk@kernel.org>
*
* 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.
*/ */
#include <linux/clkdev.h> #include <linux/clkdev.h>

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* CPUFreq support for Armada 370/XP platforms. * CPUFreq support for Armada 370/XP platforms.
* *
@ -6,10 +7,6 @@
* Yehuda Yitschak <yehuday@marvell.com> * Yehuda Yitschak <yehuday@marvell.com>
* Gregory Clement <gregory.clement@free-electrons.com> * Gregory Clement <gregory.clement@free-electrons.com>
* Thomas Petazzoni <thomas.petazzoni@free-electrons.com> * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
*
* 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.
*/ */
#define pr_fmt(fmt) "mvebu-pmsu: " fmt #define pr_fmt(fmt) "mvebu-pmsu: " fmt

View file

@ -1,12 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* based on arch/arm/mach-kirkwood/cpuidle.c * based on arch/arm/mach-kirkwood/cpuidle.c
* *
* CPU idle support for AT91 SoC * CPU idle support for AT91 SoC
* *
* 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.
*
* The cpu idle uses wait-for-interrupt and RAM self refresh in order * The cpu idle uses wait-for-interrupt and RAM self refresh in order
* to implement two idle states - * to implement two idle states -
* #1 wait-for-interrupt * #1 wait-for-interrupt

View file

@ -1,10 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* CPU idle Marvell Kirkwood SoCs * CPU idle Marvell Kirkwood SoCs
* *
* 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.
*
* The cpu idle uses wait-for-interrupt and DDR self refresh in order * The cpu idle uses wait-for-interrupt and DDR self refresh in order
* to implement two idle states - * to implement two idle states -
* #1 wait-for-interrupt * #1 wait-for-interrupt

View file

@ -1,16 +1,12 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Bestcomm ATA task driver * Bestcomm ATA task driver
* *
*
* Patterned after bestcomm/fec.c by Dale Farnsworth <dfarnsworth@mvista.com> * Patterned after bestcomm/fec.c by Dale Farnsworth <dfarnsworth@mvista.com>
* 2003-2004 (c) MontaVista, Software, Inc. * 2003-2004 (c) MontaVista, Software, Inc.
* *
* Copyright (C) 2006-2007 Sylvain Munaut <tnt@246tNt.com> * Copyright (C) 2006-2007 Sylvain Munaut <tnt@246tNt.com>
* Copyright (C) 2006 Freescale - John Rigby * Copyright (C) 2006 Freescale - John Rigby
*
* 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.
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
@ -154,4 +150,3 @@ EXPORT_SYMBOL_GPL(bcom_ata_release);
MODULE_DESCRIPTION("BestComm ATA task driver"); MODULE_DESCRIPTION("BestComm ATA task driver");
MODULE_AUTHOR("John Rigby"); MODULE_AUTHOR("John Rigby");
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPL v2");

View file

@ -1,16 +1,12 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Driver for MPC52xx processor BestComm peripheral controller * Driver for MPC52xx processor BestComm peripheral controller
* *
*
* Copyright (C) 2006-2007 Sylvain Munaut <tnt@246tNt.com> * Copyright (C) 2006-2007 Sylvain Munaut <tnt@246tNt.com>
* Copyright (C) 2005 Varma Electronics Oy, * Copyright (C) 2005 Varma Electronics Oy,
* ( by Andrey Volkov <avolkov@varma-el.com> ) * ( by Andrey Volkov <avolkov@varma-el.com> )
* Copyright (C) 2003-2004 MontaVista, Software, Inc. * Copyright (C) 2003-2004 MontaVista, Software, Inc.
* ( by Dale Farnsworth <dfarnsworth@mvista.com> ) * ( by Dale Farnsworth <dfarnsworth@mvista.com> )
*
* 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.
*/ */
#include <linux/module.h> #include <linux/module.h>
@ -528,4 +524,3 @@ MODULE_AUTHOR("Sylvain Munaut <tnt@246tNt.com>");
MODULE_AUTHOR("Andrey Volkov <avolkov@varma-el.com>"); MODULE_AUTHOR("Andrey Volkov <avolkov@varma-el.com>");
MODULE_AUTHOR("Dale Farnsworth <dfarnsworth@mvista.com>"); MODULE_AUTHOR("Dale Farnsworth <dfarnsworth@mvista.com>");
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPL v2");

View file

@ -1,14 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Bestcomm FEC tasks driver * Bestcomm FEC tasks driver
* *
*
* Copyright (C) 2006-2007 Sylvain Munaut <tnt@246tNt.com> * Copyright (C) 2006-2007 Sylvain Munaut <tnt@246tNt.com>
* Copyright (C) 2003-2004 MontaVista, Software, Inc. * Copyright (C) 2003-2004 MontaVista, Software, Inc.
* ( by Dale Farnsworth <dfarnsworth@mvista.com> ) * ( by Dale Farnsworth <dfarnsworth@mvista.com> )
*
* 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.
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
@ -267,4 +263,3 @@ EXPORT_SYMBOL_GPL(bcom_fec_tx_release);
MODULE_DESCRIPTION("BestComm FEC tasks driver"); MODULE_DESCRIPTION("BestComm FEC tasks driver");
MODULE_AUTHOR("Dale Farnsworth <dfarnsworth@mvista.com>"); MODULE_AUTHOR("Dale Farnsworth <dfarnsworth@mvista.com>");
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPL v2");

View file

@ -1,14 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Simple memory allocator for on-board SRAM * Simple memory allocator for on-board SRAM
* *
*
* Maintainer : Sylvain Munaut <tnt@246tNt.com> * Maintainer : Sylvain Munaut <tnt@246tNt.com>
* *
* Copyright (C) 2005 Sylvain Munaut <tnt@246tNt.com> * Copyright (C) 2005 Sylvain Munaut <tnt@246tNt.com>
*
* 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.
*/ */
#include <linux/err.h> #include <linux/err.h>
@ -176,4 +172,3 @@ void bcom_sram_free(void *ptr)
spin_unlock(&bcom_sram->lock); spin_unlock(&bcom_sram->lock);
} }
EXPORT_SYMBOL_GPL(bcom_sram_free); EXPORT_SYMBOL_GPL(bcom_sram_free);

View file

@ -1,13 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* MOXA ART SoCs DMA Engine support. * MOXA ART SoCs DMA Engine support.
* *
* Copyright (C) 2013 Jonas Jensen * Copyright (C) 2013 Jonas Jensen
* *
* Jonas Jensen <jonas.jensen@gmail.com> * Jonas Jensen <jonas.jensen@gmail.com>
*
* 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.
*/ */
#include <linux/dmaengine.h> #include <linux/dmaengine.h>

View file

@ -1,11 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* 2006-2009 (C) DENX Software Engineering. * 2006-2009 (C) DENX Software Engineering.
* *
* Author: Yuri Tikhonov <yur@emcraft.com> * Author: Yuri Tikhonov <yur@emcraft.com>
*
* 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.
*/ */
#ifndef _PPC440SPE_ADMA_H #ifndef _PPC440SPE_ADMA_H

View file

@ -1,13 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* EDAC PCI component * EDAC PCI component
* *
* Author: Dave Jiang <djiang@mvista.com> * Author: Dave Jiang <djiang@mvista.com>
* *
* 2007 (c) MontaVista Software, Inc. This file is licensed under * 2007 (c) MontaVista Software, Inc.
* 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.
*
*/ */
#include <asm/page.h> #include <asm/page.h>
#include <linux/uaccess.h> #include <linux/uaccess.h>

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Freescale Memory Controller kernel module * Freescale Memory Controller kernel module
* *
@ -9,10 +10,7 @@
* *
* Author: Dave Jiang <djiang@mvista.com> * Author: Dave Jiang <djiang@mvista.com>
* *
* 2006-2007 (c) MontaVista Software, Inc. This file is licensed under * 2006-2007 (c) MontaVista Software, Inc.
* 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.
*/ */
#include <linux/module.h> #include <linux/module.h>
#include <linux/init.h> #include <linux/init.h>

View file

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Freescale Memory Controller kernel module * Freescale Memory Controller kernel module
* *
@ -7,11 +8,7 @@
* *
* Author: Dave Jiang <djiang@mvista.com> * Author: Dave Jiang <djiang@mvista.com>
* *
* 2006-2007 (c) MontaVista Software, Inc. This file is licensed under * 2006-2007 (c) MontaVista Software, Inc.
* 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.
*
*/ */
#ifndef _FSL_DDR_EDAC_H_ #ifndef _FSL_DDR_EDAC_H_
#define _FSL_DDR_EDAC_H_ #define _FSL_DDR_EDAC_H_

View file

@ -1,12 +1,9 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Freescale MPC85xx Memory Controller kernel module * Freescale MPC85xx Memory Controller kernel module
* Author: Dave Jiang <djiang@mvista.com> * Author: Dave Jiang <djiang@mvista.com>
* *
* 2006-2007 (c) MontaVista Software, Inc. This file is licensed under * 2006-2007 (c) MontaVista Software, Inc.
* 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.
*
*/ */
#ifndef _MPC85XX_EDAC_H_ #ifndef _MPC85XX_EDAC_H_
#define _MPC85XX_EDAC_H_ #define _MPC85XX_EDAC_H_

View file

@ -1,12 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* GPIOs on MPC512x/8349/8572/8610/QorIQ and compatible * GPIOs on MPC512x/8349/8572/8610/QorIQ and compatible
* *
* Copyright (C) 2008 Peter Korsgaard <jacmet@sunsite.dk> * Copyright (C) 2008 Peter Korsgaard <jacmet@sunsite.dk>
* Copyright (C) 2016 Freescale Semiconductor Inc. * Copyright (C) 2016 Freescale Semiconductor Inc.
*
* 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.
*/ */
#include <linux/acpi.h> #include <linux/acpi.h>

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* GPIO driver for Marvell SoCs * GPIO driver for Marvell SoCs
* *
@ -7,10 +8,6 @@
* Andrew Lunn <andrew@lunn.ch> * Andrew Lunn <andrew@lunn.ch>
* Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
* *
* 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.
*
* This driver is a fairly straightforward GPIO driver for the * This driver is a fairly straightforward GPIO driver for the
* complete family of Marvell EBU SoC platforms (Orion, Dove, * complete family of Marvell EBU SoC platforms (Orion, Dove,
* Kirkwood, Discovery, Armada 370/XP). The only complexity of this * Kirkwood, Discovery, Armada 370/XP). The only complexity of this

View file

@ -1,12 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* SPEAr platform SPI chipselect abstraction over gpiolib * SPEAr platform SPI chipselect abstraction over gpiolib
* *
* Copyright (C) 2012 ST Microelectronics * Copyright (C) 2012 ST Microelectronics
* Shiraz Hashim <shiraz.linux.kernel@gmail.com> * Shiraz Hashim <shiraz.linux.kernel@gmail.com>
*
* 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.
*/ */
#include <linux/err.h> #include <linux/err.h>

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* GPIO driver for the TS-4800 board * GPIO driver for the TS-4800 board
* *
* Copyright (c) 2016 - Savoir-faire Linux * Copyright (c) 2016 - Savoir-faire Linux
*
* 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.
*/ */
#include <linux/gpio/driver.h> #include <linux/gpio/driver.h>