All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] linux-firmware: correct name of Marvell license file
@ 2013-08-26 21:49 Peter A. Bigot
  2013-08-26 21:49 ` [PATCH 2/2] linux-firmware: package Marvell SD8787 firmware Peter A. Bigot
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Peter A. Bigot @ 2013-08-26 21:49 UTC (permalink / raw)
  To: openembedded-core

From: "Peter A. Bigot" <pab@pabigot.com>

Follow upstream in changing the name of the license file for Marvell
firmware:

  commit 2e79e60b7e4771427327ed508fa27b90d841afcb
  Author: Bing Zhao <bzhao@marvell.com>
  Date:   Fri Jan 7 16:06:56 2011 -0800

    linux-firmware: use single license file for Marvell firmwares

    Libertas and mwl8k firmware images are under the same license.

    Signed-off-by: Bing Zhao <bzhao@marvell.com>
    Signed-off-by: Brian Cavagnolo <brian@cozybit.com>
    Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>

  :000000 100644 0000000... 3224e1b... A  LICENCE.Marvell
  :100644 000000 1fd8766... 0000000... D  LICENCE.libertas
  :100644 000000 3224e1b... 0000000... D  LICENCE.mwl8k
  :100644 100644 d0740ce... 35b82c8... M  WHENCE

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
---
 .../linux-firmware/linux-firmware_git.bb           |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
index ee33f50..42f6ce0 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
@@ -21,6 +21,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.radeon;md5=e56b405656593a0c97e478513051ea0e \
                     file://LICENCE.ti-connectivity;md5=186e7a43cf6c274283ad81272ca218ea \
                     file://LICENCE.atheros_firmware;md5=30a14c7823beedac9fa39c64fdd01a13 \
                     file://LICENCE.via_vt6656;md5=e4159694cba42d4377a912e78a6e850f \
+                    file://LICENCE.Marvell;md5=9ddea1734a4baf3c78d845151f42a37a \
                    "
 
 SRCREV = "c530a75c1e6a472b0eb9558310b518f0dfcd8860"
@@ -95,11 +96,11 @@ FILES_${PN}-ralink = " \
   /lib/firmware/LICENCE.ralink-firmware.txt \
 "
 
-LICENSE_${PN}-sd8686 = "Firmware-libertas"
+LICENSE_${PN}-sd8686 = "Firmware-Marvell"
 FILES_${PN}-sd8686 = " \
   /lib/firmware/libertas/sd8686_v9* \
   /lib/firmware/sd8686* \
-  /lib/firmware/LICENCE.libertas \
+  /lib/firmware/LICENCE.Marvell \
 "
 
 FILES_${PN}-rtl-license = " \
-- 
1.7.9.5



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

* [PATCH 2/2] linux-firmware: package Marvell SD8787 firmware
  2013-08-26 21:49 [PATCH 1/2] linux-firmware: correct name of Marvell license file Peter A. Bigot
@ 2013-08-26 21:49 ` Peter A. Bigot
  2013-08-29 17:42   ` Saul Wold
  2013-08-29 18:35   ` [Patch v2] " Peter A. Bigot
  2013-09-05 11:16 ` [PATCH 1/2] linux-firmware: correct name of Marvell license file Peter A. Bigot
  2013-09-05 11:17 ` Peter A. Bigot
  2 siblings, 2 replies; 7+ messages in thread
From: Peter A. Bigot @ 2013-08-26 21:49 UTC (permalink / raw)
  To: openembedded-core

From: "Peter A. Bigot" <pab@pabigot.com>

Also split out Marvell license as separate package.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
---
 .../linux-firmware/linux-firmware_git.bb           |   14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
index 42f6ce0..0c69ee4 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
@@ -55,7 +55,9 @@ do_install() {
 }
 
 
-PACKAGES =+ "${PN}-ralink ${PN}-sd8686 ${PN}-wl12xx ${PN}-vt6656 \
+PACKAGES =+ "${PN}-ralink \
+             ${PN}-Marvell-license ${PN}-sd8686 ${PN}-sd8787 \
+             ${PN}-wl12xx ${PN}-vt6656 \
              ${PN}-rtl-license ${PN}-rtl8192cu ${PN}-rtl8192ce ${PN}-rtl8192su \
              ${PN}-broadcom-license ${PN}-bcm4329 ${PN}-bcm4330 ${PN}-bcm4334 \
              ${PN}-atheros-license ${PN}-ar9170 ${PN}-ar3k ${PN}-ath6k ${PN}-ath9k \
