mbox series

[00/11,SRU,OEM-OSP1] Support Intel Wireless-AC 9560 on Comet Lake

Message ID 20190618112047.9770-1-vicamo.yang@canonical.com
Headers show
Series Support Intel Wireless-AC 9560 on Comet Lake | expand

Message

You-Sheng Yang June 18, 2019, 11:20 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1833065

[Impact]
Intel Wireless-AC 9560 requires additional driver support as well as new
firmware blobs to function. Without them iwlwifi cannot correctly
recognize the device on systems with Comet Lake cpu.

[Fix]
These changes are cherry-picked from either mainline kernel or
backport-iwlwifi. Firmware blob iwlwifi-QuZ-a0-jf-b0-*.ucode is also
necessary.

[Test]
Verified on hardware 02f0:4234 with fw rev 48.

[Regression Potential]
Low. These changes includes only necessary changes to enable Intel
Wireless-AC 9560.

Ihab Zhaika (3):
  iwlwifi: add new cards for 22000 and fix struct name
  iwlwifi: add new cards for 22000 and change wrong structs
  iwlwifi: change 0x02F0 fw from qu to quz

Luca Coelho (5):
  iwlwifi: bump FW API to 47 for 22000 series
  iwlwifi: remove unused 0x40C0 PCI device IDs
  iwlwifi: bump FW API to 48 for 22000 series
  iwlwifi: bump FW API to 49 for 22000 series
  iwlwifi: bump FW API to 50 for 22000 series

Shaul Triebitz (3):
  iwlwifi: add support for 6-7 GHz channels
  iwlwifi: support new NVM response API
  iwlwifi: for AX210 device support radio GF4

 .../net/wireless/intel/iwlwifi/cfg/22000.c    | 168 ++++++++++--
 .../wireless/intel/iwlwifi/fw/api/nvm-reg.h   |  39 ++-
 drivers/net/wireless/intel/iwlwifi/fw/file.h  |   3 +
 .../net/wireless/intel/iwlwifi/iwl-config.h   |  18 +-
 drivers/net/wireless/intel/iwlwifi/iwl-csr.h  |   5 +-
 .../wireless/intel/iwlwifi/iwl-nvm-parse.c    | 122 +++++----
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 246 +++++++++---------
 .../net/wireless/intel/iwlwifi/pcie/trans.c   |   5 +-
 8 files changed, 409 insertions(+), 197 deletions(-)

Comments

Timo Aaltonen June 19, 2019, 7:25 a.m. UTC | #1
On 18.6.2019 14.20, You-Sheng Yang wrote:
> BugLink: https://bugs.launchpad.net/bugs/1833065
> 
> [Impact]
> Intel Wireless-AC 9560 requires additional driver support as well as new
> firmware blobs to function. Without them iwlwifi cannot correctly
> recognize the device on systems with Comet Lake cpu.

applied to osp1 oem-next, thanks