All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pwn: stm32: Adopt SPDX identifier
@ 2017-12-05 14:57 ` Benjamin Gaignard
  0 siblings, 0 replies; 10+ messages in thread
From: Benjamin Gaignard @ 2017-12-05 14:57 UTC (permalink / raw)
  To: thierry.reding, alexandre.torgue
  Cc: linux-pwm, linux-arm-kernel, linux-kernel, Benjamin Gaignard

Add SPDX identifer

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
---
 drivers/pwm/pwm-stm32-lp.c | 3 +--
 drivers/pwm/pwm-stm32.c    | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/drivers/pwm/pwm-stm32-lp.c b/drivers/pwm/pwm-stm32-lp.c
index 1ac9e4384142..cbd271e80c3c 100644
--- a/drivers/pwm/pwm-stm32-lp.c
+++ b/drivers/pwm/pwm-stm32-lp.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * STM32 Low-Power Timer PWM driver
  *
@@ -5,8 +6,6 @@
  *
  * Author: Gerald Baeza <gerald.baeza@st.com>
  *
- * License terms: GNU General Public License (GPL), version 2
- *
  * Inspired by Gerald Baeza's pwm-stm32 driver
  */
 
diff --git a/drivers/pwm/pwm-stm32.c b/drivers/pwm/pwm-stm32.c
index 6139512aab7b..be56d7af89c9 100644
--- a/drivers/pwm/pwm-stm32.c
+++ b/drivers/pwm/pwm-stm32.c
@@ -1,10 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics 2016
  *
  * Author: Gerald Baeza <gerald.baeza@st.com>
  *
- * License terms: GNU General Public License (GPL), version 2
- *
  * Inspired by timer-stm32.c from Maxime Coquelin
  *             pwm-atmel.c from Bo Shen
  */
-- 
2.15.0

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

* [PATCH] pwn: stm32: Adopt SPDX identifier
@ 2017-12-05 14:57 ` Benjamin Gaignard
  0 siblings, 0 replies; 10+ messages in thread
From: Benjamin Gaignard @ 2017-12-05 14:57 UTC (permalink / raw)
  To: linux-arm-kernel

Add SPDX identifer

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
---
 drivers/pwm/pwm-stm32-lp.c | 3 +--
 drivers/pwm/pwm-stm32.c    | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/drivers/pwm/pwm-stm32-lp.c b/drivers/pwm/pwm-stm32-lp.c
index 1ac9e4384142..cbd271e80c3c 100644
--- a/drivers/pwm/pwm-stm32-lp.c
+++ b/drivers/pwm/pwm-stm32-lp.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * STM32 Low-Power Timer PWM driver
  *
@@ -5,8 +6,6 @@
  *
  * Author: Gerald Baeza <gerald.baeza@st.com>
  *
- * License terms: GNU General Public License (GPL), version 2
- *
  * Inspired by Gerald Baeza's pwm-stm32 driver
  */
 
diff --git a/drivers/pwm/pwm-stm32.c b/drivers/pwm/pwm-stm32.c
index 6139512aab7b..be56d7af89c9 100644
--- a/drivers/pwm/pwm-stm32.c
+++ b/drivers/pwm/pwm-stm32.c
@@ -1,10 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics 2016
  *
  * Author: Gerald Baeza <gerald.baeza@st.com>
  *
- * License terms: GNU General Public License (GPL), version 2
- *
  * Inspired by timer-stm32.c from Maxime Coquelin
  *             pwm-atmel.c from Bo Shen
  */
-- 
2.15.0

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

* Re: [PATCH] pwn: stm32: Adopt SPDX identifier
  2017-12-05 14:57 ` Benjamin Gaignard
  (?)
@ 2017-12-07 10:11   ` Philippe Ombredanne
  -1 siblings, 0 replies; 10+ messages in thread
From: Philippe Ombredanne @ 2017-12-07 10:11 UTC (permalink / raw)
  To: Benjamin Gaignard
  Cc: thierry.reding, Alexandre Torgue, linux-pwm,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE, LKML,
	Benjamin Gaignard

