Re: [PATCH v2] spi: s3c64xx: add SPDX identifier

2017-12-14 Thread Geert Uytterhoeven
Hi Mark, On Thu, Dec 14, 2017 at 11:41 AM, Mark Brown wrote: > On Thu, Dec 14, 2017 at 10:31:09AM +0900, Andi Shyti wrote: > >> 1. Strictly by Thomas documentation: >> >> /* SPDX-License-Identifier: GPL-2.0 */ >> >> /* >>* Copyright (C) 2009 Samsung Electronics Ltd. >>* Jaswinder

Re: [PATCH v2] spi: s3c64xx: add SPDX identifier

2017-12-14 Thread Mark Brown
On Thu, Dec 14, 2017 at 10:31:09AM +0900, Andi Shyti wrote: > 1. Strictly by Thomas documentation: > > /* SPDX-License-Identifier: GPL-2.0 */ > > /* >* Copyright (C) 2009 Samsung Electronics Ltd. >* Jaswinder Singh >*/ Use C++ comments. signature.asc Description: PGP sign

Re: [PATCH v2] spi: s3c64xx: add SPDX identifier

2017-12-13 Thread Philippe Ombredanne
Andi, On Thu, Dec 14, 2017 at 2:31 AM, Andi Shyti wrote: > Hi Philippe, > >> > diff --git a/include/linux/platform_data/spi-s3c64xx.h >> > b/include/linux/platform_data/spi-s3c64xx.h >> > index da79774078a7..8917f38c97c5 100644 >> > --- a/include/linux/platform_data/spi-s3c64xx.h >> > +++ b/incl

Re: [PATCH v2] spi: s3c64xx: add SPDX identifier

2017-12-13 Thread Andi Shyti
Hi Philippe, > > diff --git a/include/linux/platform_data/spi-s3c64xx.h > > b/include/linux/platform_data/spi-s3c64xx.h > > index da79774078a7..8917f38c97c5 100644 > > --- a/include/linux/platform_data/spi-s3c64xx.h > > +++ b/include/linux/platform_data/spi-s3c64xx.h > > @@ -2,9 +2,7 @@ > > * C

Re: [PATCH v2] spi: s3c64xx: add SPDX identifier

2017-12-13 Thread Philippe Ombredanne
Andi, On Wed, Dec 13, 2017 at 9:05 AM, Andi Shyti wrote: > Replace the original license statement with the SPDX identifier. > > Signed-off-by: Andi Shyti > --- > Hi, > > this second version unlike v1, where I tried to move the license > from GPLv2+ to GPLv2, preserves the original licese while a

Re: [PATCH v2] spi: s3c64xx: add SPDX identifier

2017-12-13 Thread Krzysztof Kozlowski
On Wed, Dec 13, 2017 at 9:05 AM, Andi Shyti wrote: > Replace the original license statement with the SPDX identifier. > > Signed-off-by: Andi Shyti > --- > Hi, > > this second version unlike v1, where I tried to move the license > from GPLv2+ to GPLv2, preserves the original licese while adding >

[PATCH v2] spi: s3c64xx: add SPDX identifier

2017-12-13 Thread Andi Shyti
Replace the original license statement with the SPDX identifier. Signed-off-by: Andi Shyti --- Hi, this second version unlike v1, where I tried to move the license from GPLv2+ to GPLv2, preserves the original licese while adding the SPDX identifier. Andi drivers/spi/spi-s3c64xx.c