mbox series

[0/2] iwlwifi: fixes intended for 5.3 2019-07-08

Message ID 20190708155534.18241-1-luca@coelho.fi (mailing list archive)
Headers show
Series iwlwifi: fixes intended for 5.3 2019-07-08 | expand

Message

Luca Coelho July 8, 2019, 3:55 p.m. UTC
From: Luca Coelho <luciano.coelho@intel.com>

Hi,

This is the first patchset with fixes for v5.3.

The changes are:

* A few new PCI IDs for 9000 and 22000 series;
* Support for C-step 22000 devices;

As usual, I'm pushing this to a pending branch, for kbuild bot.  And
as we agreed, I'll delegate these patches to you in patchwork for you
to apply them directly.  There's no hurry with this, I know we're
still in the merge window, I just wanted to send them out for people
who have these devices and are having problems.  It's your call:
either send them during the merge window, if you send a new pull-req;
or take it when the merge window closes, for v5.3-rc1.

Note: all this area will probably have some conflicts when merging
with -next, because I've been sending new PCI IDs and such things for
fixes, while some other changes are being made for -next.  Let me know
if you need any help merging, when time comes.

Cheers,
Luca.


Ihab Zhaika (1):
  iwlwifi: add new cards for 9000 and 20000 series

Luca Coelho (1):
  iwlwifi: pcie: add support for qu c-step devices

 .../net/wireless/intel/iwlwifi/cfg/22000.c    | 53 +++++++++++++++++++
 .../net/wireless/intel/iwlwifi/iwl-config.h   |  7 +++
 drivers/net/wireless/intel/iwlwifi/iwl-csr.h  |  2 +
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 23 ++++++++
 4 files changed, 85 insertions(+)

Comments

Kalle Valo July 15, 2019, 9:47 a.m. UTC | #1
Luca Coelho <luca@coelho.fi> writes:

> This is the first patchset with fixes for v5.3.
>
> The changes are:
>
> * A few new PCI IDs for 9000 and 22000 series;
> * Support for C-step 22000 devices;
>
> As usual, I'm pushing this to a pending branch, for kbuild bot.  And
> as we agreed, I'll delegate these patches to you in patchwork for you
> to apply them directly.

Great, thanks.

> There's no hurry with this, I know we're still in the merge window, I
> just wanted to send them out for people who have these devices and are
> having problems. It's your call: either send them during the merge
> window, if you send a new pull-req; or take it when the merge window
> closes, for v5.3-rc1.

There seems to few other fixes for v5.3 so I'll try to send a pull
request by end of this week, time permitting of course.

> Note: all this area will probably have some conflicts when merging
> with -next, because I've been sending new PCI IDs and such things for
> fixes, while some other changes are being made for -next.  Let me know
> if you need any help merging, when time comes.

Ok, I'll keep on eye on those.