On Tue, Dec 5, 2017 at 3:57 PM, Benjamin Gaignard
<benjamin.gaignard@linaro.org> wrote:
> Add SPDX identifer
>
> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
> ---
>  drivers/pwm/pwm-stm32-lp.c | 3 +--
>  drivers/pwm/pwm-stm32.c    | 3 +--
>  2 files changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/pwm/pwm-stm32-lp.c b/drivers/pwm/pwm-stm32-lp.c
> index 1ac9e4384142..cbd271e80c3c 100644
> --- a/drivers/pwm/pwm-stm32-lp.c
> +++ b/drivers/pwm/pwm-stm32-lp.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0
>  /*
>   * STM32 Low-Power Timer PWM driver
>   *
> @@ -5,8 +6,6 @@
>   *
>   * Author: Gerald Baeza <gerald.baeza@st.com>
>   *
> - * License terms: GNU General Public License (GPL), version 2
> - *
>   * Inspired by Gerald Baeza's pwm-stm32 driver
>   */
>
> diff --git a/drivers/pwm/pwm-stm32.c b/drivers/pwm/pwm-stm32.c
> index 6139512aab7b..be56d7af89c9 100644
> --- a/drivers/pwm/pwm-stm32.c
> +++ b/drivers/pwm/pwm-stm32.c
> @@ -1,10 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0
>  /*
>   * Copyright (C) STMicroelectronics 2016
>   *
>   * Author: Gerald Baeza <gerald.baeza@st.com>
>   *
> - * License terms: GNU General Public License (GPL), version 2
> - *
>   * Inspired by timer-stm32.c from Maxime Coquelin
>   *             pwm-atmel.c from Bo Shen
>   */
> --
> 2.15.0
>


Thank you for using the simpler SPDX license ids!

Acked-by: Philippe Ombredanne <pombredanne@nexb.com>

-- 
Cordially
Philippe Ombredanne

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

* Re: [PATCH] pwn: stm32: Adopt SPDX identifier
@ 2017-12-07 10:11   ` Philippe Ombredanne
  0 siblings, 0 replies; 10+ messages in thread
From: Philippe Ombredanne @ 2017-12-07 10:11 UTC (permalink / raw)
  To: Benjamin Gaignard
  Cc: thierry.reding, Alexandre Torgue, linux-pwm,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE, LKML,
	Benjamin Gaignard

On Tue, Dec 5, 2017 at 3:57 PM, Benjamin Gaignard
<benjamin.gaignard@linaro.org> wrote:
> Add SPDX identifer
>
> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
> ---
>  drivers/pwm/pwm-stm32-lp.c | 3 +--
>  drivers/pwm/pwm-stm32.c    | 3 +--
>  2 files changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/pwm/pwm-stm32-lp.c b/drivers/pwm/pwm-stm32-lp.c
> index 1ac9e4384142..cbd271e80c3c 100644
> --- a/drivers/pwm/pwm-stm32-lp.c
> +++ b/drivers/pwm/pwm-stm32-lp.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0
>  /*
>   * STM32 Low-Power Timer PWM driver
>   *
> @@ -5,8 +6,6 @@
>   *
>   * Author: Gerald Baeza <gerald.baeza@st.com>
>   *
> - * License terms: GNU General Public License (GPL), version 2
> - *
>   * Inspired by Gerald Baeza's pwm-stm32 driver
>   */
>
> diff --git a/drivers/pwm/pwm-stm32.c b/drivers/pwm/pwm-stm32.c
> index 6139512aab7b..be56d7af89c9 100644
> --- a/drivers/pwm/pwm-stm32.c
> +++ b/drivers/pwm/pwm-stm32.c
> @@ -1,10 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0
>  /*
>   * Copyright (C) STMicroelectronics 2016
>   *
>   * Author: Gerald Baeza <gerald.baeza@st.com>
>   *
> - * License terms: GNU General Public License (GPL), version 2
> - *
>   * Inspired by timer-stm32.c from Maxime Coquelin
>   *             pwm-atmel.c from Bo Shen
>   */
> --
> 2.15.0
>


Thank you for using the simpler SPDX license ids!

Acked-by: Philippe Ombredanne <pombredanne@nexb.com>

-- 
Cordially
Philippe Ombredanne

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

* [PATCH] pwn: stm32: Adopt SPDX identifier
@ 2017-12-07 10:11   ` Philippe Ombredanne
  0 siblings, 0 replies; 10+ messages in thread
