linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] irqchip: stm32: Fix copyright
@ 2017-11-30  8:45 Benjamin Gaignard
  2017-11-30  9:15 ` Maxime Coquelin
  2018-01-29 15:28 ` [tip:irq/urgent] irqchip/stm32: " tip-bot for Benjamin Gaignard
  0 siblings, 2 replies; 6+ messages in thread
From: Benjamin Gaignard @ 2017-11-30  8:45 UTC (permalink / raw)
  To: tglx, jason, marc.zyngier, mcoquelin.stm32, alexandre.torgue
  Cc: linux-kernel, linux-arm-kernel, Benjamin Gaignard

Uniformize STMicroelectronics copyrights header
Add SPDX identifier

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
Acked-by: Alexandre TORGUE <alexandre.torgue@st.com>
CC: Maxime Coquelin <mcoquelin.stm32@gmail.com>
---
 drivers/irqchip/irq-stm32-exti.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/irqchip/irq-stm32-exti.c b/drivers/irqchip/irq-stm32-exti.c
index 31ab0dee2ce7..36f0fbe36c35 100644
--- a/drivers/irqchip/irq-stm32-exti.c
+++ b/drivers/irqchip/irq-stm32-exti.c
@@ -1,7 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) Maxime Coquelin 2015
+ * Copyright (C) STMicroelectronics 2017
  * Author:  Maxime Coquelin <mcoquelin.stm32@gmail.com>
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <linux/bitops.h>
-- 
2.15.0

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

* Re: [PATCH v2] irqchip: stm32: Fix copyright
  2017-11-30  8:45 [PATCH v2] irqchip: stm32: Fix copyright Benjamin Gaignard
@ 2017-11-30  9:15 ` Maxime Coquelin
  2018-01-29 14:11   ` Benjamin Gaignard
  2018-01-29 15:28 ` [tip:irq/urgent] irqchip/stm32: " tip-bot for Benjamin Gaignard
  1 sibling, 1 reply; 6+ messages in thread
From: Maxime Coquelin @ 2017-11-30  9:15 UTC (permalink / raw)
  To: Benjamin Gaignard
  Cc: Thomas Gleixner, Jason Cooper, Marc Zyngier, Alexandre Torgue,
	linux-kernel, linux-arm-kernel, Benjamin Gaignard

2017-11-30 9:45 GMT+01:00 Benjamin Gaignard <benjamin.gaignard@linaro.org>:
> Uniformize STMicroelectronics copyrights header
> Add SPDX identifier
>
> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
> Acked-by: Alexandre TORGUE <alexandre.torgue@st.com>
> CC: Maxime Coquelin <mcoquelin.stm32@gmail.com>
> ---
>  drivers/irqchip/irq-stm32-exti.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/irqchip/irq-stm32-exti.c b/drivers/irqchip/irq-stm32-exti.c
> index 31ab0dee2ce7..36f0fbe36c35 100644
> --- a/drivers/irqchip/irq-stm32-exti.c
> +++ b/drivers/irqchip/irq-stm32-exti.c
> @@ -1,7 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0
>  /*
>   * Copyright (C) Maxime Coquelin 2015
> + * Copyright (C) STMicroelectronics 2017
>   * Author:  Maxime Coquelin <mcoquelin.stm32@gmail.com>
> - * License terms:  GNU General Public License (GPL), version 2
>   */
>
>  #include <linux/bitops.h>
> --
> 2.15.0
>

Acked-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>

Maxime

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

* Re: [PATCH v2] irqchip: stm32: Fix copyright
  2017-11-30  9:15 ` Maxime Coquelin
@ 2018-01-29 14:11   ` Benjamin Gaignard
  2018-01-29 14:51     ` Thomas Gleixner
  0 siblings, 1 reply; 6+ messages in thread
From: Benjamin Gaignard @ 2018-01-29 14:11 UTC (permalink / raw)
  To: Maxime Coquelin
  Cc: Thomas Gleixner, Jason Cooper, Marc Zyngier, Alexandre Torgue,
	linux-kernel, linux-arm-kernel, Benjamin Gaignard

2017-11-30 10:15 GMT+01:00 Maxime Coquelin <mcoquelin.stm32@gmail.com>:
> 2017-11-30 9:45 GMT+01:00 Benjamin Gaignard <benjamin.gaignard@linaro.org>:
>> Uniformize STMicroelectronics copyrights header
>> Add SPDX identifier
>>
>> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
>> Acked-by: Alexandre TORGUE <alexandre.torgue@st.com>
>> CC: Maxime Coquelin <mcoquelin.stm32@gmail.com>
>> ---
>>  drivers/irqchip/irq-stm32-exti.c | 3 ++-
>>  1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/drivers/irqchip/irq-stm32-exti.c b/drivers/irqchip/irq-stm32-exti.c
>> index 31ab0dee2ce7..36f0fbe36c35 100644
>> --- a/drivers/irqchip/irq-stm32-exti.c
>> +++ b/drivers/irqchip/irq-stm32-exti.c
>> @@ -1,7 +1,8 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>  /*
>>   * Copyright (C) Maxime Coquelin 2015
>> + * Copyright (C) STMicroelectronics 2017
>>   * Author:  Maxime Coquelin <mcoquelin.stm32@gmail.com>
>> - * License terms:  GNU General Public License (GPL), version 2
>>   */
>>
>>  #include <linux/bitops.h>
>> --
>> 2.15.0
>>
>
> Acked-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
>

Gentle ping on this simple SPDX patch.

Regards,
Benjamin

> Maxime

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

* Re: [PATCH v2] irqchip: stm32: Fix copyright
  2018-01-29 14:11   ` Benjamin Gaignard
@ 2018-01-29 14:51     ` Thomas Gleixner
  2018-01-29 15:04       ` Marc Zyngier
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Gleixner @ 2018-01-29 14:51 UTC (permalink / raw)
  To: Benjamin Gaignard
  Cc: Maxime Coquelin, Jason Cooper, Marc Zyngier, Alexandre Torgue,
	linux-kernel, linux-arm-kernel, Benjamin Gaignard

On Mon, 29 Jan 2018, Benjamin Gaignard wrote:
> 2017-11-30 10:15 GMT+01:00 Maxime Coquelin <mcoquelin.stm32@gmail.com>:
> > 2017-11-30 9:45 GMT+01:00 Benjamin Gaignard <benjamin.gaignard@linaro.org>:
> >> Uniformize STMicroelectronics copyrights header
> >> Add SPDX identifier
> >>
> >> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
> >> Acked-by: Alexandre TORGUE <alexandre.torgue@st.com>
> >> CC: Maxime Coquelin <mcoquelin.stm32@gmail.com>
> >> ---
> >>  drivers/irqchip/irq-stm32-exti.c | 3 ++-
> >>  1 file changed, 2 insertions(+), 1 deletion(-)
> >>
> >> diff --git a/drivers/irqchip/irq-stm32-exti.c b/drivers/irqchip/irq-stm32-exti.c
> >> index 31ab0dee2ce7..36f0fbe36c35 100644
> >> --- a/drivers/irqchip/irq-stm32-exti.c
> >> +++ b/drivers/irqchip/irq-stm32-exti.c
> >> @@ -1,7 +1,8 @@
> >> +// SPDX-License-Identifier: GPL-2.0
> >>  /*
> >>   * Copyright (C) Maxime Coquelin 2015
> >> + * Copyright (C) STMicroelectronics 2017
> >>   * Author:  Maxime Coquelin <mcoquelin.stm32@gmail.com>
> >> - * License terms:  GNU General Public License (GPL), version 2
> >>   */
> >>
> >>  #include <linux/bitops.h>
> >> --
> >> 2.15.0
> >>
> >
> > Acked-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
> >
> 
> Gentle ping on this simple SPDX patch.

I'll pick it up if Marc hasn't done yet.

Thanks,

	tglx

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

* Re: [PATCH v2] irqchip: stm32: Fix copyright
  2018-01-29 14:51     ` Thomas Gleixner
@ 2018-01-29 15:04       ` Marc Zyngier
  0 siblings, 0 replies; 6+ messages in thread
From: Marc Zyngier @ 2018-01-29 15:04 UTC (permalink / raw)
  To: Thomas Gleixner, Benjamin Gaignard
  Cc: Maxime Coquelin, Jason Cooper, Alexandre Torgue, linux-kernel,
	linux-arm-kernel, Benjamin Gaignard

On 29/01/18 14:51, Thomas Gleixner wrote:
> On Mon, 29 Jan 2018, Benjamin Gaignard wrote:
>> 2017-11-30 10:15 GMT+01:00 Maxime Coquelin <mcoquelin.stm32@gmail.com>:
>>> 2017-11-30 9:45 GMT+01:00 Benjamin Gaignard <benjamin.gaignard@linaro.org>:
>>>> Uniformize STMicroelectronics copyrights header
>>>> Add SPDX identifier
>>>>
>>>> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
>>>> Acked-by: Alexandre TORGUE <alexandre.torgue@st.com>
>>>> CC: Maxime Coquelin <mcoquelin.stm32@gmail.com>
>>>> ---
>>>>  drivers/irqchip/irq-stm32-exti.c | 3 ++-
>>>>  1 file changed, 2 insertions(+), 1 deletion(-)
>>>>
>>>> diff --git a/drivers/irqchip/irq-stm32-exti.c b/drivers/irqchip/irq-stm32-exti.c
>>>> index 31ab0dee2ce7..36f0fbe36c35 100644
>>>> --- a/drivers/irqchip/irq-stm32-exti.c
>>>> +++ b/drivers/irqchip/irq-stm32-exti.c
>>>> @@ -1,7 +1,8 @@
>>>> +// SPDX-License-Identifier: GPL-2.0
>>>>  /*
>>>>   * Copyright (C) Maxime Coquelin 2015
>>>> + * Copyright (C) STMicroelectronics 2017
>>>>   * Author:  Maxime Coquelin <mcoquelin.stm32@gmail.com>
>>>> - * License terms:  GNU General Public License (GPL), version 2
>>>>   */
>>>>
>>>>  #include <linux/bitops.h>
>>>> --
>>>> 2.15.0
>>>>
>>>
>>> Acked-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
>>>
>>
>> Gentle ping on this simple SPDX patch.
> 
> I'll pick it up if Marc hasn't done yet.

I must have missed it, sorry about that. Thomas, please to pick it up if
you can.

Thanks,

	M.
-- 
Jazz is not dead. It just smells funny...

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

* [tip:irq/urgent] irqchip/stm32: Fix copyright
  2017-11-30  8:45 [PATCH v2] irqchip: stm32: Fix copyright Benjamin Gaignard
  2017-11-30  9:15 ` Maxime Coquelin
@ 2018-01-29 15:28 ` tip-bot for Benjamin Gaignard
  1 sibling, 0 replies; 6+ messages in thread
From: tip-bot for Benjamin Gaignard @ 2018-01-29 15:28 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: benjamin.gaignard, mingo, tglx, linux-kernel, mcoquelin.stm32,
	alexandre.torgue, hpa, benjamin.gaignard

Commit-ID:  8de50dc26278a05363781514beb092a366c84654
Gitweb:     https://git.kernel.org/tip/8de50dc26278a05363781514beb092a366c84654
Author:     Benjamin Gaignard <benjamin.gaignard@linaro.org>
AuthorDate: Thu, 30 Nov 2017 09:45:00 +0100
Committer:  Thomas Gleixner <tglx@linutronix.de>
CommitDate: Mon, 29 Jan 2018 16:24:53 +0100

irqchip/stm32: Fix copyright

Uniformize STMicroelectronics copyrights header and add SPDX identifier

CC: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Alexandre TORGUE <alexandre.torgue@st.com>
Acked-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Cc: jason@lakedaemon.net
Cc: marc.zyngier@arm.com
Cc: linux-arm-kernel@lists.infradead.org
Link: https://lkml.kernel.org/r/20171130084500.23439-1-benjamin.gaignard@st.com

---
 drivers/irqchip/irq-stm32-exti.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/irqchip/irq-stm32-exti.c b/drivers/irqchip/irq-stm32-exti.c
index 31ab0de..36f0fbe 100644
--- a/drivers/irqchip/irq-stm32-exti.c
+++ b/drivers/irqchip/irq-stm32-exti.c
@@ -1,7 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) Maxime Coquelin 2015
+ * Copyright (C) STMicroelectronics 2017
  * Author:  Maxime Coquelin <mcoquelin.stm32@gmail.com>
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <linux/bitops.h>

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

end of thread, other threads:[~2018-01-29 15:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-30  8:45 [PATCH v2] irqchip: stm32: Fix copyright Benjamin Gaignard
2017-11-30  9:15 ` Maxime Coquelin
2018-01-29 14:11   ` Benjamin Gaignard
2018-01-29 14:51     ` Thomas Gleixner
2018-01-29 15:04       ` Marc Zyngier
2018-01-29 15:28 ` [tip:irq/urgent] irqchip/stm32: " tip-bot for Benjamin Gaignard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).