All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] iwlwifi: updates intended for v5.10 2020-09-30 part 2
@ 2020-09-30 16:19 Luca Coelho
  2020-09-30 16:19 ` [PATCH 01/12] iwlwifi: mvm: remove redundant log in iwl_mvm_tvqm_enable_txq() Luca Coelho
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Luca Coelho @ 2020-09-30 16:19 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless

From: Luca Coelho <luciano.coelho@intel.com>


Hi,

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

The changes are:

* Another set of new FW API version support;
* A fix in the scanning code;
* More debugging infra improvements;
* 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.


Andrei Otcheretianski (1):
  iwlwifi: use correct group for alive notification

Avraham Stern (1):
  iwlwifi: mvm: ignore the scan duration parameter

Ayala Beker (1):
  iwlwifi: mvm: clear all scan UIDs

Johannes Berg (3):
  iwlwifi: align RX status flags with firmware
  iwlwifi: mvm: d3: parse wowlan status version 11
  iwlwifi: api: fix u32 -> __le32

Luca Coelho (3):
  iwlwifi: mvm: remove redundant log in iwl_mvm_tvqm_enable_txq()
  iwlwifi: support version 5 of the alive notification
  iwlwifi: bump FW API to 57 for AX devices

Mordechay Goodstein (3):
  iwlwifi: pcie: make iwl_pcie_txq_update_byte_cnt_tbl bus independent
  iwlwifi: dbg: add debug host notification (DHN) time point
  iwlwifi: yoyo: add support for internal buffer allocation in D3

 .../net/wireless/intel/iwlwifi/cfg/22000.c    |   2 +-
 .../net/wireless/intel/iwlwifi/fw/api/alive.h |  25 ++-
 .../wireless/intel/iwlwifi/fw/api/commands.h  |   7 +-
 .../net/wireless/intel/iwlwifi/fw/api/d3.h    |  42 +++-
 .../wireless/intel/iwlwifi/fw/api/dbg-tlv.h   |   8 +-
 .../net/wireless/intel/iwlwifi/fw/api/rx.h    |  23 +-
 .../net/wireless/intel/iwlwifi/iwl-dbg-tlv.c  |  11 +-
 .../net/wireless/intel/iwlwifi/iwl-trans.h    |   3 +
 drivers/net/wireless/intel/iwlwifi/mvm/d3.c   | 133 +++++++-----
 drivers/net/wireless/intel/iwlwifi/mvm/fw.c   |  21 +-
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c  |   8 +-
 drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c |  12 +-
 drivers/net/wireless/intel/iwlwifi/mvm/scan.c |  64 ++----
 drivers/net/wireless/intel/iwlwifi/mvm/sta.c  |   2 -
 .../wireless/intel/iwlwifi/pcie/internal.h    |  18 --
 .../net/wireless/intel/iwlwifi/pcie/trans.c   |   2 +-
 drivers/net/wireless/intel/iwlwifi/pcie/tx.c  | 196 ++----------------
 drivers/net/wireless/intel/iwlwifi/queue/tx.c | 154 ++++++++++++++
 drivers/net/wireless/intel/iwlwifi/queue/tx.h |  42 ++++
 19 files changed, 422 insertions(+), 351 deletions(-)

-- 
2.28.0


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

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

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-30 16:19 [PATCH 00/12] iwlwifi: updates intended for v5.10 2020-09-30 part 2 Luca Coelho
2020-09-30 16:19 ` [PATCH 01/12] iwlwifi: mvm: remove redundant log in iwl_mvm_tvqm_enable_txq() Luca Coelho
2020-10-01 19:03   ` Luca Coelho
2020-09-30 16:19 ` [PATCH 02/12] iwlwifi: align RX status flags with firmware Luca Coelho
2020-09-30 16:19 ` [PATCH 03/12] iwlwifi: mvm: d3: parse wowlan status version 11 Luca Coelho
2020-09-30 16:19 ` [PATCH 04/12] iwlwifi: mvm: clear all scan UIDs Luca Coelho
2020-09-30 16:19 ` [PATCH 05/12] iwlwifi: pcie: make iwl_pcie_txq_update_byte_cnt_tbl bus independent Luca Coelho
2020-09-30 16:19 ` [PATCH 06/12] iwlwifi: dbg: add debug host notification (DHN) time point Luca Coelho
2020-09-30 16:19 ` [PATCH 07/12] iwlwifi: mvm: ignore the scan duration parameter Luca Coelho
2020-09-30 16:19 ` [PATCH 08/12] iwlwifi: support version 5 of the alive notification Luca Coelho
2020-09-30 16:19 ` [PATCH 09/12] iwlwifi: use correct group for " Luca Coelho
2020-09-30 16:19 ` [PATCH 10/12] iwlwifi: api: fix u32 -> __le32 Luca Coelho
2020-09-30 16:19 ` [PATCH 11/12] iwlwifi: yoyo: add support for internal buffer allocation in D3 Luca Coelho
2020-09-30 16:19 ` [PATCH 12/12] iwlwifi: bump FW API to 57 for AX devices Luca Coelho

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.