All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH v2 0/1] Re-license MTK NAND driver
@ 2019-04-25  1:55 ` Xiaolei Li
  0 siblings, 0 replies; 10+ messages in thread
From: Xiaolei Li @ 2019-04-25  1:55 UTC (permalink / raw)
  To: miquel.raynal, richard
  Cc: daniel.thompson, ryder.lee, srv_heupstream, yellowriver2010,
	jorge.ramirez-ortiz, boris.brezillon, linux-mtd, yingjoe.chen,
	rafal, linux-mediatek, xiaolei.li

Hello,

Currently, MTK NAND driver is licensed as GPL. And we would like to
modify and publish it in bootloader with MIT license. So, here we send
this RFC patch to solicit ACKs from MTK NAND driver authors and
contributors whether we can re-license MTK NAND driver as dual MIT/GPL.

Thanks and looking forward to your reply,
Xiaolei

Patch v2:
---------
- Add Ryder, Rafal, Wen in CC list.
- Introduce why we want to re-license MTK NAND driver.

Xiaolei Li (1):
  mtd: rawnand: mtk: Re-license MTK NAND driver as Dual MIT/GPL

 drivers/mtd/nand/raw/mtk_ecc.c  | 12 ++----------
 drivers/mtd/nand/raw/mtk_ecc.h  |  4 +---
 drivers/mtd/nand/raw/mtk_nand.c | 12 ++----------
 3 files changed, 5 insertions(+), 23 deletions(-)

--
2.18.0



______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

* [RFC PATCH v2 0/1] Re-license MTK NAND driver
@ 2019-04-25  1:55 ` Xiaolei Li
  0 siblings, 0 replies; 10+ messages in thread
From: Xiaolei Li @ 2019-04-25  1:55 UTC (permalink / raw)
  To: miquel.raynal, richard
  Cc: daniel.thompson, ryder.lee, srv_heupstream, yellowriver2010,
	jorge.ramirez-ortiz, boris.brezillon, linux-mtd, yingjoe.chen,
	rafal, linux-mediatek, xiaolei.li

Hello,

Currently, MTK NAND driver is licensed as GPL. And we would like to
modify and publish it in bootloader with MIT license. So, here we send
this RFC patch to solicit ACKs from MTK NAND driver authors and
contributors whether we can re-license MTK NAND driver as dual MIT/GPL.

Thanks and looking forward to your reply,
Xiaolei

Patch v2:
---------
- Add Ryder, Rafal, Wen in CC list.
- Introduce why we want to re-license MTK NAND driver.

Xiaolei Li (1):
  mtd: rawnand: mtk: Re-license MTK NAND driver as Dual MIT/GPL

 drivers/mtd/nand/raw/mtk_ecc.c  | 12 ++----------
 drivers/mtd/nand/raw/mtk_ecc.h  |  4 +---
 drivers/mtd/nand/raw/mtk_nand.c | 12 ++----------
 3 files changed, 5 insertions(+), 23 deletions(-)

--
2.18.0



______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

* [RFC PATCH v2 1/1] mtd: rawnand: mtk: Re-license MTK NAND driver as Dual MIT/GPL
  2019-04-25  1:55 ` Xiaolei Li
@ 2019-04-25  1:55   ` Xiaolei Li
  -1 siblings, 0 replies; 10+ messages in thread
From: Xiaolei Li @ 2019-04-25  1:55 UTC (permalink / raw)
  To: miquel.raynal, richard
  Cc: daniel.thompson, ryder.lee, srv_heupstream, yellowriver2010,
	jorge.ramirez-ortiz, boris.brezillon, linux-mtd, yingjoe.chen,
	rafal, linux-mediatek, xiaolei.li

It is allowed to use MTK NAND driver with GPL-2.0 or MIT license.
But now it is only licensed as GPL-2.0.
So re-license it as dual MIT/GPL.

Signed-off-by: Xiaolei Li <xiaolei.li@mediatek.com>
Acked-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
---
 drivers/mtd/nand/raw/mtk_ecc.c  | 12 ++----------
 drivers/mtd/nand/raw/mtk_ecc.h  |  4 +---
 drivers/mtd/nand/raw/mtk_nand.c | 12 ++----------
 3 files changed, 5 insertions(+), 23 deletions(-)

