Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

phy: renesas: use SPDX identifier for Renesas drivers

Use SPDX identifier for Renesas drivers.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>

authored by

Wolfram Sang and committed by
Kishon Vijay Abraham I
eee0e5da c339d3e0

+3 -12
+1 -4
drivers/phy/renesas/phy-rcar-gen2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Renesas R-Car Gen2 PHY driver 3 4 * 4 5 * Copyright (C) 2014 Renesas Solutions Corp. 5 6 * Copyright (C) 2014 Cogent Embedded, Inc. 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 7 */ 11 8 12 9 #include <linux/clk.h>
+1 -4
drivers/phy/renesas/phy-rcar-gen3-usb2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Renesas R-Car Gen3 for USB2.0 PHY driver 3 4 * ··· 7 6 * This is based on the phy-rcar-gen2 driver: 8 7 * Copyright (C) 2014 Renesas Solutions Corp. 9 8 * Copyright (C) 2014 Cogent Embedded, Inc. 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License version 2 as 13 - * published by the Free Software Foundation. 14 9 */ 15 10 16 11 #include <linux/extcon-provider.h>
+1 -4
drivers/phy/renesas/phy-rcar-gen3-usb3.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Renesas R-Car Gen3 for USB3.0 PHY driver 3 4 * 4 5 * Copyright (C) 2017 Renesas Electronics Corporation 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 9 6 */ 10 7 11 8 #include <linux/clk.h>