mbox series

pull-request: iwlwifi-next 2019-04-03

Message ID 713ec14872e6f0b9ced02d2d523286d522e0eab1.camel@coelho.fi (mailing list archive)
State Accepted
Delegated to: Kalle Valo
Headers show
Series pull-request: iwlwifi-next 2019-04-03 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git tags/iwlwifi-next-for-kalle-2019-04-03

Message

Luca Coelho April 3, 2019, 8:24 a.m. UTC
Hi Kalle,

This is the second batch of patches intended for v5.2.  This includes
the last patchset I sent.  Usual development work.  More details about
the contents in the tag description.

I have sent this out before and kbuildbot reported success.

Please let me know if there are any issues.

Cheers,
Luca.


The following changes since commit 8db32fa400916333c20184793d1400bd74e1f740:

  Merge tag 'iwlwifi-next-for-kalle-2019-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next (2019-03-30 08:37:38 +0200)

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-2019-04-03

for you to fetch changes up to ef8a913766cd5e341da68c011b4a0ff5e2c0f5d1:

  iwlwifi: remove misconfigured pci ids from 22260 series (2019-04-03 11:20:05 +0300)

----------------------------------------------------------------
Second batch of patches intended for v5.2

* Work on the new debugging infra continues;
* Fixes for the 22000 series;
* Support for some new FW API changes;
* Work on new hardware continues;
* Some debugfs cleanups by Greg-KH;
* General bugfixes;
* Other cleanups;

----------------------------------------------------------------
Avraham Stern (1):
      iwlwifi: mvm: use correct GP2 register address for 22000 family

Greg Kroah-Hartman (2):
      iwlwifi: mvm: no need to check return value of debugfs_create functions
      iwlwifi: pcie: no need to check return value of debugfs_create functions

Ihab Zhaika (1):
      iwlwifi: remove misconfigured pci ids from 22260 series

Johannes Berg (2):
      iwlwifi: mvm: IBSS: use BE FIFO for multicast
      iwlwifi: mvm: remove buggy and unnecessary hw_queue initialization

Liad Kaufman (1):
      iwlwifi: mvm: fix pointer reference when setting HE QAM thres

Sara Sharon (1):
      iwlwifi: mvm: support HE context cmd API change

Shahar S Matityahu (14):
      iwlwifi: dbg_ini: support HW error trigger
      iwlwifi: dbg_ini: enforce always on domain checking
      iwlwifi: dbg_ini: fix iwl_dump_ini_dev_mem_iter memory base address
      iwlwifi: dbg_ini: add memory offset to the base address of a memory region
      iwlwifi: dbg_ini: add version to dump header
      iwlwifi: dbg_ini: add region id to the region dump
      iwlwifi: dbg_ini: add registers addresses in fifo dump
      iwlwifi: dbg_ini: change memory range base address to u64
      iwlwifi: dbg_ini: fix the dram monitor header size
      iwlwifi: dbg_ini: add monitor header to smem monitor
      iwlwifi: dbg_ini: remove redundant curly brackets from trigger collection flow
      iwlwifi: dbg_ini: remove redundant type argument from iwl_dump_ini_mem
      iwlwifi: dbg_ini: apply rx fifo offset after reading the region registers
      iwlwifi: dbg: fill radio registers data regardless of fifos data dumping

Shaul Triebitz (2):
      iwlwifi: trust calling function
      iwlwifi: set 512 TX queue slots for AX210 devices

 drivers/net/wireless/intel/iwlwifi/cfg/22000.c       |  13 ++++--
 drivers/net/wireless/intel/iwlwifi/cfg/9000.c        |  10 +++--
 drivers/net/wireless/intel/iwlwifi/fw/api/mac.h      |  77 +++++++++++++++++++++++++++++++-
 drivers/net/wireless/intel/iwlwifi/fw/dbg.c          | 237 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------
 drivers/net/wireless/intel/iwlwifi/fw/dbg.h          |  10 +++++
 drivers/net/wireless/intel/iwlwifi/fw/error-dump.h   |  33 +++++++++++---
 drivers/net/wireless/intel/iwlwifi/fw/file.h         |   3 ++
 drivers/net/wireless/intel/iwlwifi/iwl-config.h      |   8 ++++
 drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c   |   7 +--
 drivers/net/wireless/intel/iwlwifi/iwl-trans.h       |   2 +
 drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c |  17 +------
 drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c     |  89 +++++++++++++------------------------
 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c    |  40 ++---------------
 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c    |  26 ++++++++---
 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h         |   8 ++--
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c         |  19 ++------
 drivers/net/wireless/intel/iwlwifi/mvm/rs.c          |   8 +---
 drivers/net/wireless/intel/iwlwifi/mvm/sta.c         |   3 +-
 drivers/net/wireless/intel/iwlwifi/mvm/tdls.c        |   7 ++-
 drivers/net/wireless/intel/iwlwifi/mvm/utils.c       |  12 ++++-
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c        |  11 +----
 drivers/net/wireless/intel/iwlwifi/pcie/internal.h   |   7 +--
 drivers/net/wireless/intel/iwlwifi/pcie/rx.c         |   1 +
 drivers/net/wireless/intel/iwlwifi/pcie/trans.c      |  12 ++---
 drivers/net/wireless/intel/iwlwifi/pcie/tx.c         |   6 ++-
 25 files changed, 403 insertions(+), 263 deletions(-)

Comments

Kalle Valo April 13, 2019, 10:47 a.m. UTC | #1
Luca Coelho <luca@coelho.fi> writes:

> Hi Kalle,
>
> This is the second batch of patches intended for v5.2.  This includes
> the last patchset I sent.  Usual development work.  More details about
> the contents in the tag description.
>
> I have sent this out before and kbuildbot reported success.
>
> Please let me know if there are any issues.
>
> Cheers,
> Luca.
>
>
> The following changes since commit 8db32fa400916333c20184793d1400bd74e1f740:
>
>   Merge tag 'iwlwifi-next-for-kalle-2019-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next (2019-03-30 08:37:38 +0200)
>
> 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-2019-04-03
>
> for you to fetch changes up to ef8a913766cd5e341da68c011b4a0ff5e2c0f5d1:
>
>   iwlwifi: remove misconfigured pci ids from 22260 series (2019-04-03 11:20:05 +0300)
>
> ----------------------------------------------------------------
> Second batch of patches intended for v5.2
>
> * Work on the new debugging infra continues;
> * Fixes for the 22000 series;
> * Support for some new FW API changes;
> * Work on new hardware continues;
> * Some debugfs cleanups by Greg-KH;
> * General bugfixes;
> * Other cleanups;
>
> ----------------------------------------------------------------

Pulled, thanks Luca.