linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net: stmmac: dwmac-meson: update with SPDX Licence identifier
@ 2019-05-20 14:34 Neil Armstrong
  2019-05-20 14:34 ` [PATCH net-next 1/2] " Neil Armstrong
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Neil Armstrong @ 2019-05-20 14:34 UTC (permalink / raw)
  To: davem
  Cc: netdev, Neil Armstrong, linux-kernel, linux-arm-kernel, linux-amlogic

Update the SPDX Licence identifier for the Amlogic Meson6 and Meson8 dwmac
glue drivers.

Neil Armstrong (2):
  net: stmmac: dwmac-meson: update with SPDX Licence identifier
  net: stmmac: dwmac-meson8b: update with SPDX Licence identifier

 drivers/net/ethernet/stmicro/stmmac/dwmac-meson.c   | 8 +-------
 drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.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] 7+ messages in thread

* [PATCH net-next 1/2] net: stmmac: dwmac-meson: update with SPDX Licence identifier
  2019-05-20 14:34 [PATCH net-next 0/2] net: stmmac: dwmac-meson: update with SPDX Licence identifier Neil Armstrong
@ 2019-05-20 14:34 ` Neil Armstrong
  2019-05-20 14:34 ` [PATCH net-next 2/2] net: stmmac: dwmac-meson8b: " Neil Armstrong
  2019-05-20 18:27 ` [PATCH net-next 0/2] net: stmmac: dwmac-meson: " David Miller
  2 siblings, 0 replies; 7+ messages in thread
From: Neil Armstrong @ 2019-05-20 14:34 UTC (permalink / raw)
  To: davem
  Cc: netdev, Neil Armstrong, linux-kernel, linux-arm-kernel, linux-amlogic

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 drivers/net/ethernet/stmicro/stmmac/dwmac-meson.c | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac-meson.c b/drivers/net/ethernet/stmicro/stmmac/dwmac-meson.c
index 7fdd1760a74c..5ae474ebaaed 100644
--- a/drivers/net/ethernet/stmicro/stmmac/dwmac-meson.c
+++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-meson.c
@@ -1,14 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Amlogic Meson6 and Meson8 DWMAC glue layer
  *
  * Copyright (C) 2014 Beniamino Galvani <b.galvani@gmail.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/device.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] 7+ messages in thread

* [PATCH net-next 2/2] net: stmmac: dwmac-meson8b: update with SPDX Licence identifier
  2019-05-20 14:34 [PATCH net-next 0/2] net: stmmac: dwmac-meson: update with SPDX Licence identifier Neil Armstrong
  2019-05-20 14:34 ` [PATCH net-next 1/2] " Neil Armstrong
@ 2019-05-20 14:34 ` Neil Armstrong
  2019-05-20 17:53   ` Martin Blumenstingl
  2019-05-20 18:27 ` [PATCH net-next 0/2] net: stmmac: dwmac-meson: " David Miller
  2 siblings, 1 reply; 7+ messages in thread
From: Neil Armstrong @ 2019-05-20 14:34 UTC (permalink / raw)
  To: davem
  Cc: netdev, Neil Armstrong, linux-kernel, linux-arm-kernel, linux-amlogic

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c b/drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c
index c5979569fd60..c06295ec1ef0 100644
--- a/drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c
+++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c
@@ -1,14 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Amlogic Meson8b, Meson8m2 and GXBB DWMAC glue layer
  *
  * 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] 7+ messages in thread

* Re: [PATCH net-next 2/2] net: stmmac: dwmac-meson8b: update with SPDX Licence identifier
  2019-05-20 14:34 ` [PATCH net-next 2/2] net: stmmac: dwmac-meson8b: " Neil Armstrong
@ 2019-05-20 17:53   ` Martin Blumenstingl
  0 siblings, 0 replies; 7+ messages in thread
From: Martin Blumenstingl @ 2019-05-20 17:53 UTC (permalink / raw)
  To: Neil Armstrong
  Cc: netdev, linux-amlogic, davem, linux-arm-kernel, linux-kernel

On Mon, May 20, 2019 at 4:35 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] 7+ messages in thread

* Re: [PATCH net-next 0/2] net: stmmac: dwmac-meson: update with SPDX Licence identifier
  2019-05-20 14:34 [PATCH net-next 0/2] net: stmmac: dwmac-meson: update with SPDX Licence identifier Neil Armstrong
  2019-05-20 14:34 ` [PATCH net-next 1/2] " Neil Armstrong
  2019-05-20 14:34 ` [PATCH net-next 2/2] net: stmmac: dwmac-meson8b: " Neil Armstrong
@ 2019-05-20 18:27 ` David Miller
  2 siblings, 0 replies; 7+ messages in thread
From: David Miller @ 2019-05-20 18:27 UTC (permalink / raw)
  To: narmstrong; +Cc: netdev, linux-kernel, linux-arm-kernel, linux-amlogic

From: Neil Armstrong <narmstrong@baylibre.com>
Date: Mon, 20 May 2019 16:34:48 +0200

> Update the SPDX Licence identifier for the Amlogic Meson6 and Meson8 dwmac
> glue drivers.

Please resubmit this when the net-next tree opens back up.

Thank you.

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

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

* Re: [PATCH net-next 0/2] net: stmmac: dwmac-meson: update with SPDX Licence identifier
  2019-05-27 13:46 Neil Armstrong
@ 2019-05-29  0:09 ` David Miller
  0 siblings, 0 replies; 7+ messages in thread
From: David Miller @ 2019-05-29  0:09 UTC (permalink / raw)
  To: narmstrong; +Cc: netdev, linux-kernel, linux-arm-kernel, linux-amlogic

From: Neil Armstrong <narmstrong@baylibre.com>
Date: Mon, 27 May 2019 15:46:21 +0200

> Update the SPDX Licence identifier for the Amlogic Meson6 and Meson8 dwmac
> glue drivers.

Series applied.

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

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

* [PATCH net-next 0/2] net: stmmac: dwmac-meson: update with SPDX Licence identifier
@ 2019-05-27 13:46 Neil Armstrong
  2019-05-29  0:09 ` David Miller
  0 siblings, 1 reply; 7+ messages in thread
From: Neil Armstrong @ 2019-05-27 13:46 UTC (permalink / raw)
  To: davem
  Cc: netdev, Neil Armstrong, linux-kernel, linux-arm-kernel, linux-amlogic

Update the SPDX Licence identifier for the Amlogic Meson6 and Meson8 dwmac
glue drivers.

Neil Armstrong (2):
  net: stmmac: dwmac-meson: update with SPDX Licence identifier
  net: stmmac: dwmac-meson8b: update with SPDX Licence identifier

 drivers/net/ethernet/stmicro/stmmac/dwmac-meson.c   | 8 +-------
 drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.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] 7+ messages in thread

end of thread, other threads:[~2019-05-29  0:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-20 14:34 [PATCH net-next 0/2] net: stmmac: dwmac-meson: update with SPDX Licence identifier Neil Armstrong
2019-05-20 14:34 ` [PATCH net-next 1/2] " Neil Armstrong
2019-05-20 14:34 ` [PATCH net-next 2/2] net: stmmac: dwmac-meson8b: " Neil Armstrong
2019-05-20 17:53   ` Martin Blumenstingl
2019-05-20 18:27 ` [PATCH net-next 0/2] net: stmmac: dwmac-meson: " David Miller
2019-05-27 13:46 Neil Armstrong
2019-05-29  0:09 ` David Miller

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).