2019-05-20 18:11:53

by Neil Armstrong

[permalink] [raw]
Subject: [PATCH 0/2] phy: amlogic: update with SPDX Licence identifier

Update the SPDX Licence identifier for the Amlogic Meson8b and GXL PHY
drivers.

Neil Armstrong (2):
phy: amlogic: phy-meson-gxl-usb2: update with SPDX Licence identifier
phy: amlogic: phy-meson8b-usb2: update with SPDX Licence identifier

drivers/phy/amlogic/phy-meson-gxl-usb2.c | 8 +-------
drivers/phy/amlogic/phy-meson8b-usb2.c | 8 +-------
2 files changed, 2 insertions(+), 14 deletions(-)

--
2.21.0



2019-05-20 18:11:56

by Neil Armstrong

[permalink] [raw]
Subject: [PATCH 2/2] phy: amlogic: phy-meson8b-usb2: update with SPDX Licence identifier

Signed-off-by: Neil Armstrong <[email protected]>
---
drivers/phy/amlogic/phy-meson8b-usb2.c | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/drivers/phy/amlogic/phy-meson8b-usb2.c b/drivers/phy/amlogic/phy-meson8b-usb2.c
index 9c01b7e19b06..5f17f10f4df9 100644
--- a/drivers/phy/amlogic/phy-meson8b-usb2.c
+++ b/drivers/phy/amlogic/phy-meson8b-usb2.c
@@ -1,14 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Meson8, Meson8b and GXBB USB2 PHY driver
*
* Copyright (C) 2016 Martin Blumenstingl <[email protected]>
- *
- * 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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include <linux/clk.h>
--
2.21.0


2019-05-20 18:22:31

by Martin Blumenstingl

[permalink] [raw]
Subject: Re: [PATCH 2/2] phy: amlogic: phy-meson8b-usb2: update with SPDX Licence identifier

On Mon, May 20, 2019 at 4:36 PM Neil Armstrong <[email protected]> wrote:
>
> Signed-off-by: Neil Armstrong <[email protected]>
Reviewed-by: Martin Blumenstingl <[email protected]>