linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull-request: iwlwifi-next 2018-08-02
@ 2018-08-02  7:55 Luca Coelho
  2018-08-02 18:42 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Luca Coelho @ 2018-08-02  7:55 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, linuxwifi, david.e.box, joe.konno

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

Hi Kalle,

This is another batch of patches intended for v4.19.  Usual development
work, mostly focused on the new 22560, and some other small fixes and
improvements.  More details about the contents in the tag description.

I have sent this out before and kbuildbot this morning, but I didn't
get any replies from it yet.

Please let me know if there are any issues.

Cheers,
Luca.


The following changes since commit 24ebfcbdd1ba623daa1ba140067d7b6102bcfe0d:

  rt2x00: remove redundant functions rt2x00mac_sta_{add/remove} (2018-07-31 10:27:40 +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-2018-08-02

for you to fetch changes up to 45904e7edcd08730d1888cb79071654e344774a7:

  iwlwifi: pcie: split tx to amsdu and non amsdu (2018-08-02 10:50:09 +0300)

----------------------------------------------------------------
More iwlwifi patches for 4.19

* New PCI IDs for 22000 and 22560;
* Some fixes and an improvement in debug dumps and recording;
* Remove some old dead code;
* Fix compilation when only IPv6 is not enabled;
* Continued work on 22560 devices;

----------------------------------------------------------------
Emmanuel Grumbach (1):
      iwlwifi: pcie: don't access periphery registers when not available

Golan Ben Ami (4):
      iwlwifi: pcie: support rx structures for 22560 devices
      iwlwifi: support new rx_mpdu_desc api
      iwlwifi: hard code power save mode to CAM for 22560 devices
      iwlwifi: move some msix and rx functions to a common place

Luca Coelho (4):
      iwlwifi: pcie: add a bunch of PCI IDs for 22000 and 22560
      iwlwifi: d3: disable dbg recording before entering D3
      iwlwifi: mvm: remove dead gscan code
      iwlwifi: pcie: include tcp.h implicitly

Sara Sharon (6):
      iwlwifi: pcie: unionize used bd and completion descriptor
      iwlwifi: pcie: move rxb retrieval to a helper function
      iwlwifi: trans: add a new op for getting DMA data
      iwlwifi: mvm: configure multi RX queue
      Revert "iwlwifi: implement fseq version mismatch warning"
      iwlwifi: pcie: split tx to amsdu and non amsdu

Shahar S Matityahu (1):
      iwlwifi: allow masking out memory areas from the fw dump

 drivers/net/wireless/intel/iwlwifi/Makefile          |   1 -
 drivers/net/wireless/intel/iwlwifi/cfg/22000.c       |   2 +-
 drivers/net/wireless/intel/iwlwifi/fw/api/alive.h    |  18 +------
 drivers/net/wireless/intel/iwlwifi/fw/api/commands.h |   7 ---
 drivers/net/wireless/intel/iwlwifi/fw/api/datapath.h |   7 +++
 drivers/net/wireless/intel/iwlwifi/fw/api/rx.h       | 211 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------
 drivers/net/wireless/intel/iwlwifi/fw/common_rx.c    |  88 ------------------------------
 drivers/net/wireless/intel/iwlwifi/fw/dbg.c          | 284 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------
 drivers/net/wireless/intel/iwlwifi/fw/file.h         |  40 ++------------
 drivers/net/wireless/intel/iwlwifi/fw/img.h          |  37 +------------
 drivers/net/wireless/intel/iwlwifi/fw/runtime.h      |   3 --
 drivers/net/wireless/intel/iwlwifi/iwl-drv.c         |  67 +++++------------------
 drivers/net/wireless/intel/iwlwifi/iwl-trans.h       |  27 ++++++++++
 drivers/net/wireless/intel/iwlwifi/mvm/d3.c          |   7 +++
 drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c     |   8 ++-
 drivers/net/wireless/intel/iwlwifi/mvm/fw.c          |  48 +++++++++++++++--
 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c    |   7 ---
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c         |  20 ++++---
 drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c        |  95 +++++++++++++++++++++++++--------
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c        |  25 +++++++--
 drivers/net/wireless/intel/iwlwifi/pcie/internal.h   |  78 +++++++++++++++++++++++++--
 drivers/net/wireless/intel/iwlwifi/pcie/rx.c         | 170 ++++++++++++++++++++++++++++++++++++++--------------------
 drivers/net/wireless/intel/iwlwifi/pcie/trans.c      | 174 ++++++++++++++++++++++++++++++++---------------------------
 drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c    | 150 ++++++++++++++++++++++++++++++++++-----------------
 24 files changed, 936 insertions(+), 638 deletions(-)
 delete mode 100644 drivers/net/wireless/intel/iwlwifi/fw/common_rx.c

[-- 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 2018-08-02
  2018-08-02  7:55 pull-request: iwlwifi-next 2018-08-02 Luca Coelho
@ 2018-08-02 18:42 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2018-08-02 18:42 UTC (permalink / raw)
  To: Luca Coelho; +Cc: linux-wireless, linuxwifi, david.e.box, joe.konno

Luca Coelho <luca@coelho.fi> writes:

> Hi Kalle,
>
> This is another batch of patches intended for v4.19.  Usual development
> work, mostly focused on the new 22560, and some other small fixes and
> improvements.  More details about the contents in the tag description.
>
> I have sent this out before and kbuildbot this morning, but I didn't
> get any replies from it yet.
>
> Please let me know if there are any issues.
>
> Cheers,
> Luca.
>
>
> The following changes since commit 24ebfcbdd1ba623daa1ba140067d7b6102bcfe0d:
>
>   rt2x00: remove redundant functions rt2x00mac_sta_{add/remove} (2018-07-31 10:27:40 +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-2018-08-02

Pulled, thanks.

-- 
Kalle Valo

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

end of thread, other threads:[~2018-08-02 20:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-02  7:55 pull-request: iwlwifi-next 2018-08-02 Luca Coelho
2018-08-02 18:42 ` Kalle Valo

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).