Search Linux Wireless

Re: pull-request: iwlwifi-next 2020-04-24-2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Luca Coelho <luca@xxxxxxxxx> 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



[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Wireless Regulations]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux