SPDX changes for 6.0-rc1

Here is the set of SPDX comment updates for 6.0-rc1.
 
 Nothing huge here, just a number of updated SPDX license tags and
 cleanups based on the review of a number of common patterns in GPLv2
 boilerplate text.  Also included in here are a few other minor updates,
 2 USB files, and one Documentation file update to get the SPDX lines
 correct.
 
 All of these have been in the linux-next tree for a very long time.
 
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 -----BEGIN PGP SIGNATURE-----
 
 iG0EABECAC0WIQT0tgzFv3jCIUoxPcsxR9QN2y37KQUCYupz3g8cZ3JlZ0Brcm9h
 aC5jb20ACgkQMUfUDdst+ynPUgCgslaf2ssCgW5IeuXbhla+ZBRAzisAnjVgOvLN
 4AKdqbiBNlFbCroQwmeQ
 =v1sg
 -----END PGP SIGNATURE-----

Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx

Pull SPDX updates from Greg KH:
 "Here is the set of SPDX comment updates for 6.0-rc1.

  Nothing huge here, just a number of updated SPDX license tags and
  cleanups based on the review of a number of common patterns in GPLv2
  boilerplate text.

  Also included in here are a few other minor updates, two USB files,
  and one Documentation file update to get the SPDX lines correct.

  All of these have been in the linux-next tree for a very long time"

* tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx: (28 commits)
  Documentation: samsung-s3c24xx: Add blank line after SPDX directive
  x86/crypto: Remove stray comment terminator
  treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_406.RULE
  treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_398.RULE
  treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_391.RULE
  treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_390.RULE
  treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_385.RULE
  treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULE
  treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_319.RULE
  treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_318.RULE
  treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_298.RULE
  treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_292.RULE
  treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_179.RULE
  treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (part 2)
  treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (part 1)
  treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_160.RULE
  treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_152.RULE
  treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_149.RULE
  treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_147.RULE
  treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_133.RULE
  ...
This commit is contained in:
Linus Torvalds 2022-08-04 12:12:54 -07:00
commit c1c76700a0
611 changed files with 722 additions and 5585 deletions

View file

@ -1,3 +1,5 @@
.. SPDX-License-Identifier: GPL-2.0-only
======================= =======================
S3C24XX CPUfreq support S3C24XX CPUfreq support
======================= =======================
@ -73,4 +75,3 @@ Document Author
--------------- ---------------
Ben Dooks, Copyright 2009 Simtec Electronics Ben Dooks, Copyright 2009 Simtec Electronics
Licensed under GPLv2

View file

@ -1,3 +1,4 @@
.. SPDX-License-Identifier: GPL-2.0-only
.. include:: <isonum.txt> .. include:: <isonum.txt>
===================== =====================
@ -8,9 +9,6 @@ VFIO Mediated devices
:Author: Neo Jia <cjia@nvidia.com> :Author: Neo Jia <cjia@nvidia.com>
:Author: Kirti Wankhede <kwankhede@nvidia.com> :Author: Kirti Wankhede <kwankhede@nvidia.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.
Virtual Function I/O (VFIO) Mediated devices[1] Virtual Function I/O (VFIO) Mediated devices[1]

View file

@ -1,11 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* linux/arch/arm/boot/bootp/bootp.lds * linux/arch/arm/boot/bootp/bootp.lds
* *
* Copyright (C) 2000-2002 Russell King * Copyright (C) 2000-2002 Russell King
*
* 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.
*/ */
OUTPUT_ARCH(arm) OUTPUT_ARCH(arm)
ENTRY(_start) ENTRY(_start)

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Device Tree Source for AM33XX SoC * Device Tree Source for AM33XX SoC
* *
* Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.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 <dt-bindings/bus/ti-sysc.h> #include <dt-bindings/bus/ti-sysc.h>

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Device Tree Source for am3517 SoC * Device Tree Source for am3517 SoC
* *
* Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/ * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.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 "omap3.dtsi" #include "omap3.dtsi"

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Device Tree Source for AM4372 SoC * Device Tree Source for AM4372 SoC
* *
* Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/ * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.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 <dt-bindings/bus/ti-sysc.h> #include <dt-bindings/bus/ti-sysc.h>

View file

@ -1,10 +1,5 @@
/* // SPDX-License-Identifier: GPL-2.0-only
* Axis ARTPEC-6 development board. // Axis ARTPEC-6 development board.
*
* 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.
*/
/dts-v1/; /dts-v1/;
#include "artpec6.dtsi" #include "artpec6.dtsi"

View file

@ -1,15 +1,5 @@
/* // SPDX-License-Identifier: GPL-2.0-only
* Copyright (C) 2012-2013 Broadcom Corporation // Copyright (C) 2012-2013 Broadcom Corporation
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation version 2.
*
* 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 <dt-bindings/interrupt-controller/arm-gic.h> #include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/interrupt-controller/irq.h> #include <dt-bindings/interrupt-controller/irq.h>

View file

@ -1,15 +1,5 @@
/* // SPDX-License-Identifier: GPL-2.0-only
* Copyright (C) 2014 Broadcom Corporation // Copyright (C) 2014 Broadcom Corporation
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation version 2.
*
* 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.
*/
/dts-v1/; /dts-v1/;

