linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Luca Coelho <luca@coelho.fi>
To: kvalo@codeaurora.org
Cc: linux-wireless@vger.kernel.org, linuxwifi@intel.com
Subject: pull-request: iwlwifi-next 2020-04-24-2
Date: Fri, 24 Apr 2020 16:43:04 +0300	[thread overview]
Message-ID: <4e80b41b8fc03d435d13a9f4fe77d5555b0d7cf9.camel@coelho.fi> (raw)

[-- Attachment #1: Type: text/plain, Size: 6182 bytes --]

Hi Kalle,

Here's the first batch of patches intended for v5.8.  This includes
the last two patchsets I sent out.  Usual development work.  More
details about the contents in the tag description.

In v2 I replaced the "iwlwifi: move API version lookup to common code"
patch with v2.

Please let me know if there are any issues.

Cheers,
Luca.


The following changes since commit 75e69fb11b40ba1256b14f943c7050682c1f5458:

  rtw88: 8723d: initialize mac/bb/rf basic functions (2020-04-23 07:47:27 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git tags/iwlwifi-next-for-kalle-2020-04-24-2

for you to fetch changes up to cbc636557d2d20c4fb808c14df545b3c407a53d6:

  iwlwifi: debug: set NPK buffer in context info (2020-04-24 16:38:12 +0300)

----------------------------------------------------------------
First set of iwlwifi patches intended for v5.8

* TX queue debugfs improvements;
* Support for a few new FW API versions;
* Remove deprecated scan FW API version;
* New hw configs and other related changes;
* Support for NPK buffers in debugging;
* More debugging fetures;
* Some other small fixes and clean-ups;

----------------------------------------------------------------
Emmanuel Grumbach (1):
      iwlwifi: remove fw_monitor module parameter

Gil Adam (2):
      iwlwifi: mvm: add framework for specific phy configuration
      iwlwifi: debug: set NPK buffer in context info

Ihab Zhaika (2):
      iwlwifi: add new cards for AX family
      iwlwifi: update few product names in AX family

Johannes Berg (6):
      iwlwifi: pcie: use seq_file for tx_queue debugfs file
      iwlwifi: pcie: add n_window/ampdu to tx_queue debugfs
      iwlwifi: pcie: gen2: minor code cleanups in byte table update
      iwlwifi: mvm: add DCM flag to rate pretty-print
      iwlwifi: pcie: move iwl_pcie_ctxt_info_alloc_dma() to user
      iwlwifi: mvm: tell firmware about required LTR delay

Luca Coelho (4):
      iwlwifi: remove deprecated and unused iwl_mvm_keyinfo struct
      iwlwifi: pcie: add cfgs for SoCs with device ID 0x4FD0
      iwlwifi: pcie: add new structure for Qu devices with medium latency
      iwlwifi: pcie: add new structs for So devices with long latency

Mordechay Goodstein (3):
      iwlwifi: move API version lookup to common code
      iwlwifi: support version 9 of WOWLAN_GET_STATUS notification
      iwlwifi: acpi: read TAS table from ACPI and send it to the FW

Shahar S Matityahu (2):
      iwlwifi: dbg: support multiple dumps in legacy dump flow
      iwlwifi: yoyo: support IWL_FW_INI_TIME_POINT_HOST_ALIVE_TIMEOUT time point

Tova Mussai (2):
      iwlwifi: scan: remove support for fw scan api v13
      iwlwifi: nvm: use iwl_nl80211_band_from_channel_idx

 drivers/net/wireless/intel/iwlwifi/Makefile              |   3 +-
 drivers/net/wireless/intel/iwlwifi/cfg/22000.c           |  71 +++++++++++++++++++++++++++++++++++++++--------
 drivers/net/wireless/intel/iwlwifi/fw/acpi.c             |  76 ++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/net/wireless/intel/iwlwifi/fw/acpi.h             |  17 ++++++++++++
 drivers/net/wireless/intel/iwlwifi/fw/api/config.h       |  39 ++++++++++++++++++++++++--
 drivers/net/wireless/intel/iwlwifi/fw/api/d3.h           |  39 +++++++++++++++++++++++++-
 drivers/net/wireless/intel/iwlwifi/fw/api/nvm-reg.h      |  15 ++++++++++
 drivers/net/wireless/intel/iwlwifi/fw/api/scan.h         |  26 ------------------
 drivers/net/wireless/intel/iwlwifi/fw/api/soc.h          |  12 +++++---
 drivers/net/wireless/intel/iwlwifi/fw/api/sta.h          |  26 ------------------
 drivers/net/wireless/intel/iwlwifi/fw/dbg.c              | 139 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------
 drivers/net/wireless/intel/iwlwifi/fw/dbg.h              |  11 --------
 drivers/net/wireless/intel/iwlwifi/fw/file.h             |   1 +
 drivers/net/wireless/intel/iwlwifi/fw/img.c              |  99 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/net/wireless/intel/iwlwifi/fw/img.h              |  19 ++-----------
 drivers/net/wireless/intel/iwlwifi/fw/runtime.h          |  14 +++++++---
 drivers/net/wireless/intel/iwlwifi/iwl-config.h          |  23 ++++++++++++----
 drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c         |  26 ++++++++++++------
 drivers/net/wireless/intel/iwlwifi/iwl-drv.c             |   4 ---
 drivers/net/wireless/intel/iwlwifi/iwl-modparams.h       |   2 --
 drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c       |   3 +-
 drivers/net/wireless/intel/iwlwifi/mvm/constants.h       |   4 +++
 drivers/net/wireless/intel/iwlwifi/mvm/d3.c              |  29 +++++++++++++------
 drivers/net/wireless/intel/iwlwifi/mvm/ftm-initiator.c   |   4 +--
 drivers/net/wireless/intel/iwlwifi/mvm/ftm-responder.c   |   4 +--
 drivers/net/wireless/intel/iwlwifi/mvm/fw.c              | 113 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c        |   1 -
 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h             |   4 +--
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c             |  25 ++---------------
 drivers/net/wireless/intel/iwlwifi/mvm/rs.c              |   3 +-
 drivers/net/wireless/intel/iwlwifi/mvm/scan.c            |  44 +++--------------------------
 drivers/net/wireless/intel/iwlwifi/pcie/ctxt-info-gen3.c |  47 ++++++++++++++++---------------
 drivers/net/wireless/intel/iwlwifi/pcie/ctxt-info.c      |  15 ++++++++++
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c            |  34 ++++++++++++++++++-----
 drivers/net/wireless/intel/iwlwifi/pcie/internal.h       |  16 -----------
 drivers/net/wireless/intel/iwlwifi/pcie/trans.c          | 137 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------
 drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c        |   8 ++++--
 37 files changed, 799 insertions(+), 354 deletions(-)
 create mode 100644 drivers/net/wireless/intel/iwlwifi/fw/img.c

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

             reply	other threads:[~2020-04-24 13:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-24 13:43 Luca Coelho [this message]
2020-05-04  8:46 ` pull-request: iwlwifi-next 2020-04-24-2 Kalle Valo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4e80b41b8fc03d435d13a9f4fe77d5555b0d7cf9.camel@coelho.fi \
    --to=luca@coelho.fi \
    --cc=kvalo@codeaurora.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linuxwifi@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).