2019-05-20 18:10:53

by Neil Armstrong

[permalink] [raw]
Subject: [PATCH 0/2] mmc: meson: update with SPDX Licence identifier

Update the SPDX Licence identifier for the Amlogic MMC drivers.

Neil Armstrong (2):
mmc: meson-gx-mmc: update with SPDX Licence identifier
mmc: meson-mx-sdio: update with SPDX Licence identifier

drivers/mmc/host/meson-gx-mmc.c | 15 +--------------
drivers/mmc/host/meson-mx-sdio.c | 6 +-----
2 files changed, 2 insertions(+), 19 deletions(-)

--
2.21.0



2019-05-20 18:11:00

by Neil Armstrong

[permalink] [raw]
Subject: [PATCH 2/2] mmc: meson-mx-sdio: update with SPDX Licence identifier

Signed-off-by: Neil Armstrong <[email protected]>
---
drivers/mmc/host/meson-mx-sdio.c | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/drivers/mmc/host/meson-mx-sdio.c b/drivers/mmc/host/meson-mx-sdio.c
index b61de360f26f..b2a7288cdec8 100644
--- a/drivers/mmc/host/meson-mx-sdio.c
+++ b/drivers/mmc/host/meson-mx-sdio.c
@@ -1,14 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0+
/*
* meson-mx-sdio.c - Meson6, Meson8 and Meson8b SDIO/MMC Host Controller
*
* Copyright (C) 2015 Endless Mobile, Inc.
* Author: Carlo Caione <[email protected]>
* Copyright (C) 2017 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 as published by
- * the Free Software Foundation; either version 2 of the License, or (at
- * your option) any later version.
*/

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


2019-05-20 18:12:15

by Neil Armstrong

[permalink] [raw]
Subject: [PATCH 1/2] mmc: meson-gx-mmc: update with SPDX Licence identifier

Signed-off-by: Neil Armstrong <[email protected]>
---
drivers/mmc/host/meson-gx-mmc.c | 15 +--------------
1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/drivers/mmc/host/meson-gx-mmc.c b/drivers/mmc/host/meson-gx-mmc.c
index c5a8af4ca76b..e27e272b54d5 100644
--- a/drivers/mmc/host/meson-gx-mmc.c
+++ b/drivers/mmc/host/meson-gx-mmc.c
@@ -1,22 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Amlogic SD/eMMC driver for the GX/S905 family SoCs
*
* Copyright (c) 2016 BayLibre, SAS.
* Author: Kevin Hilman <[email protected]>
- *
- * 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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, see <http://www.gnu.org/licenses/>.
- * The full GNU General Public License is included in this distribution
- * in the file called COPYING.
*/
#include <linux/kernel.h>
#include <linux/module.h>
--
2.21.0


2019-05-20 18:23:41

by Martin Blumenstingl

[permalink] [raw]
Subject: Re: [PATCH 2/2] mmc: meson-mx-sdio: update with SPDX Licence identifier

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

2019-05-21 20:15:25

by Kevin Hilman

[permalink] [raw]
Subject: Re: [PATCH 1/2] mmc: meson-gx-mmc: update with SPDX Licence identifier

Neil Armstrong <[email protected]> writes:

> Signed-off-by: Neil Armstrong <[email protected]>

Acked-by: Kevin Hilman <[email protected]>

2019-05-21 20:16:40

by Kevin Hilman

[permalink] [raw]
Subject: Re: [PATCH 2/2] mmc: meson-mx-sdio: update with SPDX Licence identifier

Neil Armstrong <[email protected]> writes:

> Signed-off-by: Neil Armstrong <[email protected]>

Acked-by: Kevin Hilman <[email protected]>

2019-05-28 08:55:19

by Ulf Hansson

[permalink] [raw]
Subject: Re: [PATCH 0/2] mmc: meson: update with SPDX Licence identifier

On Mon, 20 May 2019 at 16:36, Neil Armstrong <[email protected]> wrote:
>
> Update the SPDX Licence identifier for the Amlogic MMC drivers.
>
> Neil Armstrong (2):
> mmc: meson-gx-mmc: update with SPDX Licence identifier
> mmc: meson-mx-sdio: update with SPDX Licence identifier
>
> drivers/mmc/host/meson-gx-mmc.c | 15 +--------------
> drivers/mmc/host/meson-mx-sdio.c | 6 +-----
> 2 files changed, 2 insertions(+), 19 deletions(-)

Applied for next, thanks!

Kind regards
Uffe

2019-06-04 08:40:06

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [PATCH 0/2] mmc: meson: update with SPDX Licence identifier

Hi Ulf, Neil,

On Tue, May 28, 2019 at 10:53 AM Ulf Hansson <[email protected]> wrote:
> On Mon, 20 May 2019 at 16:36, Neil Armstrong <[email protected]> wrote:
> > Update the SPDX Licence identifier for the Amlogic MMC drivers.
> >
> > Neil Armstrong (2):
> > mmc: meson-gx-mmc: update with SPDX Licence identifier
> > mmc: meson-mx-sdio: update with SPDX Licence identifier
> >
> > drivers/mmc/host/meson-gx-mmc.c | 15 +--------------
> > drivers/mmc/host/meson-mx-sdio.c | 6 +-----
> > 2 files changed, 2 insertions(+), 19 deletions(-)
>
> Applied for next, thanks!

