Hi Arnd, You ever sent one patch to improve MTK NAND driver, commit 8ff0513bdcdd ("mtd: mtk: avoid warning in mtk_ecc_encode") Now we want to relicense MTK NAND driver as Dual MIT/GPL and wish to get your ACK. It will be helpful if you can send your ACK. Thanks, Xiaolei On Tue, 2019-05-07 at 12:48 +0200, Rafał Miłecki wrote: > Arnd: would you send you Ack, just so we are 100% on a legal side? > > > On 07.05.2019 11:20, Xiaolei Li wrote: > > It is wanted 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 and replace license text with > > SPDX tag. > > > > Signed-off-by: Xiaolei Li <xiaolei.li@xxxxxxxxxxxx> > > Acked-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@xxxxxxxxxx> > > Acked-by: Ryder Lee <ryder.lee@xxxxxxxxxxxx> > > Acked-by: Rafał Miłecki <rafal@xxxxxxxxxx> > > Acked-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxx> > > Acked-by: Boris Brezillon <boris.brezillon@xxxxxxxxxxxxx> > > Acked-by: RogerCC Lin <rogercc.lin@xxxxxxxxxxxx> > > > For mtk_nand.c we are missing acks from (co-)authors of following commits: > 1) Wei: > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=07f76443ef81e2b76bb6f7858ba183cd60357ada > 2) Peter: > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d4092d76a4a4e57b65910899948a83cc8646c5a5 > 3) Masahiro: > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=f0dbe4aa35e73e4282d9446abb8900ab0636d483 > > All are absolutely trivial. > > > For mtk_ecc.c are are missing acks from (co-)authors of following commits: > 1) Wen: > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=0119720a00b20074a51245427f05366ede2fa90a > 2) Gustavo: > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=238709b22097a16839078530e0a10812dde86f16 > 3) Arnd: > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=8ff0513bdcdd71e84aa561cce216675d43fb41b8 > > The only /complex/ change is from Arnd. I'm not sure if that is > copyrightable or not. > > > > > # git log --follow drivers/mtd/nand/raw/mtk_nand.c | grep "Signed-off-by" | sort | uniq -c | sort -n -r > 20 Signed-off-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxx> > 18 Signed-off-by: Boris Brezillon <boris.brezillon@xxxxxxxxxxx> > 15 Signed-off-by: Boris Brezillon <boris.brezillon@xxxxxxxxxxxxxxxxxx> > 6 Signed-off-by: Xiaolei Li <xiaolei.li@xxxxxxxxxxxx> > 3 Signed-off-by: RogerCC Lin <rogercc.lin@xxxxxxxxxxxx> > 2 Signed-off-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxxxxxxxxx> > 1 Signed-off-by: Wei Yongjun <weiyongjun1@xxxxxxxxxx> > 1 Signed-off-by: Ryder Lee <ryder.lee@xxxxxxxxxxxx> > 1 Signed-off-by: Rafał Miłecki <rafal@xxxxxxxxxx> > 1 Signed-off-by: Peter Pan <peterpandong@xxxxxxxxxx> > 1 Signed-off-by: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx> > 1 Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@xxxxxxxxxx> > 1 Signed-off-by: Boris Brezillon <bbrezillon@xxxxxxxxxx> > > * Boris (contributor of 34 changes) - Acked > * Miquel (contributor of 22 changes) - Acked > * Xiaolei (contributor of 6 changes) - Signed > * RogerCC (contributor of 3 changes) - Acked > * Rafał (contributor of 1 change) - Acked > * Jorge (contributor of 1 change) - Acked > * Ryder (contributor of 1 change) - Acked > > * Wei (contributor of 1 change): > 07f76443ef81 ("mtd: nand: mediatek: remove redundant dev_err call in mtk_nfc_probe()") > > * Peter (contributor of 1 change): > d4092d76a4a4 ("mtd: nand: Rename nand.h into rawnand.h") > > * Masahiro (contributor of 1 change): > f0dbe4aa35e7 ("mtd: nand: mediatek: return error code of nand_scan_ident/tail() on error") > > > > > # git log --follow drivers/mtd/nand/raw/mtk_ecc.c | grep "Signed-off-by" | sort | uniq -c | sort -n -r > 13 Signed-off-by: Boris Brezillon <boris.brezillon@xxxxxxxxxxxxxxxxxx> > 6 Signed-off-by: Xiaolei Li <xiaolei.li@xxxxxxxxxxxx> > 3 Signed-off-by: RogerCC Lin <rogercc.lin@xxxxxxxxxxxx> > 2 Signed-off-by: Boris Brezillon <boris.brezillon@xxxxxxxxxxx> > 1 Signed-off-by: Wen Yang <yellowriver2010@xxxxxxxxxxx> > 1 Signed-off-by: Ryder Lee <ryder.lee@xxxxxxxxxxxx> > 1 Signed-off-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxx> > 1 Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@xxxxxxxxxx> > 1 Signed-off-by: Gustavo A. R. Silva <gustavo@xxxxxxxxxxxxxx> > 1 Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > 1 Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> > > * Boris (contributor of 15 changes) - Acked > * Xiaolei (contributor of 6 changes) - Signed > * RogerCC (contributor of 3 changes) - Acked > * Ryder (contributor of 1 change) - Acked > * Miquel (contributor of 1 change) - Acked > * Jorge (contributor of 1 change) - Acked > * Dan (contributor of 1 change) - Acked > > * Wen (contributor of 1 change): > 0119720a00b2 ("mtd: rawnand: mtk: fix possible object reference leak") > > * Gustavo (contributor of 1 change): > 238709b22097 ("mtd: nand: mtk: fix error return code in mtk_ecc_probe()") > > * Arnd (contributor of 1 change): > 8ff0513bdcdd ("mtd: mtk: avoid warning in mtk_ecc_encode") > > > > > # git log --follow drivers/mtd/nand/raw/mtk_ecc.h | grep "Signed-off-by" | sort | uniq -c | sort -n -r > 3 Signed-off-by: Boris Brezillon <boris.brezillon@xxxxxxxxxxxxxxxxxx> > 1 Signed-off-by: Xiaolei Li <xiaolei.li@xxxxxxxxxxxx> > 1 Signed-off-by: RogerCC Lin <rogercc.lin@xxxxxxxxxxxx> > 1 Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@xxxxxxxxxx> > 1 Signed-off-by: Boris Brezillon <boris.brezillon@xxxxxxxxxxx> > > * Boris (contributor of 4 changes) - Acked > * Xiaolei (contributor of 1 change) - Signed > * RogerCC (contributor of 1 change) - Acked > * Jorge (contributor of 1 change) - Acked ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/