All of lore.kernel.org
 help / color / mirror / Atom feed
* pull request: iwlwifi -21.ucode firmware
@ 2016-03-10  7:29 Grumbach, Emmanuel
  2016-03-10 18:49 ` Kyle McMartin
  0 siblings, 1 reply; 4+ messages in thread
From: Grumbach, Emmanuel @ 2016-03-10  7:29 UTC (permalink / raw)
  To: linux-firmware; +Cc: linux-wireless

Hi Kyle,

This is a pull request to include our latest available firmware into
mainline linux-firmware.git.

It includes -21.ucode for various devices including devices for which
this is the first supported firmware (3168 and 8265).
This firmware is supported starting kernel 4.6.

Please pull!

Thank you.

The following changes since commit 8d1fd61a3723ab8cb6b7bfeb8be38e16282cc1ed:

nvidia: Add GM20B signed firmware (2016-02-23 18:48:41 +0900)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/linux-firmware.git
tags/iwlwifi-fw-2016-03-09

for you to fetch changes up to a2c354e64cec4b1146054c7e5b7df4329af752a7:

iwlwifi: add new -21.ucode for 7265D, 8260, 3168 and 8265 devices
(2016-03-09 22:41:59 +0200)

----------------------------------------------------------------
This includes -21.ucode for the following devices:
* 7265D
* 3165
* 8260
* 3168 (new device)
* 8265 (new device)

----------------------------------------------------------------
Emmanuel Grumbach (1):
iwlwifi: add new -21.ucode for 7265D, 8260, 3168 and 8265 devices

iwlwifi-3168-21.ucode | Bin 0 -> 1384856 bytes
iwlwifi-7265D-21.ucode | Bin 0 -> 1385368 bytes
iwlwifi-8000C-21.ucode | Bin 0 -> 2394060 bytes
iwlwifi-8265-21.ucode | Bin 0 -> 2389968 bytes
4 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 iwlwifi-3168-21.ucode
create mode 100644 iwlwifi-7265D-21.ucode
create mode 100644 iwlwifi-8000C-21.ucode
create mode 100644 iwlwifi-8265-21.ucode

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

* Re: pull request: iwlwifi -21.ucode firmware
  2016-03-10  7:29 pull request: iwlwifi -21.ucode firmware Grumbach, Emmanuel
@ 2016-03-10 18:49 ` Kyle McMartin
  2016-03-10 19:15   ` Grumbach, Emmanuel
  0 siblings, 1 reply; 4+ messages in thread
From: Kyle McMartin @ 2016-03-10 18:49 UTC (permalink / raw)
  To: Grumbach, Emmanuel; +Cc: linux-wireless, linux-firmware

On Thu, Mar 10, 2016 at 07:29:15AM +0000, Grumbach, Emmanuel wrote:
> Hi Kyle,
> 
> This is a pull request to include our latest available firmware into
> mainline linux-firmware.git.
> 
> It includes -21.ucode for various devices including devices for which
> this is the first supported firmware (3168 and 8265).
> This firmware is supported starting kernel 4.6.
> 
> Please pull!
> 

Pulled, can you follow this up and update WHENCE? I'd do it, but there's
a lack of consistency between Version: and some of the past commit
messages, so I'm not sure what the right value would be.

regards, --Kyle

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

* Re: pull request: iwlwifi -21.ucode firmware
  2016-03-10 18:49 ` Kyle McMartin
@ 2016-03-10 19:15   ` Grumbach, Emmanuel
  2016-03-10 19:58     ` Kyle McMartin
  0 siblings, 1 reply; 4+ messages in thread
From: Grumbach, Emmanuel @ 2016-03-10 19:15 UTC (permalink / raw)
  To: Kyle McMartin; +Cc: linux-wireless, linux-firmware