Please note this conflicts with commit 2874c5fd28426836 ("treewide:
Replace GPLv2 boilerplate/reference with SPDX - rule 152") upstream,
which added (different) tags.

Gr{oetje,eeting}s,

Geert


--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds

2019-06-04 08:55:25

by Neil Armstrong

[permalink] [raw]
Subject: Re: [PATCH 0/2] mmc: meson: update with SPDX Licence identifier

Hi,


On 04/06/2019 10:36, Geert Uytterhoeven wrote:
> Hi Ulf, Neil,
>
> On Tue, May 28, 2019 at 10:53 AM Ulf Hansson <[email protected]> wrote:
>> On Mon, 20 May 2019 at 16:36, Neil Armstrong <[email protected]> wrote:
>>> Update the SPDX Licence identifier for the Amlogic MMC drivers.
>>>
>>> Neil Armstrong (2):
>>> mmc: meson-gx-mmc: update with SPDX Licence identifier
>>> mmc: meson-mx-sdio: update with SPDX Licence identifier
>>>
>>> drivers/mmc/host/meson-gx-mmc.c | 15 +--------------
>>> drivers/mmc/host/meson-mx-sdio.c | 6 +-----
>>> 2 files changed, 2 insertions(+), 19 deletions(-)
>>
>> Applied for next, thanks!
>
> Please note this conflicts with commit 2874c5fd28426836 ("treewide:
> Replace GPLv2 boilerplate/reference with SPDX - rule 152") upstream,
> which added (different) tags.

This happens when we are not CCed with such changes.

Neil

>
> Gr{oetje,eeting}s,
>
> Geert
>
>
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]
>
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
> -- Linus Torvalds
>

2019-06-04 09:03:19

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH 0/2] mmc: meson: update with SPDX Licence identifier

On Tue, Jun 04, 2019 at 10:52:51AM +0200, Neil Armstrong wrote:
> Hi,
>
>
> On 04/06/2019 10:36, Geert Uytterhoeven wrote:
> > Hi Ulf, Neil,
> >
> > On Tue, May 28, 2019 at 10:53 AM Ulf Hansson <[email protected]> wrote:
> >> On Mon, 20 May 2019 at 16:36, Neil Armstrong <[email protected]> wrote:
> >>> Update the SPDX Licence identifier for the Amlogic MMC drivers.
> >>>
> >>> Neil Armstrong (2):
> >>> mmc: meson-gx-mmc: update with SPDX Licence identifier
> >>> mmc: meson-mx-sdio: update with SPDX Licence identifier
> >>>
> >>> drivers/mmc/host/meson-gx-mmc.c | 15 +--------------
> >>> drivers/mmc/host/meson-mx-sdio.c | 6 +-----
> >>> 2 files changed, 2 insertions(+), 19 deletions(-)
> >>
> >> Applied for next, thanks!
> >
> > Please note this conflicts with commit 2874c5fd28426836 ("treewide:
> > Replace GPLv2 boilerplate/reference with SPDX - rule 152") upstream,
> > which added (different) tags.
>
> This happens when we are not CCed with such changes.

No one was cc:ed on such huge changes. The merge conflicts are trivial
to work out, this should not be an issue.

thanks,

greg k-h

2019-06-04 10:13:25

by Ulf Hansson

[permalink] [raw]
Subject: Re: [PATCH 0/2] mmc: meson: update with SPDX Licence identifier

On Tue, 4 Jun 2019 at 11:00, Greg KH <[email protected]> wrote:
>
> On Tue, Jun 04, 2019 at 10:52:51AM +0200, Neil Armstrong wrote:
> > Hi,
> >
> >
> > On 04/06/2019 10:36, Geert Uytterhoeven wrote:
> > > Hi Ulf, Neil,
> > >
> > > On Tue, May 28, 2019 at 10:53 AM Ulf Hansson <[email protected]> wrote:
> > >> On Mon, 20 May 2019 at 16:36, Neil Armstrong <[email protected]> wrote:
> > >>> Update the SPDX Licence identifier for the Amlogic MMC drivers.
> > >>>
> > >>> Neil Armstrong (2):
> > >>> mmc: meson-gx-mmc: update with SPDX Licence identifier
> > >>> mmc: meson-mx-sdio: update with SPDX Licence identifier
> > >>>
> > >>> drivers/mmc/host/meson-gx-mmc.c | 15 +--------------
> > >>> drivers/mmc/host/meson-mx-sdio.c | 6 +-----
> > >>> 2 files changed, 2 insertions(+), 19 deletions(-)
> > >>
> > >> Applied for next, thanks!
> > >
> > > Please note this conflicts with commit 2874c5fd28426836 ("treewide:
> > > Replace GPLv2 boilerplate/reference with SPDX - rule 152") upstream,
> > > which added (different) tags.
> >
> > This happens when we are not CCed with such changes.
>
> No one was cc:ed on such huge changes. The merge conflicts are trivial
> to work out, this should not be an issue.

No worries, I deal with it as I am going to rebase my tree on rc4 on
Monday anyway.

Thanks for the heads up!

Kind regards
Uffe