linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] phy: amlogic: update with SPDX Licence identifier
@ 2019-05-20 14:35 Neil Armstrong
  2019-05-20 14:35 ` [PATCH 1/2] phy: amlogic: phy-meson-gxl-usb2: " Neil Armstrong
  2019-05-20 14:35 ` [PATCH 2/2] phy: amlogic: phy-meson8b-usb2: " Neil Armstrong
  0 siblings, 2 replies; 5+ messages in thread
From: Neil Armstrong @ 2019-05-20 14:35 UTC (permalink / raw)
  To: kishon; +Cc: linux-amlogic, linux-kernel, linux-arm-kernel, Neil Armstrong

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


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/2] phy: amlogic: phy-meson-gxl-usb2: update with SPDX Licence identifier
  2019-05-20 14:35 [PATCH 0/2] phy: amlogic: update with SPDX Licence identifier Neil Armstrong
@ 2019-05-20 14:35 ` Neil Armstrong
  2019-05-20 17:55   ` Martin Blumenstingl
  2019-05-20 14:35 ` [PATCH 2/2] phy: amlogic: phy-meson8b-usb2: " Neil Armstrong
  1 sibling, 1 reply; 5+ messages in thread
From: Neil Armstrong @ 2019-05-20 14:35 UTC (permalink / raw)
  To: kishon; +Cc: linux-amlogic, linux-kernel, linux-arm-kernel, Neil Armstrong

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 drivers/phy/amlogic/phy-meson-gxl-usb2.c | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/drivers/phy/amlogic/phy-meson-gxl-usb2.c b/drivers/phy/amlogic/phy-meson-gxl-usb2.c
index 4cbee412f2b0..c86255f28f1d 100644
--- a/drivers/phy/amlogic/phy-meson-gxl-usb2.c
+++ b/drivers/phy/amlogic/phy-meson-gxl-usb2.c
@@ -1,14 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Meson GXL and GXM USB2 PHY driver
  *
  * Copyright (C) 2017 Martin Blumenstingl <martin.blumenstingl@googlemail.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.
- *
- * 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


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/2] phy: amlogic: phy-meson8b-usb2: update with SPDX Licence identifier
  2019-05-20 14:35 [PATCH 0/2] phy: amlogic: update with SPDX Licence identifier Neil Armstrong
  2019-05-20 14:35 ` [PATCH 1/2] phy: amlogic: phy-meson-gxl-usb2: " Neil Armstrong
@ 2019-05-20 14:35 ` Neil Armstrong
  2019-05-20 17:56   ` Martin Blumenstingl
  1 sibling, 1 reply; 5+ messages in thread
From: Neil Armstrong @ 2019-05-20 14:35 UTC (permalink / raw)
  To: kishon; +Cc: linux-amlogic, linux-kernel, linux-arm-kernel, Neil Armstrong

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 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 <martin.blumenstingl@googlemail.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.
- *
- * 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


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/2] phy: amlogic: phy-meson-gxl-usb2: update with SPDX Licence identifier
  2019-05-20 14:35 ` [PATCH 1/2] phy: amlogic: phy-meson-gxl-usb2: " Neil Armstrong
@ 2019-05-20 17:55   ` Martin Blumenstingl
  0 siblings, 0 replies; 5+ messages in thread
From: Martin Blumenstingl @ 2019-05-20 17:55 UTC (permalink / raw)
  To: Neil Armstrong; +Cc: linux-amlogic, linux-kernel, linux-arm-kernel, kishon

On Mon, May 20, 2019 at 4:36 PM Neil Armstrong <narmstrong@baylibre.com> wrote:
>
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 2/2] phy: amlogic: phy-meson8b-usb2: update with SPDX Licence identifier
  2019-05-20 14:35 ` [PATCH 2/2] phy: amlogic: phy-meson8b-usb2: " Neil Armstrong
@ 2019-05-20 17:56   ` Martin Blumenstingl
  0 siblings, 0 replies; 5+ messages in thread
From: Martin Blumenstingl @ 2019-05-20 17:56 UTC (permalink / raw)
  To: Neil Armstrong; +Cc: linux-amlogic, linux-kernel, linux-arm-kernel, kishon

On Mon, May 20, 2019 at 4:36 PM Neil Armstrong <narmstrong@baylibre.com> wrote:
>
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-05-20 17:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-20 14:35 [PATCH 0/2] phy: amlogic: update with SPDX Licence identifier Neil Armstrong
2019-05-20 14:35 ` [PATCH 1/2] phy: amlogic: phy-meson-gxl-usb2: " Neil Armstrong
2019-05-20 17:55   ` Martin Blumenstingl
2019-05-20 14:35 ` [PATCH 2/2] phy: amlogic: phy-meson8b-usb2: " Neil Armstrong
2019-05-20 17:56   ` Martin Blumenstingl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).