On 03/10/2016 08:50 PM, Kyle McMartin wrote:
> On Thu, Mar 10, 2016 at 07:29:15AM +0000, Grumbach, Emmanuel wrote:
>> Hi Kyle,
>>
>> This is a pull request to include our latest available firmware into
>> mainline linux-firmware.git.
>>
>> It includes -21.ucode for various devices including devices for which
>> this is the first supported firmware (3168 and 8265).
>> This firmware is supported starting kernel 4.6.
>>
>> Please pull!
>>
> 
> Pulled, can you follow this up and update WHENCE? I'd do it, but there's
> a lack of consistency between Version: and some of the past commit
> messages, so I'm not sure what the right value would be.
> 

Ooops - sorry:

e6dedba0a09221a755ae4573d70b86c804a14be2 in the same tree.

diff --git a/WHENCE b/WHENCE
index e249c49..a9c5e98 100644
--- a/WHENCE
+++ b/WHENCE
@@ -897,12 +897,24 @@ Version: 25.30.13.0
 File: iwlwifi-7265D-16.ucode
 Version 16.242414.0

+File: iwlwifi-7265D-21.ucode
+Version 21.302800.0
+
+File: iwlwifi-3168-21.ucode
+Version 21.302800.0
+
 File: iwlwifi-8000C-13.ucode
 Version: 25.30.13.0

 File: iwlwifi-8000C-16.ucode
 Version 16.242414.0

+File: iwlwifi-8000C-21.ucode
+Version 21.302800.0
+
+File: iwlwifi-8265-21.ucode
+Version 21.302800.0
+
 Licence: Redistributable. See LICENCE.iwlwifi_firmware for details

 Also available from
http://wireless.kernel.org/en/users/Drivers/iwlwifi#Firmware


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

* Re: pull request: iwlwifi -21.ucode firmware
  2016-03-10 19:15   ` Grumbach, Emmanuel
@ 2016-03-10 19:58     ` Kyle McMartin
  0 siblings, 0 replies; 4+ messages in thread
From: Kyle McMartin @ 2016-03-10 19:58 UTC (permalink / raw)
  To: Grumbach, Emmanuel; +Cc: Kyle McMartin, linux-wireless

On Thu, Mar 10, 2016 at 07:15:31PM +0000, Grumbach, Emmanuel wrote:
> > Pulled, can you follow this up and update WHENCE? I'd do it, but there's
> > a lack of consistency between Version: and some of the past commit
> > messages, so I'm not sure what the right value would be.
> > 
> 
> Ooops - sorry:
> 

no worries, gotcha.

--kyle

> e6dedba0a09221a755ae4573d70b86c804a14be2 in the same tree.
> 
> diff --git a/WHENCE b/WHENCE
> index e249c49..a9c5e98 100644
> --- a/WHENCE
> +++ b/WHENCE
> @@ -897,12 +897,24 @@ Version: 25.30.13.0
>  File: iwlwifi-7265D-16.ucode
>  Version 16.242414.0
> 
> +File: iwlwifi-7265D-21.ucode
> +Version 21.302800.0
> +
> +File: iwlwifi-3168-21.ucode
> +Version 21.302800.0
> +
>  File: iwlwifi-8000C-13.ucode
>  Version: 25.30.13.0
> 
>  File: iwlwifi-8000C-16.ucode
>  Version 16.242414.0
> 
> +File: iwlwifi-8000C-21.ucode
> +Version 21.302800.0
> +
> +File: iwlwifi-8265-21.ucode
> +Version 21.302800.0
> +
>  Licence: Redistributable. See LICENCE.iwlwifi_firmware for details
> 
>  Also available from
> http://wireless.kernel.org/en/users/Drivers/iwlwifi#Firmware
> 
> 

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

end of thread, other threads:[~2016-03-10 19:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-10  7:29 pull request: iwlwifi -21.ucode firmware Grumbach, Emmanuel
2016-03-10 18:49 ` Kyle McMartin
2016-03-10 19:15   ` Grumbach, Emmanuel
2016-03-10 19:58     ` Kyle McMartin

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.