linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] brcm: firmware drop for brcmfmac driver
@ 2015-03-20 12:35 Arend van Spriel
  2015-03-20 12:37 ` Arend van Spriel
  0 siblings, 1 reply; 6+ messages in thread
From: Arend van Spriel @ 2015-03-20 12:35 UTC (permalink / raw)
  To: Ben Hutchings; +Cc: linux-wireless, Arend van Spriel

This series adds firmware files for a number of "new" devices.
Admittedly there was bit of backlog. For BCM4354 SDIO this
series has firmware upgrade.

This series does apply to the master branch of the linux-firmware
repo on top of commit f10b97abdab2 ("radeon: Update Kaveri MEC
firmware to #396").

Arend van Spriel (7):
  brcm: add firmware for BCM43242 USB device
  brcm: add firmware for BCM4356 PCIe device
  brcm: add firmware files for BCM43602 PCIe device
  brcm: add firmware for BCM43455 SDIO device
  brcm: add firmware for BCM4339 SDIO device
  brcm: add firmware for BCM43340/1 SDIO devices
  brcm: upgrade firmware for BCM4354 SDIO device

 WHENCE                         |   7 +++++++
 brcm/brcmfmac43242a.bin        | Bin 0 -> 479232 bytes
 brcm/brcmfmac43340-sdio.bin    | Bin 0 -> 397378 bytes
 brcm/brcmfmac4339-sdio.bin     | Bin 0 -> 569291 bytes
 brcm/brcmfmac43455-sdio.bin    | Bin 0 -> 488193 bytes
 brcm/brcmfmac4354-sdio.bin     | Bin 507752 -> 591837 bytes
 brcm/brcmfmac4356-pcie.bin     | Bin 0 -> 593956 bytes
 brcm/brcmfmac43602-pcie.ap.bin | Bin 0 -> 588940 bytes
 brcm/brcmfmac43602-pcie.bin    | Bin 0 -> 590544 bytes
 9 files changed, 7 insertions(+)
 create mode 100644 brcm/brcmfmac43242a.bin
 create mode 100644 brcm/brcmfmac43340-sdio.bin
 create mode 100644 brcm/brcmfmac4339-sdio.bin
 create mode 100644 brcm/brcmfmac43455-sdio.bin
 rewrite brcm/brcmfmac4354-sdio.bin (81%)
 create mode 100644 brcm/brcmfmac4356-pcie.bin
 create mode 100644 brcm/brcmfmac43602-pcie.ap.bin
 create mode 100644 brcm/brcmfmac43602-pcie.bin

-- 
1.9.1


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

* Re: [PATCH 0/7] brcm: firmware drop for brcmfmac driver
  2015-03-20 12:35 [PATCH 0/7] brcm: firmware drop for brcmfmac driver Arend van Spriel
@ 2015-03-20 12:37 ` Arend van Spriel
  0 siblings, 0 replies; 6+ messages in thread
From: Arend van Spriel @ 2015-03-20 12:37 UTC (permalink / raw)
  To: Arend van Spriel; +Cc: Ben Hutchings, linux-wireless