View file

@ -1,15 +1,5 @@
/* // SPDX-License-Identifier: GPL-2.0-only
* Copyright (C) 2014 Broadcom Corporation // Copyright (C) 2014 Broadcom Corporation
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation version 2.
*
* 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 <dt-bindings/interrupt-controller/arm-gic.h> #include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/interrupt-controller/irq.h> #include <dt-bindings/interrupt-controller/irq.h>

View file

@ -1,15 +1,5 @@
/* // SPDX-License-Identifier: GPL-2.0-only
* Copyright (C) 2013 Broadcom Corporation // Copyright (C) 2013 Broadcom Corporation
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation version 2.
*
* 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.
*/
/dts-v1/; /dts-v1/;

View file

@ -1,8 +1,4 @@
/* // SPDX-License-Identifier: GPL-2.0-only
* 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 <dt-bindings/bus/ti-sysc.h> #include <dt-bindings/bus/ti-sysc.h>
#include <dt-bindings/clock/dm814.h> #include <dt-bindings/clock/dm814.h>

View file

@ -1,8 +1,4 @@
/* // SPDX-License-Identifier: GPL-2.0-only
* 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 <dt-bindings/bus/ti-sysc.h> #include <dt-bindings/bus/ti-sysc.h>
#include <dt-bindings/clock/dm816.h> #include <dt-bindings/clock/dm816.h>

View file

@ -1,8 +1,4 @@
/* // SPDX-License-Identifier: GPL-2.0-only
* 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 "dm814x.dtsi" #include "dm814x.dtsi"

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Device Tree Source for DRA7x SoC DSPEVE thermal * Device Tree Source for DRA7x SoC DSPEVE thermal
* *
* Copyright (C) 2016 Texas Instruments Incorporated - https://www.ti.com/ * Copyright (C) 2016 Texas Instruments Incorporated - https://www.ti.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 <dt-bindings/thermal/thermal.h> #include <dt-bindings/thermal/thermal.h>

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Device Tree Source for DRA7x SoC IVA thermal * Device Tree Source for DRA7x SoC IVA thermal
* *
* Copyright (C) 2016 Texas Instruments Incorporated - https://www.ti.com/ * Copyright (C) 2016 Texas Instruments Incorporated - https://www.ti.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 <dt-bindings/thermal/thermal.h> #include <dt-bindings/thermal/thermal.h>

View file

@ -1,16 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* MMC IOdelay values for TI's DRA72x, DRA71x and AM571x SoCs. * MMC IOdelay values for TI's DRA72x, DRA71x and AM571x SoCs.
* *
* Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/ * Copyright (C) 2017 Texas Instruments Incorporated - https://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 as
* published by the Free Software Foundation version 2.
*
* 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.
*/ */
/* /*

View file

@ -1,16 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* MMC IOdelay values for TI's DRA74x, DRA75x and AM572x SoCs. * MMC IOdelay values for TI's DRA74x, DRA75x and AM572x SoCs.
* *
* Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/ * Copyright (C) 2017 Texas Instruments Incorporated - https://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 as
* published by the Free Software Foundation version 2.
*
* 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.
*/ */
/* /*

View file

@ -1,14 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Header providing constants for i.MX23 pinctrl bindings. * Header providing constants for i.MX23 pinctrl bindings.
* *
* Copyright (C) 2013 Lothar Waßmann <LW@KARO-electronics.de> * Copyright (C) 2013 Lothar Waßmann <LW@KARO-electronics.de>
*
* The code contained herein is licensed under the GNU General Public
* License. You may obtain a copy of the GNU General Public License
* Version 2 at the following locations:
*
* http://www.opensource.org/licenses/gpl-license.html
* http://www.gnu.org/copyleft/gpl.html
*/ */
#ifndef __DT_BINDINGS_MX23_PINCTRL_H__ #ifndef __DT_BINDINGS_MX23_PINCTRL_H__

View file

@ -1,14 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Header providing constants for i.MX28 pinctrl bindings. * Header providing constants for i.MX28 pinctrl bindings.
* *
* Copyright (C) 2013 Lothar Waßmann <LW@KARO-electronics.de> * Copyright (C) 2013 Lothar Waßmann <LW@KARO-electronics.de>
*
* The code contained herein is licensed under the GNU General Public
* License. You may obtain a copy of the GNU General Public License
* Version 2 at the following locations:
*
* http://www.opensource.org/licenses/gpl-license.html
* http://www.gnu.org/copyleft/gpl.html
*/ */
#ifndef __DT_BINDINGS_MX28_PINCTRL_H__ #ifndef __DT_BINDINGS_MX28_PINCTRL_H__

View file

@ -1,10 +1,5 @@
/* // SPDX-License-Identifier: GPL-2.0-only
* Copyright (C) 2013 Philipp Zabel // Copyright (C) 2013 Philipp Zabel
*
* 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.
*/
/dts-v1/; /dts-v1/;
#include <dt-bindings/gpio/gpio.h> #include <dt-bindings/gpio/gpio.h>

