Skip to content

Commit

Permalink
drivers: cosmetic: Convert SPDX license tags to Linux Kernel style
Browse files Browse the repository at this point in the history
Complete in the drivers directory the work started with
commit 83d290c ("SPDX: Convert all of our single
license tags to Linux Kernel style").

Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Patrick Delaunay <[email protected]>
  • Loading branch information
patrickdelaunay authored and trini committed Oct 28, 2018
1 parent 24a7251 commit 22929e1
Show file tree
Hide file tree
Showing 24 changed files with 32 additions and 38 deletions.
3 changes: 1 addition & 2 deletions drivers/adc/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (C) 2015 Samsung Electronics
# Przemyslaw Marczak <[email protected]>
#
# SPDX-License-Identifier: GPL-2.0+
#

obj-$(CONFIG_ADC) += adc-uclass.o
obj-$(CONFIG_ADC_EXYNOS) += exynos-adc.o
Expand Down
3 changes: 1 addition & 2 deletions drivers/axi/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# SPDX-License-Identifier: GPL-2.0+
#
# (C) Copyright 2017
# Mario Six, Guntermann & Drunck GmbH, [email protected]
#
# SPDX-License-Identifier: GPL-2.0+
#

obj-$(CONFIG_AXI) += axi-uclass.o
obj-$(CONFIG_IHS_AXI) += ihs_axi.o
Expand Down
2 changes: 1 addition & 1 deletion drivers/board/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: GPL-2.0+
# SPDX-License-Identifier: GPL-2.0+
#
# (C) Copyright 2017
# Mario Six, Guntermann & Drunck GmbH, [email protected]
Expand Down
1 change: 0 additions & 1 deletion drivers/board/gazerbeam.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* (C) Copyright 2017
* Mario Six, Guntermann & Drunck GmbH, [email protected]
*
* SPDX-License-Identifier: GPL-2.0+
*/

enum {
Expand Down
3 changes: 1 addition & 2 deletions drivers/clk/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (c) 2015 Google, Inc
# Wolfgang Denk, DENX Software Engineering, [email protected].
#
# SPDX-License-Identifier: GPL-2.0+
#

obj-$(CONFIG_$(SPL_TPL_)CLK) += clk-uclass.o clk_fixed_rate.o

Expand Down
3 changes: 1 addition & 2 deletions drivers/clk/altera/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (C) 2018 Marek Vasut <[email protected]>
#
# SPDX-License-Identifier: GPL-2.0+
#

obj-$(CONFIG_TARGET_SOCFPGA_ARRIA10) += clk-arria10.o
3 changes: 1 addition & 2 deletions drivers/clk/aspeed/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (c) 2016 Google, Inc
#
# SPDX-License-Identifier: GPL-2.0+
#

obj-$(CONFIG_ASPEED_AST2500) += clk_ast2500.o
2 changes: 1 addition & 1 deletion drivers/clk/owl/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# SPDX-License-Identifier: GPL-2.0+
# SPDX-License-Identifier: GPL-2.0+

obj-$(CONFIG_CLK_S900) += clk_s900.o
3 changes: 1 addition & 2 deletions drivers/clk/rockchip/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (c) 2017 Rockchip Electronics Co., Ltd
#
# SPDX-License-Identifier: GPL-2.0+
#

obj-$(CONFIG_ROCKCHIP_RK3036) += clk_rk3036.o
obj-$(CONFIG_ROCKCHIP_RK3128) += clk_rk3128.o
Expand Down
3 changes: 2 additions & 1 deletion drivers/clk/tegra/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
#
# Copyright (c) 2016, NVIDIA CORPORATION.
#
# SPDX-License-Identifier: GPL-2.0

obj-$(CONFIG_TEGRA_CAR_CLOCK) += tegra-car-clk.o
obj-$(CONFIG_TEGRA186_CLOCK) += tegra186-clk.o
4 changes: 2 additions & 2 deletions drivers/cpu/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (c) 2015 Google, Inc
# Wolfgang Denk, DENX Software Engineering, [email protected].
#
# SPDX-License-Identifier: GPL-2.0+
#

obj-$(CONFIG_CPU) += cpu-uclass.o

obj-$(CONFIG_ARCH_BMIPS) += bmips_cpu.o
Expand Down
2 changes: 1 addition & 1 deletion drivers/fastboot/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: GPL-2.0+
# SPDX-License-Identifier: GPL-2.0+

obj-y += fb_common.o
obj-y += fb_getvar.o
Expand Down
3 changes: 2 additions & 1 deletion drivers/mailbox/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
#
# Copyright (c) 2016, NVIDIA CORPORATION.
#
# SPDX-License-Identifier: GPL-2.0

obj-$(CONFIG_$(SPL_)DM_MAILBOX) += mailbox-uclass.o
obj-$(CONFIG_SANDBOX_MBOX) += sandbox-mbox.o
Expand Down
4 changes: 2 additions & 2 deletions drivers/misc/fs_loader.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) 2018 Intel Corporation <www.intel.com>
*
* SPDX-License-Identifier: GPL-2.0
*/
#include <common.h>
#include <dm.h>
Expand Down
3 changes: 2 additions & 1 deletion drivers/net/pfe_eth/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright 2015-2016 Freescale Semiconductor, Inc.
# Copyright 2017 NXP
#
# SPDX-License-Identifier:GPL-2.0+

# Layerscape PFE driver
obj-y += pfe_cmd.o \
Expand Down
4 changes: 2 additions & 2 deletions drivers/phy/allwinner/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2016 Amarula Solutions
# SPDX-License-Identifier: GPL-2.0+
#
# SPDX-License-Identifier: GPL-2.0+
# Copyright (C) 2016 Amarula Solutions
#

obj-$(CONFIG_PHY_SUN4I_USB) += phy-sun4i-usb.o
3 changes: 2 additions & 1 deletion drivers/power/domain/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
#
# Copyright (c) 2016, NVIDIA CORPORATION.
#
# SPDX-License-Identifier: GPL-2.0

obj-$(CONFIG_$(SPL_)POWER_DOMAIN) += power-domain-uclass.o
obj-$(CONFIG_BCM6328_POWER_DOMAIN) += bcm6328-power-domain.o
Expand Down
3 changes: 1 addition & 2 deletions drivers/power/regulator/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (C) 2015 Samsung Electronics
# Przemyslaw Marczak <[email protected]>
#
# SPDX-License-Identifier: GPL-2.0+
#

obj-$(CONFIG_$(SPL_)DM_REGULATOR) += regulator-uclass.o
obj-$(CONFIG_REGULATOR_ACT8846) += act8846.o
Expand Down
3 changes: 1 addition & 2 deletions drivers/ram/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (c) 2015 Google, Inc
# Wolfgang Denk, DENX Software Engineering, [email protected].
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-$(CONFIG_RAM) += ram-uclass.o
obj-$(CONFIG_MPC83XX_SDRAM) += mpc83xx_sdram.o
obj-$(CONFIG_SANDBOX) += sandbox_ram.o
Expand Down
3 changes: 1 addition & 2 deletions drivers/ram/rockchip/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (c) 2017 Theobroma Systems Design und Consulting GmbH
#
# SPDX-License-Identifier: GPL-2.0+
#

obj-$(CONFIG_ROCKCHIP_RK3368) = dmc-rk3368.o
obj-$(CONFIG_ROCKCHIP_RK3128) = sdram_rk3128.o
Expand Down
3 changes: 2 additions & 1 deletion drivers/reset/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
#
# Copyright (c) 2016, NVIDIA CORPORATION.
#
# SPDX-License-Identifier: GPL-2.0

obj-$(CONFIG_DM_RESET) += reset-uclass.o
obj-$(CONFIG_SANDBOX_MBOX) += sandbox-reset.o
Expand Down
4 changes: 2 additions & 2 deletions drivers/usb/common/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# (C) Copyright 2016 Freescale Semiconductor, Inc.
# SPDX-License-Identifier: GPL-2.0+
#
# SPDX-License-Identifier: GPL-2.0+
# (C) Copyright 2016 Freescale Semiconductor, Inc.
#

obj-$(CONFIG_DM_USB) += common.o
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/dwc3/dwc3-generic.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
// SPDX-License-Identifier: GPL-2.0
/*
* Generic DWC3 Glue layer
*
Expand Down
3 changes: 1 addition & 2 deletions drivers/video/tegra124/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (c) 2014 Google, Inc
#
# SPDX-License-Identifier: GPL-2.0+
#

obj-y += display.o
obj-y += dp.o
Expand Down

0 comments on commit 22929e1

Please sign in to comment.