On 03/20/15 13:35, Arend van Spriel wrote:
> This series adds firmware files for a number of "new" devices.
> Admittedly there was bit of backlog. For BCM4354 SDIO this
> series has firmware upgrade.
>
> This series does apply to the master branch of the linux-firmware
> repo on top of commit f10b97abdab2 ("radeon: Update Kaveri MEC
> firmware to #396").

Aborted this series during git-sendemail realizing something is missing.

Sorry for the noise.

Regards,
Arend

> Arend van Spriel (7):
>    brcm: add firmware for BCM43242 USB device
>    brcm: add firmware for BCM4356 PCIe device
>    brcm: add firmware files for BCM43602 PCIe device
>    brcm: add firmware for BCM43455 SDIO device
>    brcm: add firmware for BCM4339 SDIO device
>    brcm: add firmware for BCM43340/1 SDIO devices
>    brcm: upgrade firmware for BCM4354 SDIO device
>
>   WHENCE                         |   7 +++++++
>   brcm/brcmfmac43242a.bin        | Bin 0 ->  479232 bytes
>   brcm/brcmfmac43340-sdio.bin    | Bin 0 ->  397378 bytes
>   brcm/brcmfmac4339-sdio.bin     | Bin 0 ->  569291 bytes
>   brcm/brcmfmac43455-sdio.bin    | Bin 0 ->  488193 bytes
>   brcm/brcmfmac4354-sdio.bin     | Bin 507752 ->  591837 bytes
>   brcm/brcmfmac4356-pcie.bin     | Bin 0 ->  593956 bytes
>   brcm/brcmfmac43602-pcie.ap.bin | Bin 0 ->  588940 bytes
>   brcm/brcmfmac43602-pcie.bin    | Bin 0 ->  590544 bytes
>   9 files changed, 7 insertions(+)
>   create mode 100644 brcm/brcmfmac43242a.bin
>   create mode 100644 brcm/brcmfmac43340-sdio.bin
>   create mode 100644 brcm/brcmfmac4339-sdio.bin
>   create mode 100644 brcm/brcmfmac43455-sdio.bin
>   rewrite brcm/brcmfmac4354-sdio.bin (81%)
>   create mode 100644 brcm/brcmfmac4356-pcie.bin
>   create mode 100644 brcm/brcmfmac43602-pcie.ap.bin
>   create mode 100644 brcm/brcmfmac43602-pcie.bin
>


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

* [PATCH 0/7] brcm: firmware drop for brcmfmac driver
@ 2015-03-20 12:43 Arend van Spriel
  2015-03-20 13:35 ` Kyle McMartin
  2015-03-26 14:35 ` Jocky Wilson
  0 siblings, 2 replies; 6+ messages in thread
From: Arend van Spriel @ 2015-03-20 12:43 UTC (permalink / raw)
  To: linux-firmware; +Cc: linux-wireless, Arend van Spriel

This series adds firmware files for a number of "new" devices.
Admittedly there was bit of backlog. For BCM4354 SDIO this
series has firmware upgrade.

This series does apply to the master branch of the linux-firmware
repo on top of commit f10b97abdab2 ("radeon: Update Kaveri MEC
firmware to #396").

Arend van Spriel (7):
  brcm: add firmware for BCM43242 USB device
  brcm: add firmware for BCM4356 PCIe device
  brcm: add firmware files for BCM43602 PCIe device
  brcm: add firmware for BCM43455 SDIO device
  brcm: add firmware for BCM4339 SDIO device
  brcm: add firmware for BCM43340/1 SDIO devices
  brcm: upgrade firmware for BCM4354 SDIO device

 WHENCE                         |   7 +++++++
 brcm/brcmfmac43242a.bin        | Bin 0 -> 479232 bytes
 brcm/brcmfmac43340-sdio.bin    | Bin 0 -> 397378 bytes
 brcm/brcmfmac4339-sdio.bin     | Bin 0 -> 569291 bytes
 brcm/brcmfmac43455-sdio.bin    | Bin 0 -> 488193 bytes
 brcm/brcmfmac4354-sdio.bin     | Bin 507752 -> 591837 bytes
 brcm/brcmfmac4356-pcie.bin     | Bin 0 -> 593956 bytes
 brcm/brcmfmac43602-pcie.ap.bin | Bin 0 -> 588940 bytes
 brcm/brcmfmac43602-pcie.bin    | Bin 0 -> 590544 bytes
 9 files changed, 7 insertions(+)
 create mode 100644 brcm/brcmfmac43242a.bin
 create mode 100644 brcm/brcmfmac43340-sdio.bin
 create mode 100644 brcm/brcmfmac4339-sdio.bin
 create mode 100644 brcm/brcmfmac43455-sdio.bin
 rewrite brcm/brcmfmac4354-sdio.bin (81%)
 create mode 100644 brcm/brcmfmac4356-pcie.bin
 create mode 100644 brcm/brcmfmac43602-pcie.ap.bin
 create mode 100644 brcm/brcmfmac43602-pcie.bin

-- 
1.9.1


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

* Re: [PATCH 0/7] brcm: firmware drop for brcmfmac driver
  2015-03-20 12:43 Arend van Spriel
@ 2015-03-20 13:35 ` Kyle McMartin
  2015-03-26 14:35 ` Jocky Wilson
  1 sibling, 0 replies; 6+ messages in thread
From: Kyle McMartin @ 2015-03-20 13:35 UTC (permalink / raw)
  To: Arend van Spriel; +Cc: linux-firmware, linux-wireless

On Fri, Mar 20, 2015 at 01:43:58PM +0100, Arend van Spriel wrote:
> This series adds firmware files for a number of "new" devices.
> Admittedly there was bit of backlog. For BCM4354 SDIO this
> series has firmware upgrade.
> 
> This series does apply to the master branch of the linux-firmware
> repo on top of commit f10b97abdab2 ("radeon: Update Kaveri MEC
> firmware to #396").
> 
> Arend van Spriel (7):
>   brcm: add firmware for BCM43242 USB device
>   brcm: add firmware for BCM4356 PCIe device
>   brcm: add firmware files for BCM43602 PCIe device
>   brcm: add firmware for BCM43455 SDIO device
>   brcm: add firmware for BCM4339 SDIO device
>   brcm: add firmware for BCM43340/1 SDIO devices
>   brcm: upgrade firmware for BCM4354 SDIO device
> 

Cool, thanks, I've applied this series and pushed it out.

regards, Kyle


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

* Re: [PATCH 0/7] brcm: firmware drop for brcmfmac driver
  2015-03-20 12:43 Arend van Spriel
  2015-03-20 13:35 ` Kyle McMartin
@ 2015-03-26 14:35 ` Jocky Wilson
  2015-03-26 19:42   ` Arend van Spriel
  1 sibling, 1 reply; 6+ messages in thread
From: Jocky Wilson @ 2015-03-26 14:35 UTC (permalink / raw)
  To: linux-wireless

Arend van Spriel <arend@...> writes:

> 
> This series adds firmware files for a number of "new" devices.
> Admittedly there was bit of backlog. For BCM4354 SDIO this
> series has firmware upgrade.
> 
Arend, will there be a firmware for the BCM4324 SDIO rev 6 pmurev 17 which is 
built in Lenovo Thinkpad Tablet 8 and 10-series, any time soon?

Cheers
JockyW 


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

* Re: [PATCH 0/7] brcm: firmware drop for brcmfmac driver
  2015-03-26 14:35 ` Jocky Wilson
@ 2015-03-26 19:42   ` Arend van Spriel
  0 siblings, 0 replies; 6+ messages in thread
From: Arend van Spriel @ 2015-03-26 19:42 UTC (permalink / raw)
  To: Jocky Wilson; +Cc: linux-wireless

On 03/26/15 15:35, Jocky Wilson wrote:
> Arend van Spriel<arend@...>  writes:
>
>>
>> This series adds firmware files for a number of "new" devices.
>> Admittedly there was bit of backlog. For BCM4354 SDIO this
>> series has firmware upgrade.
>>
> Arend, will there be a firmware for the BCM4324 SDIO rev 6 pmurev 17 which is
> built in Lenovo Thinkpad Tablet 8 and 10-series, any time soon?

On its way. Pending internal review.

Regards,
Arend

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

end of thread, other threads:[~2015-03-26 19:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-20 12:35 [PATCH 0/7] brcm: firmware drop for brcmfmac driver Arend van Spriel
2015-03-20 12:37 ` Arend van Spriel
  -- strict thread matches above, loose matches on Subject: below --
2015-03-20 12:43 Arend van Spriel
2015-03-20 13:35 ` Kyle McMartin
2015-03-26 14:35 ` Jocky Wilson
2015-03-26 19:42   ` Arend van Spriel

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