@@ -96,12 +98,20 @@ FILES_${PN}-ralink = " \
   /lib/firmware/LICENCE.ralink-firmware.txt \
 "
 
+FILES_${PN}-Marvell-license = "/lib/firmware/LICENCE.Marvell"
+
 LICENSE_${PN}-sd8686 = "Firmware-Marvell"
 FILES_${PN}-sd8686 = " \
   /lib/firmware/libertas/sd8686_v9* \
   /lib/firmware/sd8686* \
-  /lib/firmware/LICENCE.Marvell \
 "
+RDEPENDS_${PN}-sd8686 += "${PN}-Marvell-license"
+
+LICENSE_${PN}-sd8787 = "Firmware-Marvell"
+FILES_${PN}-sd8787 = " \
+  /lib/firmware/mrvl/sd8787_uapsta.bin \
+"
+RDEPENDS_${PN}-sd8787 += "${PN}-Marvell-license"
 
 FILES_${PN}-rtl-license = " \
   /lib/firmware/LICENCE.rtlwifi_firmware.txt \
-- 
1.7.9.5



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

* Re: [PATCH 2/2] linux-firmware: package Marvell SD8787 firmware
  2013-08-26 21:49 ` [PATCH 2/2] linux-firmware: package Marvell SD8787 firmware Peter A. Bigot
@ 2013-08-29 17:42   ` Saul Wold
  2013-08-29 18:23     ` Peter A. Bigot
  2013-08-29 18:35   ` [Patch v2] " Peter A. Bigot
  1 sibling, 1 reply; 7+ messages in thread
From: Saul Wold @ 2013-08-29 17:42 UTC (permalink / raw)
  To: Peter A. Bigot; +Cc: openembedded-core

On 08/26/2013 02:49 PM, Peter A. Bigot wrote:
> From: "Peter A. Bigot" <pab@pabigot.com>
>
> Also split out Marvell license as separate package.
>
> Signed-off-by: Peter A. Bigot <pab@pabigot.com>
> ---
>   .../linux-firmware/linux-firmware_git.bb           |   14 ++++++++++++--
>   1 file changed, 12 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
> index 42f6ce0..0c69ee4 100644
> --- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
> +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
> @@ -55,7 +55,9 @@ do_install() {
>   }
>
>
> -PACKAGES =+ "${PN}-ralink ${PN}-sd8686 ${PN}-wl12xx ${PN}-vt6656 \
> +PACKAGES =+ "${PN}-ralink \
> +             ${PN}-Marvell-license ${PN}-sd8686 ${PN}-sd8787 \
This is an illegal package name with Capital "Marvell", this is due to 
ipkg not handling capital letters in package names.

This should have given you an error during your testing.

Sau!

> +             ${PN}-wl12xx ${PN}-vt6656 \
>                ${PN}-rtl-license ${PN}-rtl8192cu ${PN}-rtl8192ce ${PN}-rtl8192su \
>                ${PN}-broadcom-license ${PN}-bcm4329 ${PN}-bcm4330 ${PN}-bcm4334 \
>                ${PN}-atheros-license ${PN}-ar9170 ${PN}-ar3k ${PN}-ath6k ${PN}-ath9k \
> @@ -96,12 +98,20 @@ FILES_${PN}-ralink = " \
>     /lib/firmware/LICENCE.ralink-firmware.txt \
>   "
>
> +FILES_${PN}-Marvell-license = "/lib/firmware/LICENCE.Marvell"
> +
>   LICENSE_${PN}-sd8686 = "Firmware-Marvell"
>   FILES_${PN}-sd8686 = " \
>     /lib/firmware/libertas/sd8686_v9* \
>     /lib/firmware/sd8686* \
> -  /lib/firmware/LICENCE.Marvell \
>   "
> +RDEPENDS_${PN}-sd8686 += "${PN}-Marvell-license"
> +
> +LICENSE_${PN}-sd8787 = "Firmware-Marvell"
> +FILES_${PN}-sd8787 = " \
> +  /lib/firmware/mrvl/sd8787_uapsta.bin \
> +"
> +RDEPENDS_${PN}-sd8787 += "${PN}-Marvell-license"
>
>   FILES_${PN}-rtl-license = " \
>     /lib/firmware/LICENCE.rtlwifi_firmware.txt \
>


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