View file

@ -1,14 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Header providing constants for i.MX28 pinctrl bindings. * Header providing constants for i.MX28 pinctrl bindings.
* *
* Copyright (C) 2013 Lothar Waßmann <LW@KARO-electronics.de> * Copyright (C) 2013 Lothar Waßmann <LW@KARO-electronics.de>
*
* The code contained herein is licensed under the GNU General Public
* License. You may obtain a copy of the GNU General Public License
* Version 2 at the following locations:
*
* http://www.opensource.org/licenses/gpl-license.html
* http://www.gnu.org/copyleft/gpl.html
*/ */
#ifndef __DT_BINDINGS_MXS_PINCTRL_H__ #ifndef __DT_BINDINGS_MXS_PINCTRL_H__

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Device Tree Source for OMAP2 SoC * Device Tree Source for OMAP2 SoC
* *
* Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/ * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.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 <dt-bindings/bus/ti-sysc.h> #include <dt-bindings/bus/ti-sysc.h>

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Device Tree Source for OMAP2420 SoC * Device Tree Source for OMAP2420 SoC
* *
* Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.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 "omap2.dtsi" #include "omap2.dtsi"

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Device Tree Source for OMAP243x SoC * Device Tree Source for OMAP243x SoC
* *
* Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.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 "omap2.dtsi" #include "omap2.dtsi"

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Device Tree Source for OMAP3 SoC CPU thermal * Device Tree Source for OMAP3 SoC CPU thermal
* *
* Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/ * Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.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 <dt-bindings/thermal/thermal.h> #include <dt-bindings/thermal/thermal.h>

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Device Tree Source for OMAP3 SoC * Device Tree Source for OMAP3 SoC
* *
* Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/ * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.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 <dt-bindings/bus/ti-sysc.h> #include <dt-bindings/bus/ti-sysc.h>

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Device Tree Source for OMAP34xx/OMAP35xx SoC * Device Tree Source for OMAP34xx/OMAP35xx SoC
* *
* Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/ * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.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 <dt-bindings/bus/ti-sysc.h> #include <dt-bindings/bus/ti-sysc.h>

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Device Tree Source for OMAP3 SoC * Device Tree Source for OMAP3 SoC
* *
* Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.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 <dt-bindings/bus/ti-sysc.h> #include <dt-bindings/bus/ti-sysc.h>

View file

@ -1,12 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Device Tree Source for OMAP4/5 SoC CPU thermal * Device Tree Source for OMAP4/5 SoC CPU thermal
* *
* Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/ * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/
* Contact: Eduardo Valentin <eduardo.valentin@ti.com> * Contact: Eduardo Valentin <eduardo.valentin@ti.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 <dt-bindings/thermal/thermal.h> #include <dt-bindings/thermal/thermal.h>

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Device Tree Source for OMAP443x SoC * Device Tree Source for OMAP443x SoC
* *
* Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/ * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.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 "omap4.dtsi" #include "omap4.dtsi"

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Device Tree Source for OMAP4460 SoC * Device Tree Source for OMAP4460 SoC
* *
* Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.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 "omap4.dtsi" #include "omap4.dtsi"

View file

@ -1,12 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Device Tree Source for OMAP543x SoC CORE thermal * Device Tree Source for OMAP543x SoC CORE thermal
* *
* Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/ * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/
* Contact: Eduardo Valentin <eduardo.valentin@ti.com> * Contact: Eduardo Valentin <eduardo.valentin@ti.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 <dt-bindings/thermal/thermal.h> #include <dt-bindings/thermal/thermal.h>

View file

@ -1,12 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Device Tree Source for OMAP543x SoC GPU thermal * Device Tree Source for OMAP543x SoC GPU thermal
* *
* Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/ * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/
* Contact: Eduardo Valentin <eduardo.valentin@ti.com> * Contact: Eduardo Valentin <eduardo.valentin@ti.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 <dt-bindings/thermal/thermal.h> #include <dt-bindings/thermal/thermal.h>

View file

@ -1,10 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (C) 2014 Thomas Petazzoni <thomas.petazzoni@free-electrons.com> * Copyright (C) 2014 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Copyright (C) 2009 Simon Guinot <sguinot@lacie.com> * Copyright (C) 2009 Simon Guinot <sguinot@lacie.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.
*/ */
/dts-v1/; /dts-v1/;

View file

@ -1,10 +1,5 @@
/* // SPDX-License-Identifier: GPL-2.0-only
* Copyright (C) 2012 Thomas Petazzoni <thomas.petazzoni@free-electrons.com> // Copyright (C) 2012 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.
*/
/* /*
* TODO: add Orion USB device port init when kernel.org support is added. * TODO: add Orion USB device port init when kernel.org support is added.

View file

@ -1,10 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (C) 2014 Thomas Petazzoni <thomas.petazzoni@free-electrons.com> * Copyright (C) 2014 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Copyright (C) Sylver Bruneau <sylver.bruneau@googlemail.com> * Copyright (C) Sylver Bruneau <sylver.bruneau@googlemail.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.
*/ */
/dts-v1/; /dts-v1/;

