Commit 5b5e9ba3f7f40f12b3a69bb1cf3828cf3dd5e315

Authored by Simon Glass
1 parent f9fd4558ea

exynos: sandbox: ti: Add SPDX license identifiers and notes

For some files I neglected to add a license. Rectify this:

arch/arm/dts/exynos4210-pinctrl-uboot.dtsi
arch/arm/dts/exynos4x12-pinctrl-uboot.dtsi
arch/arm/dts/exynos5250-pinctrl-uboot.dtsi
arch/arm/dts/exynos54xx-pinctrl-uboot.dtsi
arch/arm/dts/s5pc100-pinctrl.dtsi
arch/arm/dts/s5pc110-pinctrl.dtsi

This file came from Linux and has no license information there, so add a
comment to that effect:

arch/sandbox/include/asm/bitops.h

This file also came from Linux - presumably someone from TI could add the
license:

include/dt-bindings/pinctrl/omap.h

Signed-off-by: Simon Glass <sjg@chromium.org>
Reported-by: Ingrid Viitanen <ingrid.viitanen@nokia.com>

Showing 7 changed files with 14 additions and 0 deletions Side-by-side Diff

arch/arm/dts/exynos4210-pinctrl-uboot.dtsi
... ... @@ -2,6 +2,8 @@
2 2 * U-Boot additions to enable a generic Exynos GPIO driver
3 3 *
4 4 * Copyright (c) 2014 Google, Inc
  5 + *
  6 + * SPDX-License-Identifier: GPL-2.0+
5 7 */
6 8  
7 9 /{
arch/arm/dts/exynos4x12-pinctrl-uboot.dtsi
... ... @@ -2,6 +2,8 @@
2 2 * U-Boot additions to enable a generic Exynos GPIO driver
3 3 *
4 4 * Copyright (c) 2014 Google, Inc
  5 + *
  6 + * SPDX-License-Identifier: GPL-2.0+
5 7 */
6 8  
7 9 /{
arch/arm/dts/exynos5250-pinctrl-uboot.dtsi
... ... @@ -2,6 +2,8 @@
2 2 * U-Boot additions to enable a generic Exynos GPIO driver
3 3 *
4 4 * Copyright (c) 2014 Google, Inc
  5 + *
  6 + * SPDX-License-Identifier: GPL-2.0+
5 7 */
6 8  
7 9 /{
arch/arm/dts/exynos54xx-pinctrl-uboot.dtsi
... ... @@ -2,6 +2,8 @@
2 2 * U-Boot additions to enable a generic Exynos GPIO driver
3 3 *
4 4 * Copyright (c) 2014 Google, Inc
  5 + *
  6 + * SPDX-License-Identifier: GPL-2.0+
5 7 */
6 8  
7 9 /{
arch/arm/dts/s5pc100-pinctrl.dtsi
... ... @@ -2,6 +2,8 @@
2 2 * U-Boot additions to enable a generic Exynos GPIO driver
3 3 *
4 4 * Copyright (c) 2014 Google, Inc
  5 + *
  6 + * SPDX-License-Identifier: GPL-2.0+
5 7 */
6 8  
7 9 / {
arch/arm/dts/s5pc110-pinctrl.dtsi
... ... @@ -2,6 +2,8 @@
2 2 * U-Boot additions to enable a generic Exynos GPIO driver
3 3 *
4 4 * Copyright (c) 2014 Google, Inc
  5 + *
  6 + * SPDX-License-Identifier: GPL-2.0+
5 7 */
6 8  
7 9 / {
arch/sandbox/include/asm/bitops.h
1 1 /*
2 2 * Copyright (c) 2011 The Chromium OS Authors.
3 3 *
  4 + * Modified from Linux arch/arm/include/asm/bitops.h
  5 + *
4 6 * Copyright 1995, Russell King.
5 7 * Various bits and pieces copyrights include:
6 8 * Linus Torvalds (test_bit).