All of lore.kernel.org
 help / color / mirror / Atom feed
* pull-request: iwlwifi-next 2017-12-20
@ 2017-12-20 16:31 Luca Coelho
  2018-01-11 16:31 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Luca Coelho @ 2017-12-20 16:31 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, linuxwifi, david.e.box, janet.morgan, joe.konno

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

Hi Kalle,

This is my third batch of patches intended for v4.16.  Nothing major
here, just the usual continued development.  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 f39a5c01c3d24f2f61ec9d8c7d7e81f9aca506ce:

  Merge branch 'nfp-flower-add-Geneve-tunnel-support' (2017-12-19 14:52:13 -0500)

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-2017-12-20

for you to fetch changes up to 4243edb4704ed950a43440dfb4cbd5613db6ab6c:

  iwlwifi: define and use if iwl_mvm_has_tlc_offload (2017-12-20 18:28:25 +0200)

----------------------------------------------------------------
Third batch of updates for v4.16

* Small cleanups in the new rate-scaling code;
* Some improvements in debugging;
* New FW API changes;
* Fix a bug where we got a false-positive warning;
* Fix forced quota debugfs functionality;

----------------------------------------------------------------
Emmanuel Grumbach (2):
      iwlwifi: fw: fix the enums in the rate scaling API
      iwlwifi: define and use if iwl_mvm_has_tlc_offload

Golan Ben Ami (2):
      iwlwifi: support internal debug data collection for new devices
      iwlwifi: avoid duplicate sw reset executions in the code

Mordechay Goodstein (2):
      iwlwifi: runtime: sync FW and host clocks for logs
      iwlwifi: add skb address to tx cmd in trace events data

Sara Sharon (2):
      iwlwifi: mvm: support RX flags API change
      iwlwifi: mvm: don't warn on multiple packets when opening a queue

Shaul Triebitz (3):
      iwlwifi: mvm: force quota update upon NoA setting
      iwlwifi: mvm: adjust to quota offload
      iwlwifi: mvm: send the low latency command

 drivers/net/wireless/intel/iwlwifi/Makefile               |   1 +
 drivers/net/wireless/intel/iwlwifi/fw/api/debug.h         |   4 +-
 drivers/net/wireless/intel/iwlwifi/fw/api/mac-cfg.h       |  19 +++++++++
 drivers/net/wireless/intel/iwlwifi/fw/api/rs.h            |  34 ++++++++--------
 drivers/net/wireless/intel/iwlwifi/fw/debugfs.c           | 195 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/net/wireless/intel/iwlwifi/fw/debugfs.h           |  87 +++++++++++++++++++++++++++++++++++++++++
 drivers/net/wireless/intel/iwlwifi/fw/file.h              |  33 ++++++++++++++--
 drivers/net/wireless/intel/iwlwifi/fw/img.h               |   2 +-
 drivers/net/wireless/intel/iwlwifi/fw/init.c              |  13 ++++++-
 drivers/net/wireless/intel/iwlwifi/fw/runtime.h           |  14 ++++++-
 drivers/net/wireless/intel/iwlwifi/iwl-devtrace-iwlwifi.h |   7 ++--
 drivers/net/wireless/intel/iwlwifi/iwl-drv.c              |  99 +++++++++++++++++++++++++++++++++++++++--------
 drivers/net/wireless/intel/iwlwifi/iwl-trans.h            |   9 ++++-
 drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c          |   4 +-
 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c         |   6 +--
 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h              |   6 +++
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c              |   6 ++-
 drivers/net/wireless/intel/iwlwifi/mvm/quota.c            |   4 ++
 drivers/net/wireless/intel/iwlwifi/mvm/rs.c               |   4 +-
 drivers/net/wireless/intel/iwlwifi/mvm/rx.c               |   4 +-
 drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c             |   4 +-
 drivers/net/wireless/intel/iwlwifi/mvm/sta.c              |   5 +--
 drivers/net/wireless/intel/iwlwifi/mvm/tx.c               |   8 ++--
 drivers/net/wireless/intel/iwlwifi/mvm/utils.c            |  30 ++++++++++++---
 drivers/net/wireless/intel/iwlwifi/pcie/internal.h        |   7 ----
 drivers/net/wireless/intel/iwlwifi/pcie/trans-gen2.c      |   4 +-
 drivers/net/wireless/intel/iwlwifi/pcie/trans.c           |  77 ++++++++++++++++++++++++------------
 27 files changed, 582 insertions(+), 104 deletions(-)
 create mode 100644 drivers/net/wireless/intel/iwlwifi/fw/debugfs.c
 create mode 100644 drivers/net/wireless/intel/iwlwifi/fw/debugfs.h

[-- 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 2017-12-20
  2017-12-20 16:31 pull-request: iwlwifi-next 2017-12-20 Luca Coelho
@ 2018-01-11 16:31 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2018-01-11 16:31 UTC (permalink / raw)
  To: Luca Coelho
  Cc: linux-wireless, linuxwifi, david.e.box, janet.morgan, joe.konno

Luca Coelho <luca@coelho.fi> writes:

> This is my third batch of patches intended for v4.16.  Nothing major
> here, just the usual continued development.  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 f39a5c01c3d24f2f61ec9d8c7d7e81f9aca506ce:
>
>   Merge branch 'nfp-flower-add-Geneve-tunnel-support' (2017-12-19 14:52:13 -0500)
>
> 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-2017-12-20
>
> for you to fetch changes up to 4243edb4704ed950a43440dfb4cbd5613db6ab6c:
>
>   iwlwifi: define and use if iwl_mvm_has_tlc_offload (2017-12-20 18:28:25 +0200)
>
> ----------------------------------------------------------------
> Third batch of updates for v4.16
>
> * Small cleanups in the new rate-scaling code;
> * Some improvements in debugging;
> * New FW API changes;
> * Fix a bug where we got a false-positive warning;
> * Fix forced quota debugfs functionality;
>
> ----------------------------------------------------------------

Pulled, thanks.

-- 
Kalle Valo

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

end of thread, other threads:[~2018-01-11 16:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-20 16:31 pull-request: iwlwifi-next 2017-12-20 Luca Coelho
2018-01-11 16:31 ` 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.