View file

@ -1,10 +1,5 @@
/* // SPDX-License-Identifier: GPL-2.0-only
* Copyright (C) 2016 Jamie Lentin <jm@lentin.co.uk> // Copyright (C) 2016 Jamie Lentin <jm@lentin.co.uk>
*
* 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 "orion5x.dtsi" #include "orion5x.dtsi"

View file

@ -1,10 +1,5 @@
/* // SPDX-License-Identifier: GPL-2.0-only
* Copyright (C) 2014 Thomas Petazzoni <thomas.petazzoni@free-electrons.com> // Copyright (C) 2014 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.
*/
#include "orion5x.dtsi" #include "orion5x.dtsi"

View file

@ -1,10 +1,5 @@
/* // SPDX-License-Identifier: GPL-2.0-only
* Copyright (C) 2016 Jamie Lentin <jm@lentin.co.uk> // Copyright (C) 2016 Jamie Lentin <jm@lentin.co.uk>
*
* 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.
*/
/dts-v1/; /dts-v1/;

View file

@ -1,10 +1,5 @@
/* // SPDX-License-Identifier: GPL-2.0-only
* Copyright (C) 2014 Thomas Petazzoni <thomas.petazzoni@free-electrons.com> // Copyright (C) 2014 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.
*/
/dts-v1/; /dts-v1/;

View file

@ -1,10 +1,5 @@
/* // SPDX-License-Identifier: GPL-2.0-only
* Copyright (C) 2012 Thomas Petazzoni <thomas.petazzoni@free-electrons.com> // Copyright (C) 2012 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 MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16)) #define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16))

View file

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* AURORA shared L2 cache controller support * AURORA shared L2 cache controller support
* *
@ -5,10 +6,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>
*
* 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 __ASM_ARM_HARDWARE_AURORA_L2_H #ifndef __ASM_ARM_HARDWARE_AURORA_L2_H

View file

@ -1,13 +1,9 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* arch/arm/include/asm/hardware/cache-feroceon-l2.h * arch/arm/include/asm/hardware/cache-feroceon-l2.h
* *
* Copyright (C) 2008 Marvell Semiconductor * Copyright (C) 2008 Marvell Semiconductor
*
* 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.
*/ */
extern void __init feroceon_l2_init(int l2_wt_override); extern void __init feroceon_l2_init(int l2_wt_override);
extern int __init feroceon_of_init(void); extern int __init feroceon_of_init(void);

View file

@ -1,11 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* arch/arm/include/asm/hardware/cache-tauros2.h * arch/arm/include/asm/hardware/cache-tauros2.h
* *
* Copyright (C) 2008 Marvell Semiconductor * Copyright (C) 2008 Marvell Semiconductor
*
* 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 CACHE_TAUROS2_PREFETCH_ON (1 << 0) #define CACHE_TAUROS2_PREFETCH_ON (1 << 0)

View file

@ -1,15 +1,5 @@
/* /* SPDX-License-Identifier: GPL-2.0-only */
* Copyright (C) 2016 Broadcom /* Copyright (C) 2016 Broadcom */
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation version 2.
*
* 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/serial_reg.h> #include <linux/serial_reg.h>
#include <asm/cputype.h> #include <asm/cputype.h>

View file

@ -1,14 +1,7 @@
# SPDX-License-Identifier: GPL-2.0-only
# #
# Copyright (C) 2012-2015 Broadcom Corporation # Copyright (C) 2012-2015 Broadcom Corporation
# #
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation version 2.
#
# 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.
# Cygnus # Cygnus
obj-$(CONFIG_ARCH_BCM_CYGNUS) += bcm_cygnus.o obj-$(CONFIG_ARCH_BCM_CYGNUS) += bcm_cygnus.o

View file

@ -1,15 +1,5 @@
/* // SPDX-License-Identifier: GPL-2.0-only
* Copyright (C) 2014 Broadcom Corporation // Copyright (C) 2014 Broadcom Corporation
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation version 2.
*
* 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 <asm/mach/arch.h> #include <asm/mach/arch.h>

View file

@ -1,15 +1,5 @@
/* // SPDX-License-Identifier: GPL-2.0-only
* Copyright (C) 2017 Broadcom // Copyright (C) 2017 Broadcom
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation version 2.
*
* 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 <asm/mach/arch.h> #include <asm/mach/arch.h>

View file

@ -1,15 +1,5 @@
/* // SPDX-License-Identifier: GPL-2.0-only
* Copyright (C) 2013 Broadcom Corporation // Copyright (C) 2013 Broadcom Corporation
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation version 2.
*
* 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/smp.h> #include <linux/smp.h>
#include <linux/io.h> #include <linux/io.h>
#include <linux/ioport.h> #include <linux/ioport.h>

View file

@ -1,15 +1,5 @@
/* /* SPDX-License-Identifier: GPL-2.0-only */
* Copyright (C) 2013 Broadcom Corporation /* Copyright (C) 2013 Broadcom Corporation */
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation version 2.
*
* 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 BCM_KONA_SMC_H #ifndef BCM_KONA_SMC_H
#define BCM_KONA_SMC_H #define BCM_KONA_SMC_H

