linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull-request: iwlwifi-next 2017-08-11
@ 2017-08-11  7:04 Luca Coelho
  2017-08-11 14:09 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Luca Coelho @ 2017-08-11  7:04 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless

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

Hi Kalle,

Here's my second pull-request intended for v4.14.  It contains
more generic development work, with improvements, bug fixes and
cleanup all around.  More details 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 2db3aaba0a9fc769435477059c1224c439061752:

  rt2x00: Fix MMIC Countermeasures (2017-08-08 14:53:36 +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-2017-08-11

for you to fetch changes up to 88c5f476bac964eb96e751b004f5684c90629eab:

  iwlwifi: mvm: fix the coex firmware API (2017-08-09 21:14:44 +0300)

----------------------------------------------------------------
Sencond batch of iwlwifi patches for 4.14

* Some more code moved to a new directory;
* Fixes in LED handling;
* Some FW API updates;
* General fixes and cleanups here and there.

----------------------------------------------------------------
Bhumika Goyal (1):
      iwlwifi: mvm: add const to thermal_cooling_device_ops structure

Chaya Rachel Ivgi (2):
      iwlwifi: mvm: add debugfs to force CT-kill
      iwlwifi: mvm: set the default cTDP budget

Emmanuel Grumbach (3):
      iwlwifi: pcie: don't init a Tx queue with an SSN > size of the queue
      iwlwifi: pcie: free the TSO page when a Tx queue is unmapped on A000 devices
      iwlwifi: mvm: fix the coex firmware API

Golan Ben-Ami (2):
      iwlwifi: dump smem configuration when firmware crashes
      iwlwifi: fix nmi triggering from host

Haim Dreyfuss (1):
      iwlwifi: mvm: support new beacon template command

Johannes Berg (2):
      iwlwifi: mvm: remove useless condition in LED code
      iwlwifi: mvm: use firmware LED command where applicable

Liad Kaufman (1):
      iwlwifi: fix a000 RF_ID define

Luca Coelho (2):
      iwlwifi: fix a few instances of misaligned kerneldoc parameters
      iwlwifi: remove references to unsupported HW

Matt Chen (1):
      iwlwifi: mvm: don't send CTDP commands via debugfs if not supported

Sharon Dvir (1):
      iwlwifi: change functions that can only return 0 to void

Shaul Triebitz (2):
      iwlwifi: mvm: move a000 device NVM retrieval to a common place
      iwlwifi: mvm: add station before allocating a queue

Tzipi Peres (1):
      iwlwifi: add support of FPGA fw

 drivers/net/wireless/intel/iwlwifi/Makefile          |   2 +-
 drivers/net/wireless/intel/iwlwifi/cfg/a000.c        |  14 +++++++++
 drivers/net/wireless/intel/iwlwifi/dvm/commands.h    |   8 +----
 drivers/net/wireless/intel/iwlwifi/fw/api/coex.h     |  14 +++------
 drivers/net/wireless/intel/iwlwifi/fw/api/commands.h |   5 +++
 drivers/net/wireless/intel/iwlwifi/fw/api/led.h      |  71 +++++++++++++++++++++++++++++++++++++++++++
 drivers/net/wireless/intel/iwlwifi/fw/api/tx.h       |  19 ++++++++----
 drivers/net/wireless/intel/iwlwifi/fw/dbg.c          |  38 ++++++++++++++++++++---
 drivers/net/wireless/intel/iwlwifi/fw/error-dump.h   |  30 ++++++++++++++++++
 drivers/net/wireless/intel/iwlwifi/fw/file.h         |   1 +
 drivers/net/wireless/intel/iwlwifi/fw/nvm.c          | 162 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/net/wireless/intel/iwlwifi/fw/runtime.h      |   2 ++
 drivers/net/wireless/intel/iwlwifi/fw/smem.c         |   3 ++
 drivers/net/wireless/intel/iwlwifi/iwl-config.h      |   1 +
 drivers/net/wireless/intel/iwlwifi/iwl-csr.h         |   4 +--
 drivers/net/wireless/intel/iwlwifi/iwl-drv.c         |  24 +++++----------
 drivers/net/wireless/intel/iwlwifi/iwl-io.c          |  14 ++-------
 drivers/net/wireless/intel/iwlwifi/iwl-prph.h        |  13 +++++---
 drivers/net/wireless/intel/iwlwifi/mvm/coex.c        |   7 ++---
 drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c     |  24 +++++++++++++--
 drivers/net/wireless/intel/iwlwifi/mvm/fw-api.h      |   1 +
 drivers/net/wireless/intel/iwlwifi/mvm/fw.c          |  15 +++++++--
 drivers/net/wireless/intel/iwlwifi/mvm/led.c         |  59 +++++++++++++++++++++++++++--------
 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c    |  47 ++++++++++++++++++++--------
 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h         |   6 +++-
 drivers/net/wireless/intel/iwlwifi/mvm/nvm.c         |  91 ------------------------------------------------------
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c         |   1 +
 drivers/net/wireless/intel/iwlwifi/mvm/sta.c         | 108 ++++++++++++++++++++++++++++++++++++++---------------------------
 drivers/net/wireless/intel/iwlwifi/mvm/tt.c          |   4 +--
 drivers/net/wireless/intel/iwlwifi/pcie/internal.h   |   2 ++
 drivers/net/wireless/intel/iwlwifi/pcie/trans.c      |  20 +++++++++---
 drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c    |  16 ++++++++--
 drivers/net/wireless/intel/iwlwifi/pcie/tx.c         |   4 +--
 33 files changed, 588 insertions(+), 242 deletions(-)
 create mode 100644 drivers/net/wireless/intel/iwlwifi/fw/api/led.h
 create mode 100644 drivers/net/wireless/intel/iwlwifi/fw/nvm.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 2017-08-11
  2017-08-11  7:04 pull-request: iwlwifi-next 2017-08-11 Luca Coelho
@ 2017-08-11 14:09 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2017-08-11 14:09 UTC (permalink / raw)
  To: Luca Coelho; +Cc: linux-wireless

Luca Coelho <luca@coelho.fi> writes:

> Here's my second pull-request intended for v4.14.=C2=A0 It contains
> more=C2=A0generic development work, with improvements, bug fixes and
> cleanup all around.=C2=A0 More=C2=A0details 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 2db3aaba0a9fc769435477059c1224c4390617=
52:
>
>   rt2x00: Fix MMIC Countermeasures (2017-08-08 14:53:36 +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-2017-08-11
>
> for you to fetch changes up to 88c5f476bac964eb96e751b004f5684c90629eab:
>
>   iwlwifi: mvm: fix the coex firmware API (2017-08-09 21:14:44 +0300)
>
> ----------------------------------------------------------------
> Sencond batch of iwlwifi patches for 4.14
>
> * Some more code moved to a new directory;
> * Fixes in LED handling;
> * Some FW API updates;
> * General fixes and cleanups here and there.
>
> ----------------------------------------------------------------

Pulled, thanks.

--=20
Kalle Valo

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

end of thread, other threads:[~2017-08-11 14:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-11  7:04 pull-request: iwlwifi-next 2017-08-11 Luca Coelho
2017-08-11 14:09 ` 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).