diff --git a/drivers/mtd/nand/raw/mtk_ecc.c b/drivers/mtd/nand/raw/mtk_ecc.c
index 6432bd70c3b3..eea0f903bc24 100644
--- a/drivers/mtd/nand/raw/mtk_ecc.c
+++ b/drivers/mtd/nand/raw/mtk_ecc.c
@@ -1,17 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0 OR MIT
 /*
  * MTK ECC controller driver.
  * Copyright (C) 2016  MediaTek Inc.
  * Authors:	Xiaolei Li		<xiaolei.li@mediatek.com>
  *		Jorge Ramirez-Ortiz	<jorge.ramirez-ortiz@linaro.org>
- *
- * 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.
- *
- * 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/platform_device.h>
@@ -600,4 +592,4 @@ module_platform_driver(mtk_ecc_driver);
 
 MODULE_AUTHOR("Xiaolei Li <xiaolei.li@mediatek.com>");
 MODULE_DESCRIPTION("MTK Nand ECC Driver");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("Dual MIT/GPL");
diff --git a/drivers/mtd/nand/raw/mtk_ecc.h b/drivers/mtd/nand/raw/mtk_ecc.h
index a455df080952..0e48c36e6ca0 100644
--- a/drivers/mtd/nand/raw/mtk_ecc.h
+++ b/drivers/mtd/nand/raw/mtk_ecc.h
@@ -1,12 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0 OR MIT */
 /*
  * MTK SDG1 ECC controller
  *
  * Copyright (c) 2016 Mediatek
  * Authors:	Xiaolei Li		<xiaolei.li@mediatek.com>
  *		Jorge Ramirez-Ortiz	<jorge.ramirez-ortiz@linaro.org>
- * 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.
  */
 
 #ifndef __DRIVERS_MTD_NAND_MTK_ECC_H__
diff --git a/drivers/mtd/nand/raw/mtk_nand.c b/drivers/mtd/nand/raw/mtk_nand.c
index b6b4602f5132..3cbc25793062 100644
--- a/drivers/mtd/nand/raw/mtk_nand.c
+++ b/drivers/mtd/nand/raw/mtk_nand.c
@@ -1,17 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0 OR MIT
 /*
  * MTK NAND Flash controller driver.
  * Copyright (C) 2016 MediaTek Inc.
  * Authors:	Xiaolei Li		<xiaolei.li@mediatek.com>
  *		Jorge Ramirez-Ortiz	<jorge.ramirez-ortiz@linaro.org>
- *
- * 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.
- *
- * 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/platform_device.h>
@@ -1598,6 +1590,6 @@ static struct platform_driver mtk_nfc_driver = {
 
 module_platform_driver(mtk_nfc_driver);
 
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("Dual MIT/GPL");
 MODULE_AUTHOR("Xiaolei Li <xiaolei.li@mediatek.com>");
 MODULE_DESCRIPTION("MTK Nand Flash Controller Driver");
-- 
2.18.0


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

* [RFC PATCH v2 1/1] mtd: rawnand: mtk: Re-license MTK NAND driver as Dual MIT/GPL
@ 2019-04-25  1:55   ` Xiaolei Li
  0 siblings, 0 replies; 10+ messages in thread
From: Xiaolei Li @ 2019-04-25  1:55 UTC (permalink / raw)
  To: miquel.raynal, richard
  Cc: daniel.thompson, ryder.lee, srv_heupstream, yellowriver2010,
	jorge.ramirez-ortiz, boris.brezillon, linux-mtd, yingjoe.chen,
	rafal, linux-mediatek, xiaolei.li

It is allowed to use MTK NAND driver with GPL-2.0 or MIT license.
But now it is only licensed as GPL-2.0.
So re-license it as dual MIT/GPL.

Signed-off-by: Xiaolei Li <xiaolei.li@mediatek.com>
Acked-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
---
 drivers/mtd/nand/raw/mtk_ecc.c  | 12 ++----------
 drivers/mtd/nand/raw/mtk_ecc.h  |  4 +---
 drivers/mtd/nand/raw/mtk_nand.c | 12 ++----------
 3 files changed, 5 insertions(+), 23 deletions(-)

diff --git a/drivers/mtd/nand/raw/mtk_ecc.c b/drivers/mtd/nand/raw/mtk_ecc.c
index 6432bd70c3b3..eea0f903bc24 100644
--- a/drivers/mtd/nand/raw/mtk_ecc.c
+++ b/drivers/mtd/nand/raw/mtk_ecc.c
@@ -1,17 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0 OR MIT
 /*
  * MTK ECC controller driver.
  * Copyright (C) 2016  MediaTek Inc.
  * Authors:	Xiaolei Li		<xiaolei.li@mediatek.com>
  *		Jorge Ramirez-Ortiz	<jorge.ramirez-ortiz@linaro.org>
- *
- * 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.
- *
- * 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/platform_device.h>
@@ -600,4 +592,4 @@ module_platform_driver(mtk_ecc_driver);
 
 MODULE_AUTHOR("Xiaolei Li <xiaolei.li@mediatek.com>");
 MODULE_DESCRIPTION("MTK Nand ECC Driver");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("Dual MIT/GPL");
diff --git a/drivers/mtd/nand/raw/mtk_ecc.h b/drivers/mtd/nand/raw/mtk_ecc.h
index a455df080952..0e48c36e6ca0 100644
--- a/drivers/mtd/nand/raw/mtk_ecc.h
+++ b/drivers/mtd/nand/raw/mtk_ecc.h
@@ -1,12 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0 OR MIT */
 /*
  * MTK SDG1 ECC controller
  *
  * Copyright (c) 2016 Mediatek
  * Authors:	Xiaolei Li		<xiaolei.li@mediatek.com>
  *		Jorge Ramirez-Ortiz	<jorge.ramirez-ortiz@linaro.org>
- * 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.
  */
 
 #ifndef __DRIVERS_MTD_NAND_MTK_ECC_H__