View file

@ -1,15 +1,5 @@
/* // SPDX-License-Identifier: GPL-2.0-only
* Copyright (C) 2015 Broadcom Corporation // Copyright (C) 2015 Broadcom Corporation
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation version 2.
*
* 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 <asm/mach/arch.h> #include <asm/mach/arch.h>

View file

@ -1,15 +1,5 @@
/* // SPDX-License-Identifier: GPL-2.0-only
* Copyright (C) 2014 Broadcom Corporation // Copyright (C) 2014 Broadcom Corporation
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation version 2.
*
* 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 <asm/mach/arch.h> #include <asm/mach/arch.h>

View file

@ -1,15 +1,5 @@
/* // SPDX-License-Identifier: GPL-2.0-only
* Copyright (C) 2016 Broadcom // Copyright (C) 2016 Broadcom
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation version 2.
*
* 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/of_platform.h> #include <linux/of_platform.h>

View file

@ -1,15 +1,5 @@
/* // SPDX-License-Identifier: GPL-2.0-only
* Copyright (C) 2012-2014 Broadcom Corporation // Copyright (C) 2012-2014 Broadcom Corporation
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation version 2.
*
* 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/clocksource.h> #include <linux/clocksource.h>
#include <linux/of_address.h> #include <linux/of_address.h>

View file

@ -1,15 +1,5 @@
/* // SPDX-License-Identifier: GPL-2.0-only
* Copyright (C) 2013-2014 Broadcom Corporation // Copyright (C) 2013-2014 Broadcom Corporation
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation version 2.
*
* 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/irqchip.h> #include <linux/irqchip.h>

View file

@ -1,15 +1,5 @@
/* // SPDX-License-Identifier: GPL-2.0-only
* Copyright (C) 2012-2014 Broadcom Corporation // Copyright (C) 2012-2014 Broadcom Corporation
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation version 2.
*
* 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>

View file

@ -1,15 +1,5 @@
/* /* SPDX-License-Identifier: GPL-2.0-only */
* Copyright (C) 2012-2014 Broadcom Corporation /* Copyright (C) 2012-2014 Broadcom Corporation */
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation version 2.
*
* 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.
*/
#ifdef CONFIG_ARCH_BCM_MOBILE_L2_CACHE #ifdef CONFIG_ARCH_BCM_MOBILE_L2_CACHE
void kona_l2_cache_init(void); void kona_l2_cache_init(void);

View file

@ -1,16 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Broadcom STB CPU SMP and hotplug support for ARM * Broadcom STB CPU SMP and hotplug support for ARM
* *
* Copyright (C) 2013-2014 Broadcom Corporation * Copyright (C) 2013-2014 Broadcom Corporation
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation version 2.
*
* 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>

View file

