Commit 5a729246 authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Greg Kroah-Hartman

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: default avatarAllison Randal <allison@lohutok.net>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent abd46274
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* OMAP1 Dual-Mode Timers - platform device registration * OMAP1 Dual-Mode Timers - platform device registration
* *
...@@ -9,15 +10,6 @@ ...@@ -9,15 +10,6 @@
* Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/ * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/
* Tarun Kanti DebBarma <tarun.kanti@ti.com> * Tarun Kanti DebBarma <tarun.kanti@ti.com>
* Thara Gopinath <thara@ti.com> * Thara Gopinath <thara@ti.com>
*
* 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.
*/ */
#include <linux/clk.h> #include <linux/clk.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* OMAP2plus display device setup / initialization. * OMAP2plus display device setup / initialization.
* *
* Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com/ * Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com/
* Senthilvadivu Guruswamy * Senthilvadivu Guruswamy
* Sumit Semwal * Sumit Semwal
*
* 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.
*/ */
#include <linux/string.h> #include <linux/string.h>
......
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* OMAP SoC specific OPP Data helpers * OMAP SoC specific OPP Data helpers
* *
...@@ -6,15 +7,6 @@ ...@@ -6,15 +7,6 @@
* Kevin Hilman * Kevin Hilman
* Copyright (C) 2010 Nokia Corporation. * Copyright (C) 2010 Nokia Corporation.
* Eduardo Valentin * Eduardo Valentin
*
* 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.
*/ */
#ifndef __ARCH_ARM_MACH_OMAP2_OMAP_OPP_DATA_H #ifndef __ARCH_ARM_MACH_OMAP2_OMAP_OPP_DATA_H
#define __ARCH_ARM_MACH_OMAP2_OMAP_OPP_DATA_H #define __ARCH_ARM_MACH_OMAP2_OMAP_OPP_DATA_H
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* OMAP3 OPP table definitions. * OMAP3 OPP table definitions.
* *
...@@ -7,15 +8,6 @@ ...@@ -7,15 +8,6 @@
* Copyright (C) 2010-2011 Nokia Corporation. * Copyright (C) 2010-2011 Nokia Corporation.
* Eduardo Valentin * Eduardo Valentin
* Paul Walmsley * Paul Walmsley
*
* 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.
*/ */
#include <linux/module.h> #include <linux/module.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* OMAP4 OPP table definitions. * OMAP4 OPP table definitions.
* *
...@@ -8,15 +9,6 @@ ...@@ -8,15 +9,6 @@
* Copyright (C) 2010-2011 Nokia Corporation. * Copyright (C) 2010-2011 Nokia Corporation.
* Eduardo Valentin * Eduardo Valentin
* Paul Walmsley * Paul Walmsley
*
* 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.
*/ */
#include <linux/module.h> #include <linux/module.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Versatile Express Serial Power Controller (SPC) support * Versatile Express Serial Power Controller (SPC) support
* *
...@@ -6,15 +7,6 @@ ...@@ -6,15 +7,6 @@
* Authors: Sudeep KarkadaNagesha <sudeep.karkadanagesha@arm.com> * Authors: Sudeep KarkadaNagesha <sudeep.karkadanagesha@arm.com>
* Achin Gupta <achin.gupta@arm.com> * Achin Gupta <achin.gupta@arm.com>
* Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> * Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
*
* 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.
*/ */
#include <linux/clk-provider.h> #include <linux/clk-provider.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* OMAP L3 Interconnect error handling driver * OMAP L3 Interconnect error handling driver
* *
* Copyright (C) 2011-2015 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2011-2015 Texas Instruments Incorporated - http://www.ti.com/
* Santosh Shilimkar <santosh.shilimkar@ti.com> * Santosh Shilimkar <santosh.shilimkar@ti.com>
* Sricharan <r.sricharan@ti.com> * Sricharan <r.sricharan@ti.com>
*
* 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.
*/ */
#include <linux/init.h> #include <linux/init.h>
#include <linux/interrupt.h> #include <linux/interrupt.h>
......
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* OMAP L3 Interconnect error handling driver header * OMAP L3 Interconnect error handling driver header
* *
* Copyright (C) 2011-2015 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2011-2015 Texas Instruments Incorporated - http://www.ti.com/
* Santosh Shilimkar <santosh.shilimkar@ti.com> * Santosh Shilimkar <santosh.shilimkar@ti.com>
* sricharan <r.sricharan@ti.com> * sricharan <r.sricharan@ti.com>
*
* 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.
*/ */
#ifndef __OMAP_L3_NOC_H #ifndef __OMAP_L3_NOC_H
#define __OMAP_L3_NOC_H #define __OMAP_L3_NOC_H
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* SCI Clock driver for keystone based devices * SCI Clock driver for keystone based devices
* *
* Copyright (C) 2015-2016 Texas Instruments Incorporated - https://www.ti.com/ * Copyright (C) 2015-2016 Texas Instruments Incorporated - https://www.ti.com/
* Tero Kristo <t-kristo@ti.com> * Tero Kristo <t-kristo@ti.com>
*
* 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.
*/ */
#include <linux/clk-provider.h> #include <linux/clk-provider.h>
#include <linux/err.h> #include <linux/err.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* OMAP APLL clock support * OMAP APLL clock support
* *
* Copyright (C) 2013 Texas Instruments, Inc. * Copyright (C) 2013 Texas Instruments, Inc.
* *
* J Keerthy <j-keerthy@ti.com> * J Keerthy <j-keerthy@ti.com>
*
* 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.
*/ */
#include <linux/clk.h> #include <linux/clk.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* TI clock autoidle support * TI clock autoidle support
* *
* Copyright (C) 2013 Texas Instruments, Inc. * Copyright (C) 2013 Texas Instruments, Inc.
* *
* Tero Kristo <t-kristo@ti.com> * Tero Kristo <t-kristo@ti.com>
*
* 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.
*/ */
#include <linux/clk-provider.h> #include <linux/clk-provider.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* DRA7 ATL (Audio Tracking Logic) clock driver * DRA7 ATL (Audio Tracking Logic) clock driver
* *
* Copyright (C) 2013 Texas Instruments, Inc. * Copyright (C) 2013 Texas Instruments, Inc.
* *
* Peter Ujfalusi <peter.ujfalusi@ti.com> * Peter Ujfalusi <peter.ujfalusi@ti.com>
*
* 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.
*/ */
#include <linux/init.h> #include <linux/init.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* TI clock support * TI clock support
* *
* Copyright (C) 2013 Texas Instruments, Inc. * Copyright (C) 2013 Texas Instruments, Inc.
* *
* Tero Kristo <t-kristo@ti.com> * Tero Kristo <t-kristo@ti.com>
*
* 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.
*/ */
#include <linux/clk.h> #include <linux/clk.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* OMAP clkctrl clock support * OMAP clkctrl clock support
* *
* Copyright (C) 2017 Texas Instruments, Inc. * Copyright (C) 2017 Texas Instruments, Inc.
* *
* Tero Kristo <t-kristo@ti.com> * Tero Kristo <t-kristo@ti.com>
*
* 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.
*/ */
#include <linux/clk-provider.h> #include <linux/clk-provider.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Default clock type * Default clock type
* *
...@@ -8,15 +9,6 @@ ...@@ -8,15 +9,6 @@
* Richard Woodruff <r-woodruff2@ti.com> * Richard Woodruff <r-woodruff2@ti.com>
* Paul Walmsley * Paul Walmsley
* Tero Kristo <t-kristo@ti.com> * Tero Kristo <t-kristo@ti.com>
*
* 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.
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* OMAP clockdomain support * OMAP clockdomain support
* *
* Copyright (C) 2013 Texas Instruments, Inc. * Copyright (C) 2013 Texas Instruments, Inc.
* *
* Tero Kristo <t-kristo@ti.com> * Tero Kristo <t-kristo@ti.com>
*
* 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.
*/ */
#include <linux/clk.h> #include <linux/clk.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* TI composite clock support * TI composite clock support
* *
* Copyright (C) 2013 Texas Instruments, Inc. * Copyright (C) 2013 Texas Instruments, Inc.
* *
* Tero Kristo <t-kristo@ti.com> * Tero Kristo <t-kristo@ti.com>
*
* 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.
*/ */
#include <linux/clk-provider.h> #include <linux/clk-provider.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* TI Divider Clock * TI Divider Clock
* *
* Copyright (C) 2013 Texas Instruments, Inc. * Copyright (C) 2013 Texas Instruments, Inc.
* *
* Tero Kristo <t-kristo@ti.com> * Tero Kristo <t-kristo@ti.com>
*
* 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.
*/ */
#include <linux/clk-provider.h> #include <linux/clk-provider.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* OMAP DPLL clock support * OMAP DPLL clock support
* *
* Copyright (C) 2013 Texas Instruments, Inc. * Copyright (C) 2013 Texas Instruments, Inc.
* *
* Tero Kristo <t-kristo@ti.com> * Tero Kristo <t-kristo@ti.com>
*
* 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.
*/ */
#include <linux/clk.h> #include <linux/clk.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* TI Fixed Factor Clock * TI Fixed Factor Clock
* *
* Copyright (C) 2013 Texas Instruments, Inc. * Copyright (C) 2013 Texas Instruments, Inc.
* *
* Tero Kristo <t-kristo@ti.com> * Tero Kristo <t-kristo@ti.com>
*
* 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.
*/ */
#include <linux/clk-provider.h> #include <linux/clk-provider.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* OMAP gate clock support * OMAP gate clock support
* *
* Copyright (C) 2013 Texas Instruments, Inc. * Copyright (C) 2013 Texas Instruments, Inc.
* *
* Tero Kristo <t-kristo@ti.com> * Tero Kristo <t-kristo@ti.com>
*
* 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.
*/ */
#include <linux/clk-provider.h> #include <linux/clk-provider.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* OMAP interface clock support * OMAP interface clock support
* *
* Copyright (C) 2013 Texas Instruments, Inc. * Copyright (C) 2013 Texas Instruments, Inc.
* *
* Tero Kristo <t-kristo@ti.com> * Tero Kristo <t-kristo@ti.com>
*
* 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.
*/ */
#include <linux/clk-provider.h> #include <linux/clk-provider.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* TI Multiplexer Clock * TI Multiplexer Clock
* *
* Copyright (C) 2013 Texas Instruments, Inc. * Copyright (C) 2013 Texas Instruments, Inc.
* *
* Tero Kristo <t-kristo@ti.com> * Tero Kristo <t-kristo@ti.com>
*
* 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.
*/ */
#include <linux/clk-provider.h> #include <linux/clk-provider.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* System Control and Power Interface (SCPI) based CPUFreq Interface driver * System Control and Power Interface (SCPI) based CPUFreq Interface driver
* *
* Copyright (C) 2015 ARM Ltd. * Copyright (C) 2015 ARM Ltd.
* Sudeep Holla <sudeep.holla@arm.com> * Sudeep Holla <sudeep.holla@arm.com>
*
* 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.
*/ */
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Texas Instruments' Palmas Power Button Input Driver * Texas Instruments' Palmas Power Button Input Driver
* *
* Copyright (C) 2012-2014 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2012-2014 Texas Instruments Incorporated - http://www.ti.com/
* Girish S Ghongdemath * Girish S Ghongdemath
* Nishanth Menon * Nishanth Menon
*
* 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.
*/ */
#include <linux/bitfield.h> #include <linux/bitfield.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Texas Instruments' TPS65217 and TPS65218 Power Button Input Driver * Texas Instruments' TPS65217 and TPS65218 Power Button Input Driver
* *
* Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com/
* Author: Felipe Balbi <balbi@ti.com> * Author: Felipe Balbi <balbi@ti.com>
* Author: Marcin Niestroj <m.niestroj@grinn-global.com> * Author: Marcin Niestroj <m.niestroj@grinn-global.com>
*
* 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.
*/ */
#include <linux/init.h> #include <linux/init.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* SRAM protect-exec region helper functions * SRAM protect-exec region helper functions
* *
* Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/ * Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/
* Dave Gerlach * Dave Gerlach
*
* 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.
*/ */
#include <linux/device.h> #include <linux/device.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Battery driver for CPCAP PMIC * Battery driver for CPCAP PMIC
* *
...@@ -7,15 +8,6 @@ ...@@ -7,15 +8,6 @@
* drivers: * drivers:
* *
* Copyright (C) 2009-2010 Motorola, Inc. * Copyright (C) 2009-2010 Motorola, Inc.
*
* 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.
*/ */
#include <linux/delay.h> #include <linux/delay.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Texas Instruments SoC Adaptive Body Bias(ABB) Regulator * Texas Instruments SoC Adaptive Body Bias(ABB) Regulator
* *
...@@ -7,15 +8,6 @@ ...@@ -7,15 +8,6 @@
* Copyright (C) 2012-2013 Texas Instruments, Inc. * Copyright (C) 2012-2013 Texas Instruments, Inc.
* Andrii Tseglytskyi <andrii.tseglytskyi@ti.com> * Andrii Tseglytskyi <andrii.tseglytskyi@ti.com>
* Nishanth Menon <nm@ti.com> * Nishanth Menon <nm@ti.com>
*
* 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.
*/ */
#include <linux/clk.h> #include <linux/clk.h>
#include <linux/delay.h> #include <linux/delay.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Texas Instrument's System Control Interface (TI-SCI) reset driver * Texas Instrument's System Control Interface (TI-SCI) reset driver
* *
* Copyright (C) 2015-2017 Texas Instruments Incorporated - https://www.ti.com/ * Copyright (C) 2015-2017 Texas Instruments Incorporated - https://www.ti.com/
* Andrew F. Davis <afd@ti.com> * Andrew F. Davis <afd@ti.com>
*
* 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.
*/ */
#include <linux/idr.h> #include <linux/idr.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* TI SYSCON regmap reset driver * TI SYSCON regmap reset driver
* *
* Copyright (C) 2015-2016 Texas Instruments Incorporated - https://www.ti.com/ * Copyright (C) 2015-2016 Texas Instruments Incorporated - https://www.ti.com/
* Andrew F. Davis <afd@ti.com> * Andrew F. Davis <afd@ti.com>
* Suman Anna <afd@ti.com> * Suman Anna <afd@ti.com>
*
* 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.
*/ */
#include <linux/mfd/syscon.h> #include <linux/mfd/syscon.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* HiSilicon thermal sensor driver * HiSilicon thermal sensor driver
* *
...@@ -6,15 +7,6 @@ ...@@ -6,15 +7,6 @@
* *
* Xinwei Kong <kong.kongxinwei@hisilicon.com> * Xinwei Kong <kong.kongxinwei@hisilicon.com>
* Leo Yan <leo.yan@linaro.org> * Leo Yan <leo.yan@linaro.org>
*
* 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.
*/ */
#include <linux/cpufreq.h> #include <linux/cpufreq.h>
......
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* This header provides constants for DRA7 ATL (Audio Tracking Logic) * This header provides constants for DRA7 ATL (Audio Tracking Logic)
* *
...@@ -6,15 +7,6 @@ ...@@ -6,15 +7,6 @@
* Copyright (C) 2013 Texas Instruments, Inc. * Copyright (C) 2013 Texas Instruments, Inc.
* *
* Peter Ujfalusi <peter.ujfalusi@ti.com> * Peter Ujfalusi <peter.ujfalusi@ti.com>
*
* 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.
*/ */
#ifndef _DT_BINDINGS_CLK_DRA7_ATL_H #ifndef _DT_BINDINGS_CLK_DRA7_ATL_H
......
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* This header provides constants for hisilicon pinctrl bindings. * This header provides constants for hisilicon pinctrl bindings.
* *
* Copyright (c) 2015 HiSilicon Limited. * Copyright (c) 2015 HiSilicon Limited.
* Copyright (c) 2015 Linaro Limited. * Copyright (c) 2015 Linaro Limited.
*
* 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.
*/ */
#ifndef _DT_BINDINGS_PINCTRL_HISI_H #ifndef _DT_BINDINGS_PINCTRL_HISI_H
......
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* This header provides constants for Keystone pinctrl bindings. * This header provides constants for Keystone pinctrl bindings.
* *
* Copyright (C) 2016 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2016 Texas Instruments Incorporated - http://www.ti.com/
*
* 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.
*/ */
#ifndef _DT_BINDINGS_PINCTRL_KEYSTONE_H #ifndef _DT_BINDINGS_PINCTRL_KEYSTONE_H
......
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* TI clock drivers support * TI clock drivers support
* *
* Copyright (C) 2013 Texas Instruments, Inc. * Copyright (C) 2013 Texas Instruments, Inc.
*
* 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.
*/ */
#ifndef __LINUX_CLK_TI_H__ #ifndef __LINUX_CLK_TI_H__
#define __LINUX_CLK_TI_H__ #define __LINUX_CLK_TI_H__
......
/* /* SPDX-License-Identifier: GPL-2.0-only */
* pm_wakeirq.h - Device wakeirq helper functions /* pm_wakeirq.h - Device wakeirq helper functions */
*
* 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.
*/
#ifndef _LINUX_PM_WAKEIRQ_H #ifndef _LINUX_PM_WAKEIRQ_H
#define _LINUX_PM_WAKEIRQ_H #define _LINUX_PM_WAKEIRQ_H
......
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Texas Instruments' Message Manager * Texas Instruments' Message Manager
* *
* Copyright (C) 2015-2022 Texas Instruments Incorporated - https://www.ti.com/ * Copyright (C) 2015-2022 Texas Instruments Incorporated - https://www.ti.com/
* Nishanth Menon * Nishanth Menon
*
* 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.
*/ */
#ifndef TI_MSGMGR_H #ifndef TI_MSGMGR_H
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment