linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND 07/17] firmware: raspberrypi: Switch to SPDX identifier
@ 2018-11-18 13:10 Stefan Wahren
  2018-11-20 22:08 ` Stefan Wahren
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Wahren @ 2018-11-18 13:10 UTC (permalink / raw)
  To: linux-arm-kernel

Adopt the SPDX license identifier headers to ease license compliance
management.

Cc: Eric Anholt <eric@anholt.net>
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
---
 drivers/firmware/raspberrypi.c             | 5 +----
 include/soc/bcm2835/raspberrypi-firmware.h | 5 +----
 2 files changed, 2 insertions(+), 8 deletions(-)

Hi, it seems that i forgot to send this patch last week.

diff --git a/drivers/firmware/raspberrypi.c b/drivers/firmware/raspberrypi.c
index bf45ac4..f8de8b4 100644
--- a/drivers/firmware/raspberrypi.c
+++ b/drivers/firmware/raspberrypi.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Defines interfaces for interacting wtih the Raspberry Pi firmware's
  * property channel.
  *
  * Copyright ? 2015 Broadcom
- *
- * 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.
  */
 
 #include <linux/dma-mapping.h>
diff --git a/include/soc/bcm2835/raspberrypi-firmware.h b/include/soc/bcm2835/raspberrypi-firmware.h
index c4a5c9e..78e6031 100644
--- a/include/soc/bcm2835/raspberrypi-firmware.h
+++ b/include/soc/bcm2835/raspberrypi-firmware.h
@@ -1,9 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  *  Copyright ? 2015 Broadcom
- *
- * 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 __SOC_RASPBERRY_FIRMWARE_H__
-- 
2.7.4

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

* [PATCH RESEND 07/17] firmware: raspberrypi: Switch to SPDX identifier
  2018-11-18 13:10 [PATCH RESEND 07/17] firmware: raspberrypi: Switch to SPDX identifier Stefan Wahren
@ 2018-11-20 22:08 ` Stefan Wahren
  2018-11-20 22:18   ` Eric Anholt
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Wahren @ 2018-11-20 22:08 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Eric,

> Stefan Wahren <stefan.wahren@i2se.com> hat am 18. November 2018 um 14:10 geschrieben:
> 
> 
> Adopt the SPDX license identifier headers to ease license compliance
> management.
> 
> Cc: Eric Anholt <eric@anholt.net>
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
> Reviewed-by: Eric Anholt <eric@anholt.net>
> ---
>  drivers/firmware/raspberrypi.c             | 5 +----
>  include/soc/bcm2835/raspberrypi-firmware.h | 5 +----
>  2 files changed, 2 insertions(+), 8 deletions(-)
> 
> Hi, it seems that i forgot to send this patch last week.

i accidently added your Reviewed-by which wasn't the case for this particular patch. In case your fine with this patch i would apply it and then from my point of view the pull request would be ready to send.

Regards Stefan

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

* [PATCH RESEND 07/17] firmware: raspberrypi: Switch to SPDX identifier
  2018-11-20 22:08 ` Stefan Wahren
@ 2018-11-20 22:18   ` Eric Anholt
  2018-11-21 13:54     ` Stefan Wahren
  0 siblings, 1 reply; 4+ messages in thread
From: Eric Anholt @ 2018-11-20 22:18 UTC (permalink / raw)
  To: linux-arm-kernel

Stefan Wahren <stefan.wahren@i2se.com> writes:

> Hi Eric,
>
>> Stefan Wahren <stefan.wahren@i2se.com> hat am 18. November 2018 um 14:10 geschrieben:
>> 
>> 
>> Adopt the SPDX license identifier headers to ease license compliance
>> management.
>> 
>> Cc: Eric Anholt <eric@anholt.net>
>> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
>> Reviewed-by: Eric Anholt <eric@anholt.net>
>> ---
>>  drivers/firmware/raspberrypi.c             | 5 +----
>>  include/soc/bcm2835/raspberrypi-firmware.h | 5 +----
>>  2 files changed, 2 insertions(+), 8 deletions(-)
>> 
>> Hi, it seems that i forgot to send this patch last week.
>
> i accidently added your Reviewed-by which wasn't the case for this
> particular patch. In case your fine with this patch i would apply it
> and then from my point of view the pull request would be ready to
> send.

I've reviewed it now, you're good to go :)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20181120/b28c5372/attachment.sig>

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

* [PATCH RESEND 07/17] firmware: raspberrypi: Switch to SPDX identifier
  2018-11-20 22:18   ` Eric Anholt
@ 2018-11-21 13:54     ` Stefan Wahren
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan Wahren @ 2018-11-21 13:54 UTC (permalink / raw)
  To: linux-arm-kernel

> Eric Anholt <eric@anholt.net> hat am 20. November 2018 um 23:18 geschrieben:
> 
> 
> Stefan Wahren <stefan.wahren@i2se.com> writes:
> 
> > Hi Eric,
> >
> >> Stefan Wahren <stefan.wahren@i2se.com> hat am 18. November 2018 um 14:10 geschrieben:
> >> 
> >> 
> >> Adopt the SPDX license identifier headers to ease license compliance
> >> management.
> >> 
> >> Cc: Eric Anholt <eric@anholt.net>
> >> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
> >> Reviewed-by: Eric Anholt <eric@anholt.net>
> >> ---
> >>  drivers/firmware/raspberrypi.c             | 5 +----
> >>  include/soc/bcm2835/raspberrypi-firmware.h | 5 +----
> >>  2 files changed, 2 insertions(+), 8 deletions(-)
> >> 
> >> Hi, it seems that i forgot to send this patch last week.
> >
> > i accidently added your Reviewed-by which wasn't the case for this
> > particular patch. In case your fine with this patch i would apply it
> > and then from my point of view the pull request would be ready to
> > send.
> 
> I've reviewed it now, you're good to go :)

Thanks, it's now applied to bcm2835-drivers-next. So the pull request for the following branches are yours:

bcm2835-defconfig-next
bcm2835-drivers-next
bcm2835-dt-next
bcm2835-soc-next

Stefan

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

end of thread, other threads:[~2018-11-21 13:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-18 13:10 [PATCH RESEND 07/17] firmware: raspberrypi: Switch to SPDX identifier Stefan Wahren
2018-11-20 22:08 ` Stefan Wahren
2018-11-20 22:18   ` Eric Anholt
2018-11-21 13:54     ` Stefan Wahren

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).