@ -1,13 +1,11 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* TI DA830/OMAP L137 EVM board * TI DA830/OMAP L137 EVM board
* *
* Author: Mark A. Greer <mgreer@mvista.com> * Author: Mark A. Greer <mgreer@mvista.com>
* Derived from: arch/arm/mach-davinci/board-dm644x-evm.c * Derived from: arch/arm/mach-davinci/board-dm644x-evm.c
* *
* 2007, 2009 (c) MontaVista Software, Inc. This file is licensed under * 2007, 2009 (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/kernel.h> #include <linux/kernel.h>
#include <linux/init.h> #include <linux/init.h>

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* TI DA850/OMAP-L138 EVM board * TI DA850/OMAP-L138 EVM board
* *
@ -6,10 +7,7 @@
* Derived from: arch/arm/mach-davinci/board-da830-evm.c * Derived from: arch/arm/mach-davinci/board-da830-evm.c
* Original Copyrights follow: * Original Copyrights follow:
* *
* 2007, 2009 (c) MontaVista Software, Inc. This file is licensed under * 2007, 2009 (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/console.h> #include <linux/console.h>
#include <linux/delay.h> #include <linux/delay.h>

View file

@ -1,12 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* TI DaVinci EVM board support * TI DaVinci EVM board support
* *
* Author: Kevin Hilman, Deep Root Systems, LLC * Author: Kevin Hilman, Deep Root Systems, LLC
* *
* 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 <linux/kernel.h> #include <linux/kernel.h>
#include <linux/init.h> #include <linux/init.h>

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* DM355 leopard board support * DM355 leopard board support
* *
* Based on board-dm355-evm.c * Based on board-dm355-evm.c
*
* 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/init.h> #include <linux/init.h>

View file

@ -1,16 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* TI DaVinci DM365 EVM board support * TI DaVinci DM365 EVM board support
* *
* Copyright (C) 2009 Texas Instruments Incorporated * Copyright (C) 2009 Texas Instruments Incorporated
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation version 2.
*
* 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>
#include <linux/init.h> #include <linux/init.h>
@ -861,4 +853,3 @@ MACHINE_START(DAVINCI_DM365_EVM, "DaVinci DM365 EVM")
.init_late = davinci_init_late, .init_late = davinci_init_late,
.dma_zone_size = SZ_128M, .dma_zone_size = SZ_128M,
MACHINE_END MACHINE_END

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Critical Link MityOMAP-L138 SoM * Critical Link MityOMAP-L138 SoM
* *
* Copyright (C) 2010 Critical Link LLC - https://www.criticallink.com * Copyright (C) 2010 Critical Link LLC - https://www.criticallink.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) "MityOMAPL138: " fmt #define pr_fmt(fmt) "MityOMAPL138: " fmt

View file

@ -1,13 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Hawkboard.org based on TI's OMAP-L138 Platform * Hawkboard.org based on TI's OMAP-L138 Platform
* *
* Initial code: Syed Mohammed Khasim * Initial code: Syed Mohammed Khasim
* *
* Copyright (C) 2009 Texas Instruments Incorporated - https://www.ti.com * Copyright (C) 2009 Texas Instruments Incorporated - https://www.ti.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/init.h> #include <linux/init.h>

View file

@ -1,12 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Code commons to all DaVinci SoCs. * Code commons to all DaVinci SoCs.
* *
* Author: Mark A. Greer <mgreer@mvista.com> * Author: Mark A. Greer <mgreer@mvista.com>
* *
* 2009 (c) MontaVista Software, Inc. This file is licensed under * 2009 (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/io.h> #include <linux/io.h>

View file

@ -1,12 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Header for code common to all DaVinci machines. * Header for code common to all DaVinci machines.
* *
* Author: Kevin Hilman, MontaVista Software, Inc. <source@mvista.com> * Author: Kevin Hilman, MontaVista Software, Inc. <source@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.
*/ */
#ifndef __ARCH_ARM_MACH_DAVINCI_COMMON_H #ifndef __ARCH_ARM_MACH_DAVINCI_COMMON_H

View file

@ -1,11 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* TI DaVinci cpuidle platform support * TI DaVinci cpuidle platform support
* *
* 2009 (C) Texas Instruments, Inc. https://www.ti.com/ * 2009 (C) Texas Instruments, Inc. https://www.ti.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 _MACH_DAVINCI_CPUIDLE_H #ifndef _MACH_DAVINCI_CPUIDLE_H
#define _MACH_DAVINCI_CPUIDLE_H #define _MACH_DAVINCI_CPUIDLE_H

View file

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* DaVinci CPU type detection * DaVinci CPU type detection
* *
@ -8,10 +9,7 @@
* compiled in to the kernel, the macros return 0 so that * compiled in to the kernel, the macros return 0 so that
* resulting code can be optimized out. * resulting code can be optimized out.
* *
* 2009 (c) Deep Root Systems, LLC. This file is licensed under * 2009 (c) Deep Root Systems, LLC.
* 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 _ASM_ARCH_CPU_H #ifndef _ASM_ARCH_CPU_H
#define _ASM_ARCH_CPU_H #define _ASM_ARCH_CPU_H

View file

@ -1,12 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* TI DA830/OMAP L137 chip specific setup * TI DA830/OMAP L137 chip specific setup
* *
* Author: Mark A. Greer <mgreer@mvista.com> * Author: Mark A. Greer <mgreer@mvista.com>
* *
* 2009 (c) MontaVista Software, Inc. This file is licensed under * 2009 (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/clk-provider.h> #include <linux/clk-provider.h>
#include <linux/clk/davinci.h> #include <linux/clk/davinci.h>

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* TI DA850/OMAP-L138 chip specific setup * TI DA850/OMAP-L138 chip specific setup
* *
@ -6,10 +7,7 @@
* Derived from: arch/arm/mach-davinci/da830.c * Derived from: arch/arm/mach-davinci/da830.c
* Original Copyrights follow: * Original Copyrights follow:
* *
* 2009 (c) MontaVista Software, Inc. This file is licensed under * 2009 (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/clk-provider.h> #include <linux/clk-provider.h>

View file

@ -1,12 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Chip specific defines for DA8XX/OMAP L1XX SoC * Chip specific defines for DA8XX/OMAP L1XX SoC
* *
* Author: Mark A. Greer <mgreer@mvista.com> * Author: Mark A. Greer <mgreer@mvista.com>
* *
* 2007, 2009-2010 (c) MontaVista Software, Inc. This file is licensed under * 2007, 2009-2010 (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 __ASM_ARCH_DAVINCI_DA8XX_H #ifndef __ASM_ARCH_DAVINCI_DA8XX_H
#define __ASM_ARCH_DAVINCI_DA8XX_H #define __ASM_ARCH_DAVINCI_DA8XX_H

View file

@ -1,18 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* This file contains the processor specific definitions * This file contains the processor specific definitions
* of the TI DM644x, DM355, DM365, and DM646x. * of the TI DM644x, DM355, DM365, and DM646x.
* *
* Copyright (C) 2011 Texas Instruments Incorporated * Copyright (C) 2011 Texas Instruments Incorporated
* Copyright (c) 2007 Deep Root Systems, LLC * Copyright (c) 2007 Deep Root Systems, LLC
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation version 2.
*
* 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 __DAVINCI_H #ifndef __DAVINCI_H
#define __DAVINCI_H #define __DAVINCI_H

View file

@ -1,12 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* TI DaVinci DM355 chip specific setup * TI DaVinci DM355 chip specific setup
* *
* Author: Kevin Hilman, Deep Root Systems, LLC * Author: Kevin Hilman, Deep Root Systems, LLC
* *
* 2007 (c) Deep Root Systems, LLC. This file is licensed under * 2007 (c) Deep Root Systems, LLC.
* 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,16 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* TI DaVinci DM365 chip specific setup * TI DaVinci DM365 chip specific setup
* *
* Copyright (C) 2009 Texas Instruments * Copyright (C) 2009 Texas Instruments
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation version 2.
*
* 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>

View file

@ -1,12 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Hardware definitions common to all DaVinci family processors * Hardware definitions common to all DaVinci family processors
* *
* Author: Kevin Hilman, Deep Root Systems, LLC * Author: Kevin Hilman, Deep Root Systems, LLC
* *
* 2007 (c) Deep Root Systems, LLC. This file is licensed under * 2007 (c) Deep Root Systems, LLC.
* 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 __ASM_ARCH_HARDWARE_H #ifndef __ASM_ARCH_HARDWARE_H
#define __ASM_ARCH_HARDWARE_H #define __ASM_ARCH_HARDWARE_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Utility to set the DAVINCI MUX register from a table in mux.h * Utility to set the DAVINCI MUX register from a table in mux.h
* *
@ -8,10 +9,7 @@
* *
* Written by Tony Lindgren * Written by Tony Lindgren
* *
* 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.
* *
* Copyright (C) 2008 Texas Instruments. * Copyright (C) 2008 Texas Instruments.
*/ */

View file

@ -1,12 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Pin-multiplex helper macros for TI DaVinci family devices * Pin-multiplex helper macros for TI DaVinci family devices
* *
* Author: Vladimir Barinov, MontaVista Software, Inc. <source@mvista.com> * Author: Vladimir Barinov, MontaVista Software, Inc. <source@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.
* *
* Copyright (C) 2008 Texas Instruments. * Copyright (C) 2008 Texas Instruments.
*/ */

View file

@ -1,16 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* TI DaVinci platform support for power management. * TI DaVinci platform support for power management.
* *
* Copyright (C) 2009 Texas Instruments, Inc. https://www.ti.com/ * Copyright (C) 2009 Texas Instruments, Inc. https://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 as
* published by the Free Software Foundation version 2.
*
* 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 _MACH_DAVINCI_PM_H #ifndef _MACH_DAVINCI_PM_H
#define _MACH_DAVINCI_PM_H #define _MACH_DAVINCI_PM_H

View file

@ -1,13 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Runtime PM support code for DaVinci * Runtime PM support code for DaVinci
* *
* Author: Kevin Hilman * Author: Kevin Hilman
* *
* Copyright (C) 2012 Texas Instruments, Inc. * Copyright (C) 2012 Texas Instruments, 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/init.h> #include <linux/init.h>
#include <linux/pm_runtime.h> #include <linux/pm_runtime.h>

View file

@ -1,12 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* DaVinci serial device definitions * DaVinci serial device definitions
* *
* Author: Kevin Hilman, MontaVista Software, Inc. <source@mvista.com> * Author: Kevin Hilman, MontaVista Software, Inc. <source@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.
*/ */
#ifndef __ASM_ARCH_SERIAL_H #ifndef __ASM_ARCH_SERIAL_H
#define __ASM_ARCH_SERIAL_H #define __ASM_ARCH_SERIAL_H

View file

@ -1,10 +1,5 @@
/* /* SPDX-License-Identifier: GPL-2.0-only */
* Mbus-L to Mbus Bridge Registers /* Mbus-L to Mbus Bridge Registers */
*
* 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 __ASM_ARCH_BRIDGE_REGS_H #ifndef __ASM_ARCH_BRIDGE_REGS_H
#define __ASM_ARCH_BRIDGE_REGS_H #define __ASM_ARCH_BRIDGE_REGS_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* arch/arm/mach-dove/cm-a510.c * arch/arm/mach-dove/cm-a510.c
* *
@ -5,10 +6,6 @@
* Konstantin Sinyuk <kostyas@compulab.co.il> * Konstantin Sinyuk <kostyas@compulab.co.il>
* *
* Based on Marvell DB-MV88AP510-BP Development Board Setup * Based on Marvell DB-MV88AP510-BP Development Board Setup
*
* 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,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* arch/arm/mach-dove/common.c * arch/arm/mach-dove/common.c
* *
* Core functions for Marvell Dove 88AP510 System On Chip * Core functions for Marvell Dove 88AP510 System On Chip
*
* 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 */
/* /*
* arch/arm/mach-dove/common.h * arch/arm/mach-dove/common.h
* *
* Core functions for Marvell Dove 88AP510 System On Chip * Core functions for Marvell Dove 88AP510 System On Chip
*
* 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 __ARCH_DOVE_COMMON_H #ifndef __ARCH_DOVE_COMMON_H

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* arch/arm/mach-dove/dove-db-setup.c * arch/arm/mach-dove/dove-db-setup.c
* *
* Marvell DB-MV88AP510-BP Development Board Setup * Marvell DB-MV88AP510-BP Development Board Setup
*
* 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,10 +1,5 @@
/* /* SPDX-License-Identifier: GPL-2.0-only */
* Generic definitions for Marvell Dove 88AP510 SoC /* Generic definitions for Marvell Dove 88AP510 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.
*/
#ifndef __ASM_ARCH_DOVE_H #ifndef __ASM_ARCH_DOVE_H
#define __ASM_ARCH_DOVE_H #define __ASM_ARCH_DOVE_H

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* arch/arm/mach-dove/irq.c * arch/arm/mach-dove/irq.c
* *
* Dove IRQ handling. * Dove IRQ handling.
*
* 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/init.h> #include <linux/init.h>
#include <linux/irq.h> #include <linux/irq.h>

View file

@ -1,10 +1,5 @@
/* /* SPDX-License-Identifier: GPL-2.0-only */
* IRQ definitions for Marvell Dove 88AP510 SoC /* IRQ definitions for Marvell Dove 88AP510 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.
*/
#ifndef __ASM_ARCH_IRQS_H #ifndef __ASM_ARCH_IRQS_H
#define __ASM_ARCH_IRQS_H #define __ASM_ARCH_IRQS_H

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* arch/arm/mach-dove/mpp.c * arch/arm/mach-dove/mpp.c
* *
* MPP functions for Marvell Dove SoCs * MPP functions for Marvell Dove 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.
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* arch/arm/mach-dove/pcie.c * arch/arm/mach-dove/pcie.c
* *
* PCIe functions for Marvell Dove 88AP510 SoC * PCIe functions for Marvell Dove 88AP510 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.
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>

View file

@ -1,8 +1,4 @@
/* /* SPDX-License-Identifier: GPL-2.0-only */
* 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 __ASM_ARCH_PM_H #ifndef __ASM_ARCH_PM_H
#define __ASM_ARCH_PM_H #define __ASM_ARCH_PM_H

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Device Tree board file for NXP LPC18xx/43xx * Device Tree board file for NXP LPC18xx/43xx
* *
* 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 <asm/mach/arch.h> #include <asm/mach/arch.h>

View file

@ -1,13 +1,11 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* arch/arm/mach-lpc32xx/pm.c * arch/arm/mach-lpc32xx/pm.c
* *
* Original authors: Vitaly Wool, Dmitry Chigirev <source@mvista.com> * Original authors: Vitaly Wool, Dmitry Chigirev <source@mvista.com>
* Modified by Kevin Wells <kevin.wells@nxp.com> * Modified by Kevin Wells <kevin.wells@nxp.com>
* *
* 2005 (c) MontaVista Software, Inc. This file is licensed under * 2005 (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.
*/ */
/* /*

View file

@ -1,13 +1,11 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* arch/arm/mach-lpc32xx/suspend.S * arch/arm/mach-lpc32xx/suspend.S
* *
* Original authors: Dmitry Chigirev, Vitaly Wool <source@mvista.com> * Original authors: Dmitry Chigirev, Vitaly Wool <source@mvista.com>
* Modified by Kevin Wells <kevin.wells@nxp.com> * Modified by Kevin Wells <kevin.wells@nxp.com>
* *
* 2005 (c) MontaVista Software, Inc. This file is licensed under * 2005 (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/linkage.h> #include <linux/linkage.h>
#include <asm/assembler.h> #include <asm/assembler.h>

View file

@ -1,8 +1,4 @@
/* /* SPDX-License-Identifier: GPL-2.0-only */
* 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 __ASM_ARCH_BRIDGE_REGS_H #ifndef __ASM_ARCH_BRIDGE_REGS_H
#define __ASM_ARCH_BRIDGE_REGS_H #define __ASM_ARCH_BRIDGE_REGS_H

View file

@ -1,13 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* arch/arm/mach-mv78xx0/buffalo-wxl-setup.c * arch/arm/mach-mv78xx0/buffalo-wxl-setup.c
* *
* Buffalo WXL (Terastation Duo) Setup routines * Buffalo WXL (Terastation Duo) Setup routines
* *
* sebastien requiem <sebastien@requiem.fr> * sebastien requiem <sebastien@requiem.fr>
*
* 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,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* arch/arm/mach-mv78xx0/common.c * arch/arm/mach-mv78xx0/common.c
* *
* Core functions for Marvell MV78xx0 SoCs * Core functions for Marvell MV78xx0 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.
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>

View file

@ -1,11 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* arch/arm/mach-mv78xx0/common.h * arch/arm/mach-mv78xx0/common.h
* *
* Core functions for Marvell MV78xx0 SoCs * Core functions for Marvell MV78xx0 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.
*/ */
#ifndef __ARCH_MV78XX0_COMMON_H #ifndef __ARCH_MV78XX0_COMMON_H

Some files were not shown because too many files have changed in this diff Show more