diff --git a/drivers/mtd/nand/raw/mtk_nand.c b/drivers/mtd/nand/raw/mtk_nand.c
index b6b4602f5132..3cbc25793062 100644
--- a/drivers/mtd/nand/raw/mtk_nand.c
+++ b/drivers/mtd/nand/raw/mtk_nand.c
@@ -1,17 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0 OR MIT
 /*
  * MTK NAND Flash controller driver.
  * Copyright (C) 2016 MediaTek Inc.
  * Authors:	Xiaolei Li		<xiaolei.li@mediatek.com>
  *		Jorge Ramirez-Ortiz	<jorge.ramirez-ortiz@linaro.org>
- *
- * 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.
- *
- * 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/platform_device.h>
@@ -1598,6 +1590,6 @@ static struct platform_driver mtk_nfc_driver = {
 
 module_platform_driver(mtk_nfc_driver);
 
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("Dual MIT/GPL");
 MODULE_AUTHOR("Xiaolei Li <xiaolei.li@mediatek.com>");
 MODULE_DESCRIPTION("MTK Nand Flash Controller Driver");
-- 
2.18.0


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

* Re: [RFC PATCH v2 0/1] Re-license MTK NAND driver
@ 2019-04-25 10:47   ` Matthias Brugger
  0 siblings, 0 replies; 10+ messages in thread
From: Matthias Brugger @ 2019-04-25 10:47 UTC (permalink / raw)
  To: Xiaolei Li, miquel.raynal, richard
  Cc: daniel.thompson, ryder.lee, srv_heupstream, yellowriver2010,
	linux-mediatek, boris.brezillon, linux-mtd, yingjoe.chen, rafal,
	jorge.ramirez-ortiz

Adding Boris new email address.

On 25/04/2019 03:55, Xiaolei Li wrote:
> Hello,
> 
> Currently, MTK NAND driver is licensed as GPL. And we would like to
> modify and publish it in bootloader with MIT license. So, here we send
> this RFC patch to solicit ACKs from MTK NAND driver authors and
> contributors whether we can re-license MTK NAND driver as dual MIT/GPL.
> 
> Thanks and looking forward to your reply,
> Xiaolei
> 
> Patch v2:
> ---------
> - Add Ryder, Rafal, Wen in CC list.
> - Introduce why we want to re-license MTK NAND driver.
> 
> Xiaolei Li (1):
>   mtd: rawnand: mtk: Re-license MTK NAND driver as Dual MIT/GPL
> 
>  drivers/mtd/nand/raw/mtk_ecc.c  | 12 ++----------
>  drivers/mtd/nand/raw/mtk_ecc.h  |  4 +---
>  drivers/mtd/nand/raw/mtk_nand.c | 12 ++----------
>  3 files changed, 5 insertions(+), 23 deletions(-)
> 
> --
> 2.18.0
> 
> 
> 
> _______________________________________________
> Linux-mediatek mailing list
> Linux-mediatek@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-mediatek
> 

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

* Re: [RFC PATCH v2 0/1] Re-license MTK NAND driver
@ 2019-04-25 10:47   ` Matthias Brugger
  0 siblings, 0 replies; 10+ messages in thread
From: Matthias Brugger @ 2019-04-25 10:47 UTC (permalink / raw)
  To: Xiaolei Li, miquel.raynal-LDxbnhwyfcJBDgjK7y7TUQ, richard-/L3Ra7n9ekc
  Cc: daniel.thompson-QSEj5FYQhm4dnm+yROfE0A,
	ryder.lee-NuS5LvNUpcJWk0Htik3J/w,
	srv_heupstream-NuS5LvNUpcJWk0Htik3J/w,
	yellowriver2010-PkbjNfxxIARBDgjK7y7TUQ,
	linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	boris.brezillon-ZGY8ohtN/8qB+jHODAdFcQ,
	linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w,
	rafal-g1n6cQUeyibVItvQsEIGlw,
	jorge.ramirez-ortiz-QSEj5FYQhm4dnm+yROfE0A

Adding Boris new email address.

On 25/04/2019 03:55, Xiaolei Li wrote:
> Hello,
> 
> Currently, MTK NAND driver is licensed as GPL. And we would like to
> modify and publish it in bootloader with MIT license. So, here we send
> this RFC patch to solicit ACKs from MTK NAND driver authors and
> contributors whether we can re-license MTK NAND driver as dual MIT/GPL.
> 
> Thanks and looking forward to your reply,
> Xiaolei
> 
> Patch v2:
> ---------
> - Add Ryder, Rafal, Wen in CC list.
> - Introduce why we want to re-license MTK NAND driver.
> 
> Xiaolei Li (1):
>   mtd: rawnand: mtk: Re-license MTK NAND driver as Dual MIT/GPL
> 
>  drivers/mtd/nand/raw/mtk_ecc.c  | 12 ++----------
>  drivers/mtd/nand/raw/mtk_ecc.h  |  4 +---
>  drivers/mtd/nand/raw/mtk_nand.c | 12 ++----------
>  3 files changed, 5 insertions(+), 23 deletions(-)
> 
> --
> 2.18.0
> 
> 
> 
> _______________________________________________
> Linux-mediatek mailing list
> Linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
> http://lists.infradead.org/mailman/listinfo/linux-mediatek
> 

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

* Re: [RFC PATCH v2 1/1] mtd: rawnand: mtk: Re-license MTK NAND driver as Dual MIT/GPL
  2019-04-25  1:55   ` Xiaolei Li
  (?)
@ 2019-04-29  6:24   ` Ryder Lee
  -1 siblings, 0 replies; 10+ messages in thread
From: Ryder Lee @ 2019-04-29  6:24 UTC (permalink / raw)
  To: Xiaolei Li
  Cc: daniel.thompson, srv_heupstream, richard, miquel.raynal,
	yingjoe.chen, jorge.ramirez-ortiz, boris.brezillon, linux-mtd,
	yellowriver2010, rafal, linux-mediatek

On Thu, 2019-04-25 at 09:55 +0800, Xiaolei Li wrote:
> It is allowed to use MTK NAND driver with GPL-2.0 or MIT license.
> But now it is only licensed as GPL-2.0.
> So re-license it as dual MIT/GPL.
> 
> Signed-off-by: Xiaolei Li <xiaolei.li@mediatek.com>
> Acked-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>

Acked-by: Ryder Lee <ryder.lee@mediatek.com>


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

* Re: [RFC PATCH v2 1/1] mtd: rawnand: mtk: Re-license MTK NAND driver as Dual MIT/GPL
@ 2019-04-29  7:44     ` Miquel Raynal
  0 siblings, 0 replies; 10+ messages in thread
From: Miquel Raynal @ 2019-04-29  7:44 UTC (permalink / raw)
  To: Xiaolei Li
  Cc: daniel.thompson, ryder.lee, srv_heupstream, richard,
	yingjoe.chen, jorge.ramirez-ortiz, boris.brezillon, linux-mtd,
	yellowriver2010, rafal, linux-mediatek

Hi Xiaolei,

Xiaolei Li <xiaolei.li@mediatek.com> wrote on Thu, 25 Apr 2019 09:55:52
+0800:

> It is allowed to use MTK NAND driver with GPL-2.0 or MIT license.
> But now it is only licensed as GPL-2.0.
> So re-license it as dual MIT/GPL.
> 

You also remove the license text and replace it with an SPDX tag,
please describe this change too.

> Signed-off-by: Xiaolei Li <xiaolei.li@mediatek.com>
> Acked-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
> ---

Thanks,
Miquèl

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

* Re: [RFC PATCH v2 1/1] mtd: rawnand: mtk: Re-license MTK NAND driver as Dual MIT/GPL
@ 2019-04-29  7:44     ` Miquel Raynal
  0 siblings, 0 replies; 10+ messages in thread
From: Miquel Raynal @ 2019-04-29  7:44 UTC (permalink / raw)
  To: Xiaolei Li
  Cc: daniel.thompson-QSEj5FYQhm4dnm+yROfE0A,
	ryder.lee-NuS5LvNUpcJWk0Htik3J/w,
	srv_heupstream-NuS5LvNUpcJWk0Htik3J/w, richard-/L3Ra7n9ekc,
	yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w,
	jorge.ramirez-ortiz-QSEj5FYQhm4dnm+yROfE0A,
	boris.brezillon-LDxbnhwyfcJBDgjK7y7TUQ,
	linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	yellowriver2010-PkbjNfxxIARBDgjK7y7TUQ,
	rafal-g1n6cQUeyibVItvQsEIGlw,
	linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Hi Xiaolei,

Xiaolei Li <xiaolei.li@mediatek.com> wrote on Thu, 25 Apr 2019 09:55:52
+0800:

> It is allowed to use MTK NAND driver with GPL-2.0 or MIT license.
> But now it is only licensed as GPL-2.0.
> So re-license it as dual MIT/GPL.
> 

You also remove the license text and replace it with an SPDX tag,
please describe this change too.

> Signed-off-by: Xiaolei Li <xiaolei.li@mediatek.com>
> Acked-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
> ---

Thanks,
Miquèl

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

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

* Re: [RFC PATCH v2 1/1] mtd: rawnand: mtk: Re-license MTK NAND driver as Dual MIT/GPL
  2019-04-29  7:44     ` Miquel Raynal
  (?)
@ 2019-04-29  7:57     ` xiaolei li
  -1 siblings, 0 replies; 10+ messages in thread
From: xiaolei li @ 2019-04-29  7:57 UTC (permalink / raw)
  To: Miquel Raynal
  Cc: daniel.thompson, ryder.lee, srv_heupstream, richard,
	yingjoe.chen, jorge.ramirez-ortiz, boris.brezillon, linux-mtd,
	yellowriver2010, rafal, linux-mediatek

Hi Miquel,

On Mon, 2019-04-29 at 09:44 +0200, Miquel Raynal wrote:
> Hi Xiaolei,
> 
> Xiaolei Li <xiaolei.li@mediatek.com> wrote on Thu, 25 Apr 2019 09:55:52
> +0800:
> 
> > It is allowed to use MTK NAND driver with GPL-2.0 or MIT license.
> > But now it is only licensed as GPL-2.0.
> > So re-license it as dual MIT/GPL.
> > 
> 
> You also remove the license text and replace it with an SPDX tag,
> please describe this change too.
OK. No problem.

Thanks,
Xiaolei
> 
> > Signed-off-by: Xiaolei Li <xiaolei.li@mediatek.com>
> > Acked-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
> > ---
> 
> Thanks,
> Miquèl



______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

end of thread, other threads:[~2019-04-29  7:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-25  1:55 [RFC PATCH v2 0/1] Re-license MTK NAND driver Xiaolei Li
2019-04-25  1:55 ` Xiaolei Li
2019-04-25  1:55 ` [RFC PATCH v2 1/1] mtd: rawnand: mtk: Re-license MTK NAND driver as Dual MIT/GPL Xiaolei Li
2019-04-25  1:55   ` Xiaolei Li
2019-04-29  6:24   ` Ryder Lee
2019-04-29  7:44   ` Miquel Raynal
2019-04-29  7:44     ` Miquel Raynal
2019-04-29  7:57     ` xiaolei li
2019-04-25 10:47 ` [RFC PATCH v2 0/1] Re-license MTK NAND driver Matthias Brugger
2019-04-25 10:47   ` Matthias Brugger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.