* Re: [PATCH 2/2] linux-firmware: package Marvell SD8787 firmware
  2013-08-29 17:42   ` Saul Wold
@ 2013-08-29 18:23     ` Peter A. Bigot
  0 siblings, 0 replies; 7+ messages in thread
From: Peter A. Bigot @ 2013-08-29 18:23 UTC (permalink / raw)
  To: Saul Wold; +Cc: openembedded-core

On 08/29/2013 12:42 PM, Saul Wold wrote:
> On 08/26/2013 02:49 PM, Peter A. Bigot wrote:
>> From: "Peter A. Bigot" <pab@pabigot.com>
>>
>> Also split out Marvell license as separate package.
>>
>> Signed-off-by: Peter A. Bigot <pab@pabigot.com>
>> ---
>>   .../linux-firmware/linux-firmware_git.bb           |   14 
>> ++++++++++++--
>>   1 file changed, 12 insertions(+), 2 deletions(-)
>>
>> diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb 
>> b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
>> index 42f6ce0..0c69ee4 100644
>> --- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
>> +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
>> @@ -55,7 +55,9 @@ do_install() {
>>   }
>>
>>
>> -PACKAGES =+ "${PN}-ralink ${PN}-sd8686 ${PN}-wl12xx ${PN}-vt6656 \
>> +PACKAGES =+ "${PN}-ralink \
>> +             ${PN}-Marvell-license ${PN}-sd8686 ${PN}-sd8787 \
> This is an illegal package name with Capital "Marvell", this is due to 
> ipkg not handling capital letters in package names.
>
> This should have given you an error during your testing.

Didn't come up, but I'm using rpm.  I picked capital because that's what 
it is upstream, but will modify it to use lower case and resubmit.

Peter

>
> Sau!
>
>> +             ${PN}-wl12xx ${PN}-vt6656 \
>>                ${PN}-rtl-license ${PN}-rtl8192cu ${PN}-rtl8192ce 
>> ${PN}-rtl8192su \
>>                ${PN}-broadcom-license ${PN}-bcm4329 ${PN}-bcm4330 
>> ${PN}-bcm4334 \
>>                ${PN}-atheros-license ${PN}-ar9170 ${PN}-ar3k 
>> ${PN}-ath6k ${PN}-ath9k \
>> @@ -96,12 +98,20 @@ FILES_${PN}-ralink = " \
>>     /lib/firmware/LICENCE.ralink-firmware.txt \
>>   "
>>
>> +FILES_${PN}-Marvell-license = "/lib/firmware/LICENCE.Marvell"
>> +
>>   LICENSE_${PN}-sd8686 = "Firmware-Marvell"
>>   FILES_${PN}-sd8686 = " \
>>     /lib/firmware/libertas/sd8686_v9* \
>>     /lib/firmware/sd8686* \
>> -  /lib/firmware/LICENCE.Marvell \
>>   "
>> +RDEPENDS_${PN}-sd8686 += "${PN}-Marvell-license"
>> +
>> +LICENSE_${PN}-sd8787 = "Firmware-Marvell"
>> +FILES_${PN}-sd8787 = " \
>> +  /lib/firmware/mrvl/sd8787_uapsta.bin \
>> +"
>> +RDEPENDS_${PN}-sd8787 += "${PN}-Marvell-license"
>>
>>   FILES_${PN}-rtl-license = " \
>>     /lib/firmware/LICENCE.rtlwifi_firmware.txt \
>>



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

* [Patch v2] linux-firmware: package Marvell SD8787 firmware
  2013-08-26 21:49 ` [PATCH 2/2] linux-firmware: package Marvell SD8787 firmware Peter A. Bigot
  2013-08-29 17:42   ` Saul Wold