From: Philippe Ombredanne @ 2017-12-07 10:11 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Dec 5, 2017 at 3:57 PM, Benjamin Gaignard
<benjamin.gaignard@linaro.org> wrote:
> Add SPDX identifer
>
> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
> ---
>  drivers/pwm/pwm-stm32-lp.c | 3 +--
>  drivers/pwm/pwm-stm32.c    | 3 +--
>  2 files changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/pwm/pwm-stm32-lp.c b/drivers/pwm/pwm-stm32-lp.c
> index 1ac9e4384142..cbd271e80c3c 100644
> --- a/drivers/pwm/pwm-stm32-lp.c
> +++ b/drivers/pwm/pwm-stm32-lp.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0
>  /*
>   * STM32 Low-Power Timer PWM driver
>   *
> @@ -5,8 +6,6 @@
>   *
>   * Author: Gerald Baeza <gerald.baeza@st.com>
>   *
> - * License terms: GNU General Public License (GPL), version 2
> - *
>   * Inspired by Gerald Baeza's pwm-stm32 driver
>   */
>
> diff --git a/drivers/pwm/pwm-stm32.c b/drivers/pwm/pwm-stm32.c
> index 6139512aab7b..be56d7af89c9 100644
> --- a/drivers/pwm/pwm-stm32.c
> +++ b/drivers/pwm/pwm-stm32.c
> @@ -1,10 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0
>  /*
>   * Copyright (C) STMicroelectronics 2016
>   *
>   * Author: Gerald Baeza <gerald.baeza@st.com>
>   *
> - * License terms: GNU General Public License (GPL), version 2
> - *
>   * Inspired by timer-stm32.c from Maxime Coquelin
>   *             pwm-atmel.c from Bo Shen
>   */
> --
> 2.15.0
>


Thank you for using the simpler SPDX license ids!

Acked-by: Philippe Ombredanne <pombredanne@nexb.com>

-- 
Cordially
Philippe Ombredanne

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

* Re: [PATCH] pwn: stm32: Adopt SPDX identifier
  2017-12-07 10:11   ` Philippe Ombredanne
  (?)
@ 2018-01-10 15:16     ` Benjamin Gaignard
  -1 siblings, 0 replies; 10+ messages in thread
From: Benjamin Gaignard @ 2018-01-10 15:16 UTC (permalink / raw)
  To: Philippe Ombredanne
  Cc: Thierry Reding, Alexandre Torgue, Linux PWM List,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE, LKML,
	Benjamin Gaignard

2017-12-07 11:11 GMT+01:00 Philippe Ombredanne <pombredanne@nexb.com>:
> On Tue, Dec 5, 2017 at 3:57 PM, Benjamin Gaignard
> <benjamin.gaignard@linaro.org> wrote:
>> Add SPDX identifer
>>
>> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
>> ---
>>  drivers/pwm/pwm-stm32-lp.c | 3 +--
>>  drivers/pwm/pwm-stm32.c    | 3 +--
>>  2 files changed, 2 insertions(+), 4 deletions(-)
>>
>> diff --git a/drivers/pwm/pwm-stm32-lp.c b/drivers/pwm/pwm-stm32-lp.c
>> index 1ac9e4384142..cbd271e80c3c 100644
>> --- a/drivers/pwm/pwm-stm32-lp.c
>> +++ b/drivers/pwm/pwm-stm32-lp.c
>> @@ -1,3 +1,4 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>  /*
>>   * STM32 Low-Power Timer PWM driver
>>   *
>> @@ -5,8 +6,6 @@
>>   *
>>   * Author: Gerald Baeza <gerald.baeza@st.com>
>>   *
>> - * License terms: GNU General Public License (GPL), version 2
>> - *
>>   * Inspired by Gerald Baeza's pwm-stm32 driver
>>   */
>>
>> diff --git a/drivers/pwm/pwm-stm32.c b/drivers/pwm/pwm-stm32.c
>> index 6139512aab7b..be56d7af89c9 100644
>> --- a/drivers/pwm/pwm-stm32.c
>> +++ b/drivers/pwm/pwm-stm32.c
>> @@ -1,10 +1,9 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>  /*
>>   * Copyright (C) STMicroelectronics 2016
>>   *
>>   * Author: Gerald Baeza <gerald.baeza@st.com>
>>   *
>> - * License terms: GNU General Public License (GPL), version 2
>> - *
>>   * Inspired by timer-stm32.c from Maxime Coquelin
>>   *             pwm-atmel.c from Bo Shen
>>   */
>> --
>> 2.15.0
>>
>
>
> Thank you for using the simpler SPDX license ids!
>
> Acked-by: Philippe Ombredanne <pombredanne@nexb.com>
>

