mbox series

[0/8] iwlwifi: updates intended for v5.12 2021-02-10 part 2

Message ID 20210210152355.419776-1-luca@coelho.fi
Headers show
Series iwlwifi: updates intended for v5.12 2021-02-10 part 2 | expand

Message

Luca Coelho Feb. 10, 2021, 3:23 p.m. UTC
From: Luca Coelho <luciano.coelho@intel.com>

Hi,

Here's the seventh set of patches intended for v5.12.  It's the usual
development, new features, cleanups and bugfixes.

The changes are:

* Bump the FW API support version;
* Implement support for PNVM from BIOS;
* Fix PM status when a FW crash happens;
* Some other small fixes, clean-ups and improvements.

As usual, I'm pushing this to a pending branch, for kbuild bot, and
will send a pull-request later.

Please review.

Cheers,
Luca.


Golan Ben Ami (1):
  iwlwifi: mvm: reduce the print severity of failing getting NIC temp

Luca Coelho (5):
  iwlwifi: pnvm: set the PNVM again if it was already loaded
  iwlwifi: pnvm: increment the pointer before checking the TLV
  iwlwifi: pnvm: move file loading code to a separate function
  iwlwifi: pnvm: implement reading PNVM from UEFI
  iwlwifi: bump FW API to 62 for AX devices

Matti Gottlieb (1):
  iwlwifi: pcie: define FW_RESET_TIMEOUT for clarity

Ravi Darsi (1):
  iwlwifi: mvm: global PM mode does not reset after FW crash

 .../net/wireless/intel/iwlwifi/cfg/22000.c    |   2 +-
 drivers/net/wireless/intel/iwlwifi/fw/pnvm.c  | 190 ++++++++++++++----
 drivers/net/wireless/intel/iwlwifi/mvm/d3.c   |   1 +
 drivers/net/wireless/intel/iwlwifi/mvm/tt.c   |   2 +-
 .../intel/iwlwifi/pcie/ctxt-info-gen3.c       |  21 +-
 .../wireless/intel/iwlwifi/pcie/trans-gen2.c  |   4 +-
 6 files changed, 172 insertions(+), 48 deletions(-)