@ 2013-08-29 18:35   ` Peter A. Bigot
  1 sibling, 0 replies; 7+ messages in thread
From: Peter A. Bigot @ 2013-08-29 18:35 UTC (permalink / raw)
  To: openembedded-core

Also split out Marvell license as separate package.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
---
 meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
index 42f6ce0..1a6f7c9 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
@@ -55,7 +55,9 @@ do_install() {
 }
 
 
-PACKAGES =+ "${PN}-ralink ${PN}-sd8686 ${PN}-wl12xx ${PN}-vt6656 \
+PACKAGES =+ "${PN}-ralink \
+             ${PN}-marvell-license ${PN}-sd8686 ${PN}-sd8787 \
+             ${PN}-wl12xx ${PN}-vt6656 \
              ${PN}-rtl-license ${PN}-rtl8192cu ${PN}-rtl8192ce ${PN}-rtl8192su \
              ${PN}-broadcom-license ${PN}-bcm4329 ${PN}-bcm4330 ${PN}-bcm4334 \
              ${PN}-atheros-license ${PN}-ar9170 ${PN}-ar3k ${PN}-ath6k ${PN}-ath9k \
@@ -96,12 +98,20 @@ FILES_${PN}-ralink = " \
   /lib/firmware/LICENCE.ralink-firmware.txt \
 "
 
+FILES_${PN}-marvell-license = "/lib/firmware/LICENCE.Marvell"
+
 LICENSE_${PN}-sd8686 = "Firmware-Marvell"
 FILES_${PN}-sd8686 = " \
   /lib/firmware/libertas/sd8686_v9* \
   /lib/firmware/sd8686* \
-  /lib/firmware/LICENCE.Marvell \
 "
+RDEPENDS_${PN}-sd8686 += "${PN}-marvell-license"
+
+LICENSE_${PN}-sd8787 = "Firmware-Marvell"
+FILES_${PN}-sd8787 = " \
+  /lib/firmware/mrvl/sd8787_uapsta.bin \
+"
+RDEPENDS_${PN}-sd8787 += "${PN}-marvell-license"
 
 FILES_${PN}-rtl-license = " \
   /lib/firmware/LICENCE.rtlwifi_firmware.txt \
-- 
1.8.4



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

* Re: [PATCH 1/2] linux-firmware: correct name of Marvell license file
  2013-08-26 21:49 [PATCH 1/2] linux-firmware: correct name of Marvell license file Peter A. Bigot
  2013-08-26 21:49 ` [PATCH 2/2] linux-firmware: package Marvell SD8787 firmware Peter A. Bigot
@ 2013-09-05 11:16 ` Peter A. Bigot
  2013-09-05 11:17 ` Peter A. Bigot
  2 siblings, 0 replies; 7+ messages in thread
From: Peter A. Bigot @ 2013-09-05 11:16 UTC (permalink / raw)
  To: OE-core

Ping?  For this one on dylan; the master one has been merged.

On 08/26/2013 04:49 PM, Peter A. Bigot wrote:
> From: "Peter A. Bigot" <pab@pabigot.com>
>
> Follow upstream in changing the name of the license file for Marvell
> firmware:
>
>    commit 2e79e60b7e4771427327ed508fa27b90d841afcb
>    Author: Bing Zhao <bzhao@marvell.com>
>    Date:   Fri Jan 7 16:06:56 2011 -0800
>
>      linux-firmware: use single license file for Marvell firmwares
>
>      Libertas and mwl8k firmware images are under the same license.
>
>      Signed-off-by: Bing Zhao <bzhao@marvell.com>
>      Signed-off-by: Brian Cavagnolo <brian@cozybit.com>
>      Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
>
>    :000000 100644 0000000... 3224e1b... A  LICENCE.Marvell
>    :100644 000000 1fd8766... 0000000... D  LICENCE.libertas
>    :100644 000000 3224e1b... 0000000... D  LICENCE.mwl8k
>    :100644 100644 d0740ce... 35b82c8... M  WHENCE
>
> Signed-off-by: Peter A. Bigot <pab@pabigot.com>
> ---
>   .../linux-firmware/linux-firmware_git.bb           |    5 +++--
>   1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
> index ee33f50..42f6ce0 100644
> --- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
> +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
> @@ -21,6 +21,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.radeon;md5=e56b405656593a0c97e478513051ea0e \
>                       file://LICENCE.ti-connectivity;md5=186e7a43cf6c274283ad81272ca218ea \
>                       file://LICENCE.atheros_firmware;md5=30a14c7823beedac9fa39c64fdd01a13 \
>                       file://LICENCE.via_vt6656;md5=e4159694cba42d4377a912e78a6e850f \
> +                    file://LICENCE.Marvell;md5=9ddea1734a4baf3c78d845151f42a37a \
>                      "
>   
>   SRCREV = "c530a75c1e6a472b0eb9558310b518f0dfcd8860"
> @@ -95,11 +96,11 @@ FILES_${PN}-ralink = " \
>     /lib/firmware/LICENCE.ralink-firmware.txt \
>   "
>   
> -LICENSE_${PN}-sd8686 = "Firmware-libertas"
> +LICENSE_${PN}-sd8686 = "Firmware-Marvell"
>   FILES_${PN}-sd8686 = " \
>     /lib/firmware/libertas/sd8686_v9* \
>     /lib/firmware/sd8686* \
> -  /lib/firmware/LICENCE.libertas \
> +  /lib/firmware/LICENCE.Marvell \
>   "
>   
>   FILES_${PN}-rtl-license = " \



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

