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

Update the SPDX Licence identifier for the Amlogic NVMEM drivers.

Neil Armstrong (2):
  nvmem: meson-efuse: update with SPDX Licence identifier
  nvmem: meson-mx-efuse: update with SPDX Licence identifier

 drivers/nvmem/meson-efuse.c    | 10 +---------
 drivers/nvmem/meson-mx-efuse.c | 10 +---------
 2 files changed, 2 insertions(+), 18 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] nvmem: meson-efuse: update with SPDX Licence identifier
  2019-05-20 14:37 [PATCH 0/2] nvmem: meson: update with SPDX Licence identifier Neil Armstrong
@ 2019-05-20 14:37 ` Neil Armstrong
  2019-05-20 14:37 ` [PATCH 2/2] nvmem: meson-mx-efuse: " Neil Armstrong
  2019-05-21  8:17 ` [PATCH 0/2] nvmem: meson: " Srinivas Kandagatla
  2 siblings, 0 replies; 5+ messages in thread
From: Neil Armstrong @ 2019-05-20 14:37 UTC (permalink / raw)
  To: srinivas.kandagatla
  Cc: linux-amlogic, linux-kernel, linux-arm-kernel, Neil Armstrong

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 drivers/nvmem/meson-efuse.c | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/drivers/nvmem/meson-efuse.c b/drivers/nvmem/meson-efuse.c
index 99372768446b..9f928fa9964f 100644
--- a/drivers/nvmem/meson-efuse.c
+++ b/drivers/nvmem/meson-efuse.c
@@ -1,17 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Amlogic Meson GX eFuse Driver
  *
  * Copyright (c) 2016 Endless Computers, Inc.
  * Author: Carlo Caione <carlo@endlessm.com>
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of version 2 of the GNU General Public License as
- * published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
  */
 
 #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] nvmem: meson-mx-efuse: update with SPDX Licence identifier
  2019-05-20 14:37 [PATCH 0/2] nvmem: meson: update with SPDX Licence identifier Neil Armstrong
  2019-05-20 14:37 ` [PATCH 1/2] nvmem: meson-efuse: " Neil Armstrong
@ 2019-05-20 14:37 ` Neil Armstrong
  2019-05-20 17:56   ` Martin Blumenstingl
  2019-05-21  8:17 ` [PATCH 0/2] nvmem: meson: " Srinivas Kandagatla
  2 siblings, 1 reply; 5+ messages in thread
From: Neil Armstrong @ 2019-05-20 14:37 UTC (permalink / raw)
  To: srinivas.kandagatla
  Cc: linux-amlogic, linux-kernel, linux-arm-kernel, Neil Armstrong

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 drivers/nvmem/meson-mx-efuse.c | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/drivers/nvmem/meson-mx-efuse.c b/drivers/nvmem/meson-mx-efuse.c
index a085563e39e3..2976aef87c82 100644
--- a/drivers/nvmem/meson-mx-efuse.c
+++ b/drivers/nvmem/meson-mx-efuse.c
@@ -1,16 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Amlogic Meson6, Meson8 and Meson8b eFuse 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 version 2 of the GNU General Public License as
- * published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
  */
 
 #include <linux/bitfield.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 2/2] nvmem: meson-mx-efuse: update with SPDX Licence identifier
  2019-05-20 14:37 ` [PATCH 2/2] nvmem: meson-mx-efuse: " 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, srinivas.kandagatla, linux-kernel, linux-arm-kernel

On Mon, May 20, 2019 at 4:38 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 0/2] nvmem: meson: update with SPDX Licence identifier
  2019-05-20 14:37 [PATCH 0/2] nvmem: meson: update with SPDX Licence identifier Neil Armstrong
  2019-05-20 14:37 ` [PATCH 1/2] nvmem: meson-efuse: " Neil Armstrong
  2019-05-20 14:37 ` [PATCH 2/2] nvmem: meson-mx-efuse: " Neil Armstrong
@ 2019-05-21  8:17 ` Srinivas Kandagatla
  2 siblings, 0 replies; 5+ messages in thread
From: Srinivas Kandagatla @ 2019-05-21  8:17 UTC (permalink / raw)
  To: Neil Armstrong; +Cc: linux-amlogic, linux-kernel, linux-arm-kernel



On 20/05/2019 15:37, Neil Armstrong wrote:
> Update the SPDX Licence identifier for the Amlogic NVMEM drivers.
> 
> Neil Armstrong (2):
>    nvmem: meson-efuse: update with SPDX Licence identifier
>    nvmem: meson-mx-efuse: update with SPDX Licence identifier
> 
>   drivers/nvmem/meson-efuse.c    | 10 +---------
>   drivers/nvmem/meson-mx-efuse.c | 10 +---------
>   2 files changed, 2 insertions(+), 18 deletions(-)
> 
Applied!


Thanks,
srini

_______________________________________________
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-21  8:17 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:37 [PATCH 0/2] nvmem: meson: update with SPDX Licence identifier Neil Armstrong
2019-05-20 14:37 ` [PATCH 1/2] nvmem: meson-efuse: " Neil Armstrong
2019-05-20 14:37 ` [PATCH 2/2] nvmem: meson-mx-efuse: " Neil Armstrong
2019-05-20 17:56   ` Martin Blumenstingl
2019-05-21  8:17 ` [PATCH 0/2] nvmem: meson: " Srinivas Kandagatla

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