From: Luca Coelho <luciano.coelho@xxxxxxxxx> Hi, Here's the second set of patches intended for v5.7. It's the usual development, new features, cleanups and bugfixes. The changes are: * Refactoring of the device selection algorithms continues; * Improvement in the initialization fo SoC-based devices; * Support for FW scan API; * Some additions to our FW debuggging capabilities; * Some other small fixes and clean-ups; As usual, I'm pushing this to a pending branch, for kbuild bot, and will send a pull-request later. Please review. Cheers, Luca. Johannes Berg (3): iwlwifi: pass trans and NVM data to HE capability parsing iwlwifi: mvm: rs-fw: fix some indentation iwlwifi: mvm: enable SF also when we have HE Luca Coelho (9): iwlwifi: yoyo: add PCI config space region type iwlwifi: pcie: implement read_config32 iwlwifi: remove redundant iwl9560_2ac_cfg struct iwlwifi: move integrated, extra_phy and soc_latency to trans_cfg iwlwifi: remove some unused extern declarations from iwl-config.h iwlwifi: add HW step to new cfg device table iwlwifi: convert all Qu with Jf devices to the new config table iwlwifi: convert QnJ with Jf devices to new config table iwlwifi: remove unnecessary cfg mangling for Qu C and QuZ with Jf Shahar S Matityahu (2): iwlwifi: mvm: add soc latency support iwlwifi: scan: support scan req cmd ver 14 .../net/wireless/intel/iwlwifi/cfg/22000.c | 252 ++----- drivers/net/wireless/intel/iwlwifi/cfg/9000.c | 32 +- .../wireless/intel/iwlwifi/fw/api/commands.h | 9 +- .../net/wireless/intel/iwlwifi/fw/api/scan.h | 52 +- .../net/wireless/intel/iwlwifi/fw/api/soc.h | 83 ++ drivers/net/wireless/intel/iwlwifi/fw/dbg.c | 39 +- drivers/net/wireless/intel/iwlwifi/fw/file.h | 11 +- .../net/wireless/intel/iwlwifi/iwl-config.h | 57 +- .../net/wireless/intel/iwlwifi/iwl-dbg-tlv.c | 6 + .../wireless/intel/iwlwifi/iwl-nvm-parse.c | 8 +- .../net/wireless/intel/iwlwifi/iwl-trans.h | 3 + .../net/wireless/intel/iwlwifi/mvm/fw-api.h | 1 + drivers/net/wireless/intel/iwlwifi/mvm/fw.c | 35 +- .../net/wireless/intel/iwlwifi/mvm/rs-fw.c | 3 +- drivers/net/wireless/intel/iwlwifi/mvm/scan.c | 129 +++- drivers/net/wireless/intel/iwlwifi/mvm/sf.c | 8 +- drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 708 +++++++++--------- drivers/net/wireless/intel/iwlwifi/pcie/rx.c | 2 +- .../net/wireless/intel/iwlwifi/pcie/trans.c | 10 +- 19 files changed, 815 insertions(+), 633 deletions(-) create mode 100644 drivers/net/wireless/intel/iwlwifi/fw/api/soc.h -- 2.25.1