* Re: [PATCH 1/2] linux-firmware: correct name of Marvell license file
  2013-08-26 21:49 [PATCH 1/2] linux-firmware: correct name of Marvell license file Peter A. Bigot
  2013-08-26 21:49 ` [PATCH 2/2] linux-firmware: package Marvell SD8787 firmware Peter A. Bigot
  2013-09-05 11:16 ` [PATCH 1/2] linux-firmware: correct name of Marvell license file Peter A. Bigot
@ 2013-09-05 11:17 ` Peter A. Bigot
  2 siblings, 0 replies; 7+ messages in thread
From: Peter A. Bigot @ 2013-09-05 11:17 UTC (permalink / raw)
  To: OE-core

Ok, third time after smacking thunderbird upside the head:

Ping for this and the revised 2/2 in which I addressed Saul's comment.

Peter

On 08/26/2013 04:49 PM, Peter A. Bigot wrote:
> From: "Peter A. Bigot" <pab@pabigot.com>
>
> Follow upstream in changing the name of the license file for Marvell
> firmware:
>
>    commit 2e79e60b7e4771427327ed508fa27b90d841afcb
>    Author: Bing Zhao <bzhao@marvell.com>
>    Date:   Fri Jan 7 16:06:56 2011 -0800
>
>      linux-firmware: use single license file for Marvell firmwares
>
>      Libertas and mwl8k firmware images are under the same license.
>
>      Signed-off-by: Bing Zhao <bzhao@marvell.com>
>      Signed-off-by: Brian Cavagnolo <brian@cozybit.com>
>      Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
>
>    :000000 100644 0000000... 3224e1b... A  LICENCE.Marvell
>    :100644 000000 1fd8766... 0000000... D  LICENCE.libertas
>    :100644 000000 3224e1b... 0000000... D  LICENCE.mwl8k
>    :100644 100644 d0740ce... 35b82c8... M  WHENCE
>
> Signed-off-by: Peter A. Bigot <pab@pabigot.com>
> ---
>   .../linux-firmware/linux-firmware_git.bb           |    5 +++--
>   1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
> index ee33f50..42f6ce0 100644
> --- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
> +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
> @@ -21,6 +21,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.radeon;md5=e56b405656593a0c97e478513051ea0e \
>                       file://LICENCE.ti-connectivity;md5=186e7a43cf6c274283ad81272ca218ea \
>                       file://LICENCE.atheros_firmware;md5=30a14c7823beedac9fa39c64fdd01a13 \
>                       file://LICENCE.via_vt6656;md5=e4159694cba42d4377a912e78a6e850f \
> +                    file://LICENCE.Marvell;md5=9ddea1734a4baf3c78d845151f42a37a \
>                      "
>   
>   SRCREV = "c530a75c1e6a472b0eb9558310b518f0dfcd8860"
> @@ -95,11 +96,11 @@ FILES_${PN}-ralink = " \
>     /lib/firmware/LICENCE.ralink-firmware.txt \
>   "
>   
> -LICENSE_${PN}-sd8686 = "Firmware-libertas"
> +LICENSE_${PN}-sd8686 = "Firmware-Marvell"
>   FILES_${PN}-sd8686 = " \
>     /lib/firmware/libertas/sd8686_v9* \
>     /lib/firmware/sd8686* \
> -  /lib/firmware/LICENCE.libertas \
> +  /lib/firmware/LICENCE.Marvell \
>   "
>   
>   FILES_${PN}-rtl-license = " \



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

end of thread, other threads:[~2013-09-05 11:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-26 21:49 [PATCH 1/2] linux-firmware: correct name of Marvell license file Peter A. Bigot
2013-08-26 21:49 ` [PATCH 2/2] linux-firmware: package Marvell SD8787 firmware Peter A. Bigot
2013-08-29 17:42   ` Saul Wold
2013-08-29 18:23     ` Peter A. Bigot
2013-08-29 18:35   ` [Patch v2] " Peter A. Bigot
2013-09-05 11:16 ` [PATCH 1/2] linux-firmware: correct name of Marvell license file Peter A. Bigot
2013-09-05 11:17 ` Peter A. Bigot

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.