linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@codeaurora.org>
To: Luca Coelho <luca@coelho.fi>
Cc: linux-wireless@vger.kernel.org, linuxwifi@intel.com
Subject: Re: pull-request: iwlwifi-next 2020-04-24-2
Date: Mon,  4 May 2020 08:46:12 +0000 (UTC)	[thread overview]
Message-ID: <20200504084612.B8DDEC433BA@smtp.codeaurora.org> (raw)
In-Reply-To: <4e80b41b8fc03d435d13a9f4fe77d5555b0d7cf9.camel@coelho.fi>

Luca Coelho <luca@coelho.fi> wrote:

> 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

Pulled, thanks.

c1070c1c6ceb Merge tag 'iwlwifi-next-for-kalle-2020-04-24-2' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next

-- 
https://patchwork.kernel.org/patch/11507893/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

      reply	other threads:[~2020-05-04  8:46 UTC|newest]

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

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=20200504084612.B8DDEC433BA@smtp.codeaurora.org \
    --to=kvalo@codeaurora.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linuxwifi@intel.com \
    --cc=luca@coelho.fi \
    /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).