All of lore.kernel.org
 help / color / mirror / Atom feed
* pull-request: iwlwifi-next 2019-04-29
@ 2019-04-29 16:00 Luca Coelho
  2019-04-29 17:58 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Luca Coelho @ 2019-04-29 16:00 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, linuxwifi, david.e.box, joe.konno

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

Hi Kalle,

This is the fourth 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 9ef77fbedad9ea8895cd5d7fb7aee16071f527dc:

  brcmfmac: send mailbox interrupt twice for specific hardware device (2019-04-26 15:00:53 +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-2019-04-29

for you to fetch changes up to a0eaead41db98c08614c4b1ef453bdfaacde962d:

  iwlwifi: dbg_ini: check for valid region type during regions parsing (2019-04-29 18:42:48 +0300)

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

* Fix a bug we introduced in the RX path in a previous patch;
* Add command version parsing from the FW TLVs;
* Some fixes and improvements in the new debugging framework;
* Bump the FW API supported for 22000 series;
* Small improvement in FTM;
* Some RF-Kill interrupt handling fixes;
* Support for a new WoWLAN patterns FW API;
* Other small fixes and improvements;

----------------------------------------------------------------
Andrei Otcheretianski (1):
      iwlwifi: mvm: Don't sleep in RX path

Avraham Stern (1):
      iwlwifi: mvm: report FTM start time TSF when applicable

Johannes Berg (3):
      iwlwifi: pcie: initialize debug_rfkill to -1
      iwlwifi: pcie: don't crash on invalid RX interrupt
      iwlwifi: parse command version TLV

Liad Kaufman (1):
      iwlwifi: mvm: limit TLC according to our HE capabilities

Luca Coelho (3):
      iwlwifi: mvm: support v2 of the WoWLAN patterns command
      iwlwifi: bump FW API to 48 for 22000 series
      iwlwifi: pcie: remove stray character in iwl_pcie_rx_alloc_page()

Shahar S Matityahu (6):
      iwlwifi: support fseq tlv and print fseq version
      iwlwifi: dbg_ini: add lmac and umac error tables dumping support
      iwlwifi: dbg_ini: add periodic trigger support
      iwlwifi: dbg: replace dump info device family with HW type
      iwlwifi: avoid allocating memory for region with disabled domain
      iwlwifi: dbg_ini: check for valid region type during regions parsing

YueHaibing (1):
      iwlwifi: Use correct channel_profile iniwl_get_nvm

 drivers/net/wireless/intel/iwlwifi/cfg/22000.c         |   2 +-
 drivers/net/wireless/intel/iwlwifi/fw/api/d3.h         | 136 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 drivers/net/wireless/intel/iwlwifi/fw/api/dbg-tlv.h    |   4 +++
 drivers/net/wireless/intel/iwlwifi/fw/dbg.c            |  70 ++++++++++++++++++++++++++++++++++++++++++-------
 drivers/net/wireless/intel/iwlwifi/fw/dbg.h            |   3 +++
 drivers/net/wireless/intel/iwlwifi/fw/error-dump.h     |   4 +--
 drivers/net/wireless/intel/iwlwifi/fw/file.h           |  32 +++++++++++++++++++----
 drivers/net/wireless/intel/iwlwifi/fw/img.h            |   7 +++--
 drivers/net/wireless/intel/iwlwifi/fw/init.c           |   2 ++
 drivers/net/wireless/intel/iwlwifi/fw/runtime.h        |   1 +
 drivers/net/wireless/intel/iwlwifi/iwl-csr.h           |   1 +
 drivers/net/wireless/intel/iwlwifi/iwl-drv.c           |  18 +++++++++++++
 drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c     |   2 +-
 drivers/net/wireless/intel/iwlwifi/mvm/d3.c            |  58 +++++++++++++++++++++++++++++++++++++----
 drivers/net/wireless/intel/iwlwifi/mvm/ftm-initiator.c |  20 +++++++++++---
 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c      |   2 +-
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c           |   1 +
 drivers/net/wireless/intel/iwlwifi/mvm/rs-fw.c         |  34 ++++++++++++++++++++----
 drivers/net/wireless/intel/iwlwifi/mvm/time-event.c    |   2 +-
 drivers/net/wireless/intel/iwlwifi/pcie/internal.h     |   4 +--
 drivers/net/wireless/intel/iwlwifi/pcie/rx.c           |   9 +++++--
 drivers/net/wireless/intel/iwlwifi/pcie/trans.c        |  11 ++++----
 22 files changed, 373 insertions(+), 50 deletions(-)

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

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

* Re: pull-request: iwlwifi-next 2019-04-29
  2019-04-29 16:00 pull-request: iwlwifi-next 2019-04-29 Luca Coelho
@ 2019-04-29 17:58 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2019-04-29 17:58 UTC (permalink / raw)
  To: Luca Coelho; +Cc: linux-wireless, linuxwifi, david.e.box, joe.konno

Luca Coelho <luca@coelho.fi> writes:

> This is the fourth 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 9ef77fbedad9ea8895cd5d7fb7aee16071f527dc:
>
>   brcmfmac: send mailbox interrupt twice for specific hardware device (2019-04-26 15:00:53 +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-2019-04-29
>
> for you to fetch changes up to a0eaead41db98c08614c4b1ef453bdfaacde962d:
>
>   iwlwifi: dbg_ini: check for valid region type during regions parsing (2019-04-29 18:42:48 +0300)
>
> ----------------------------------------------------------------
> Fourth batch of patches intended for v5.2
>
> * Fix a bug we introduced in the RX path in a previous patch;
> * Add command version parsing from the FW TLVs;
> * Some fixes and improvements in the new debugging framework;
> * Bump the FW API supported for 22000 series;
> * Small improvement in FTM;
> * Some RF-Kill interrupt handling fixes;
> * Support for a new WoWLAN patterns FW API;
> * Other small fixes and improvements;
>
> ----------------------------------------------------------------

Pulled, thanks Luca.

-- 
Kalle Valo

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

end of thread, other threads:[~2019-04-29 17:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-29 16:00 pull-request: iwlwifi-next 2019-04-29 Luca Coelho
2019-04-29 17:58 ` Kalle Valo

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.