Gentle ping on this patch before the merge window

> --
> Cordially
> Philippe Ombredanne

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

* Re: [PATCH] pwn: stm32: Adopt SPDX identifier
@ 2018-01-10 15:16     ` Benjamin Gaignard
  0 siblings, 0 replies; 10+ messages in thread
From: Benjamin Gaignard @ 2018-01-10 15:16 UTC (permalink / raw)
  To: Philippe Ombredanne
  Cc: Thierry Reding, Alexandre Torgue, Linux PWM List,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE, LKML,
	Benjamin Gaignard

2017-12-07 11:11 GMT+01:00 Philippe Ombredanne <pombredanne@nexb.com>:
> On Tue, Dec 5, 2017 at 3:57 PM, Benjamin Gaignard
> <benjamin.gaignard@linaro.org> wrote:
>> Add SPDX identifer
>>
>> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
>> ---
>>  drivers/pwm/pwm-stm32-lp.c | 3 +--
>>  drivers/pwm/pwm-stm32.c    | 3 +--
>>  2 files changed, 2 insertions(+), 4 deletions(-)
>>
>> diff --git a/drivers/pwm/pwm-stm32-lp.c b/drivers/pwm/pwm-stm32-lp.c
>> index 1ac9e4384142..cbd271e80c3c 100644
>> --- a/drivers/pwm/pwm-stm32-lp.c
>> +++ b/drivers/pwm/pwm-stm32-lp.c
>> @@ -1,3 +1,4 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>  /*
>>   * STM32 Low-Power Timer PWM driver
>>   *
>> @@ -5,8 +6,6 @@
>>   *
>>   * Author: Gerald Baeza <gerald.baeza@st.com>
>>   *
>> - * License terms: GNU General Public License (GPL), version 2
>> - *
>>   * Inspired by Gerald Baeza's pwm-stm32 driver
>>   */
>>
>> diff --git a/drivers/pwm/pwm-stm32.c b/drivers/pwm/pwm-stm32.c
>> index 6139512aab7b..be56d7af89c9 100644
>> --- a/drivers/pwm/pwm-stm32.c
>> +++ b/drivers/pwm/pwm-stm32.c
>> @@ -1,10 +1,9 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>  /*
>>   * Copyright (C) STMicroelectronics 2016
>>   *
>>   * Author: Gerald Baeza <gerald.baeza@st.com>
>>   *
>> - * License terms: GNU General Public License (GPL), version 2
>> - *
>>   * Inspired by timer-stm32.c from Maxime Coquelin
>>   *             pwm-atmel.c from Bo Shen
>>   */
>> --
>> 2.15.0
>>
>
>
> Thank you for using the simpler SPDX license ids!
>
> Acked-by: Philippe Ombredanne <pombredanne@nexb.com>
>

Gentle ping on this patch before the merge window

> --
> Cordially
> Philippe Ombredanne

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

* [PATCH] pwn: stm32: Adopt SPDX identifier
@ 2018-01-10 15:16     ` Benjamin Gaignard
  0 siblings, 0 replies; 10+ messages in thread
From: Benjamin Gaignard @ 2018-01-10 15:16 UTC (permalink / raw)
  To: linux-arm-kernel

2017-12-07 11:11 GMT+01:00 Philippe Ombredanne <pombredanne@nexb.com>:
> On Tue, Dec 5, 2017 at 3:57 PM, Benjamin Gaignard
> <benjamin.gaignard@linaro.org> wrote:
>> Add SPDX identifer
>>
>> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
>> ---
>>  drivers/pwm/pwm-stm32-lp.c | 3 +--
>>  drivers/pwm/pwm-stm32.c    | 3 +--
>>  2 files changed, 2 insertions(+), 4 deletions(-)
>>
>> diff --git a/drivers/pwm/pwm-stm32-lp.c b/drivers/pwm/pwm-stm32-lp.c
>> index 1ac9e4384142..cbd271e80c3c 100644
>> --- a/drivers/pwm/pwm-stm32-lp.c
>> +++ b/drivers/pwm/pwm-stm32-lp.c
>> @@ -1,3 +1,4 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>  /*
>>   * STM32 Low-Power Timer PWM driver
>>   *
>> @@ -5,8 +6,6 @@
>>   *
>>   * Author: Gerald Baeza <gerald.baeza@st.com>
>>   *
>> - * License terms: GNU General Public License (GPL), version 2
>> - *
>>   * Inspired by Gerald Baeza's pwm-stm32 driver
>>   */
>>
>> diff --git a/drivers/pwm/pwm-stm32.c b/drivers/pwm/pwm-stm32.c
>> index 6139512aab7b..be56d7af89c9 100644
>> --- a/drivers/pwm/pwm-stm32.c
>> +++ b/drivers/pwm/pwm-stm32.c
>> @@ -1,10 +1,9 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>  /*
>>   * Copyright (C) STMicroelectronics 2016
>>   *
>>   * Author: Gerald Baeza <gerald.baeza@st.com>
>>   *
>> - * License terms: GNU General Public License (GPL), version 2
>> - *
>>   * Inspired by timer-stm32.c from Maxime Coquelin
>>   *             pwm-atmel.c from Bo Shen
>>   */
>> --
>> 2.15.0
>>
>
>
> Thank you for using the simpler SPDX license ids!
>
> Acked-by: Philippe Ombredanne <pombredanne@nexb.com>
>

Gentle ping on this patch before the merge window

> --
> Cordially
> Philippe Ombredanne

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

* Re: [PATCH] pwn: stm32: Adopt SPDX identifier
  2017-12-05 14:57 ` Benjamin Gaignard
@ 2018-03-27 21:25   ` Thierry Reding
  -1 siblings, 0 replies; 10+ messages in thread
From: Thierry Reding @ 2018-03-27 21:25 UTC (permalink / raw)
  To: Benjamin Gaignard
  Cc: alexandre.torgue, linux-pwm, linux-arm-kernel, linux-kernel,
	Benjamin Gaignard

[-- Attachment #1: Type: text/plain, Size: 326 bytes --]

On Tue, Dec 05, 2017 at 03:57:21PM +0100, Benjamin Gaignard wrote:
> Add SPDX identifer
> 
> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
> ---
>  drivers/pwm/pwm-stm32-lp.c | 3 +--
>  drivers/pwm/pwm-stm32.c    | 3 +--
>  2 files changed, 2 insertions(+), 4 deletions(-)

Applied, thanks.

Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* [PATCH] pwn: stm32: Adopt SPDX identifier
@ 2018-03-27 21:25   ` Thierry Reding
  0 siblings, 0 replies; 10+ messages in thread
From: Thierry Reding @ 2018-03-27 21:25 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Dec 05, 2017 at 03:57:21PM +0100, Benjamin Gaignard wrote:
> Add SPDX identifer
> 
> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
> ---
>  drivers/pwm/pwm-stm32-lp.c | 3 +--
>  drivers/pwm/pwm-stm32.c    | 3 +--
>  2 files changed, 2 insertions(+), 4 deletions(-)

Applied, thanks.

Thierry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20180327/a9f115a9/attachment.sig>

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

end of thread, other threads:[~2018-03-27 21:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-05 14:57 [PATCH] pwn: stm32: Adopt SPDX identifier Benjamin Gaignard
2017-12-05 14:57 ` Benjamin Gaignard
2017-12-07 10:11 ` Philippe Ombredanne
2017-12-07 10:11   ` Philippe Ombredanne
2017-12-07 10:11   ` Philippe Ombredanne
2018-01-10 15:16   ` Benjamin Gaignard
2018-01-10 15:16     ` Benjamin Gaignard
2018-01-10 15:16     ` Benjamin Gaignard
2018-03-27 21:25 ` Thierry Reding
2018-03-27 21:25   ` Thierry Reding

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.