linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull request: iwlwifi-next 2014-12-02
@ 2014-12-02 18:05 Grumbach, Emmanuel
  2014-12-02 18:10 ` [PATCH 01/26] iwlwifi: move firmware file format definitions to correct header Emmanuel Grumbach
                   ` (26 more replies)
  0 siblings, 27 replies; 28+ messages in thread
From: Grumbach, Emmanuel @ 2014-12-02 18:05 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-wireless@vger.kernel.org

Hi John,

This is a last pull request with content for 3.19. As usual, the details are below.

Thanks!

The following changes since commit dcad8e4299bf81f8795b44677036dfa490c9fb15:

  iwlwifi: update the secure mem space and for the CPUs (2014-11-24 08:30:44 +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-john-2014-12-02

for you to fetch changes up to 61df750cb00b69882ba3acbb82e9368d01119c93:

  iwlwifi: mvm: Ability to work with packed usniffer image (2014-12-02 16:51:56 +0200)

----------------------------------------------------------------
I deprecate here -8.ucode since -9 has been published long ago.
Along with that I have a new activity, we have now better
a infrastructure for firmware debugging. This will allow to
have configurable probes insides the firmware.
Luca continues his work on NetDetect, this feature is now
complete. All the rest is minor fixes here and there.

----------------------------------------------------------------
David Spinadel (1):
      iwlwifi: mvm: remove a dangling line of documentation

Eliad Peller (2):
      iwlwifi: mvm: add missing mvm ref debug print
      iwlwifi: pcie: refactor cmd_in_flight set/clear code

Emmanuel Grumbach (10):
      Merge remote-tracking branch 'iwlwifi-fixes/master' into iwlwifi-next
      iwlwifi: deprecate -8.ucode for 3160 / 7260 / 7265
      iwlwifi: mvm: remove IWL_UCODE_TLV_CAPA_EXTENDED_BEACON
      iwlwifi: mvm: remove IWL_UCODE_TLV_API_WOWLAN_CONFIG_TID
      iwlwifi: mvm: remove IWL_UCODE_TLV_API_CSA_FLOW
      iwlwifi: mvm: BT Coex - change the MPLUT registers' value
      iwlwifi: don't load on 7265D with old NVM
      iwlwifi: pcie: claim ownership on the device after stop_device()
      iwlwifi: dvm: fix flush support for old firmware
      iwlwifi: mvm: update values for Smart Fifo

Eran Harary (2):
      iwlwifi: mvm: support ucode load for family_8000 B0 only
      iwlwifi: mvm: Ability to work with packed usniffer image

Idan Kahlon (1):
      iwlwifi: mvm: support NVM file with header

Johannes Berg (1):
      iwlwifi: move firmware file format definitions to correct header

Liad Kaufman (6):
      iwlwifi: pcie: add fh registers to dump data
      iwlwifi: use correct fw file in 8000 b-step
      iwlwifi: define the .ucode file format for debug
      iwlwifi: mvm: send dbg config hcmds to fw if set in tlv
      iwlwifi: pcie: config regs according to fw tlv
      iwlwifi: pcie: support more monitor types dumping

Luciano Coelho (4):
      iwlwifi: mvm: check TLV flag before trying to use hotspot firmware commands
      iwlwifi: mvm: check and report if wake up was due to net detect
      iwlwifi: mvm: add SSID match information for net-detect
      iwlwifi: mvm: add channel information to the netdetect notifications

Oren Givon (1):
      iwlwifi: fix 4165 series name

 drivers/net/wireless/iwlwifi/dvm/commands.h      |  31 ++++++++------
 drivers/net/wireless/iwlwifi/dvm/lib.c           |  47 ++++++++++----------
 drivers/net/wireless/iwlwifi/iwl-7000.c          |  16 ++++---
 drivers/net/wireless/iwlwifi/iwl-8000.c          |   8 ++--
 drivers/net/wireless/iwlwifi/iwl-config.h        |   1 +
 drivers/net/wireless/iwlwifi/iwl-drv.c           | 195 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------
 drivers/net/wireless/iwlwifi/iwl-fw-error-dump.h |   3 ++
 drivers/net/wireless/iwlwifi/iwl-fw-file.h       | 308 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/net/wireless/iwlwifi/iwl-fw.h            | 247 ++++++++++++++++++++++++++++++---------------------------------------------------------------------------
 drivers/net/wireless/iwlwifi/iwl-prph.h          |   8 ++--
 drivers/net/wireless/iwlwifi/iwl-trans.h         |   7 +++
 drivers/net/wireless/iwlwifi/mvm/constants.h     |   4 +-
 drivers/net/wireless/iwlwifi/mvm/d3.c            | 208 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------
 drivers/net/wireless/iwlwifi/mvm/debugfs.c       |   1 +
 drivers/net/wireless/iwlwifi/mvm/fw-api-d3.h     |   6 +--
 drivers/net/wireless/iwlwifi/mvm/fw-api-scan.h   |  44 +++++++++++++++++++
 drivers/net/wireless/iwlwifi/mvm/fw-api.h        |  10 ++---
 drivers/net/wireless/iwlwifi/mvm/fw.c            |  46 +++++++++++++++++++-
 drivers/net/wireless/iwlwifi/mvm/mac-ctxt.c      |  19 +++------
 drivers/net/wireless/iwlwifi/mvm/mac80211.c      |  16 ++++---
 drivers/net/wireless/iwlwifi/mvm/mvm.h           |   8 +++-
 drivers/net/wireless/iwlwifi/mvm/nvm.c           |  31 ++++++++++----
 drivers/net/wireless/iwlwifi/mvm/offloading.c    |   2 +-
 drivers/net/wireless/iwlwifi/mvm/ops.c           |  31 +++++++-------
 drivers/net/wireless/iwlwifi/pcie/trans.c        | 330 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------
 drivers/net/wireless/iwlwifi/pcie/tx.c           | 102 +++++++++++++++++++++++++++----------------
 26 files changed, 1258 insertions(+), 471 deletions(-)


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

end of thread, other threads:[~2014-12-02 22:00 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-02 18:05 pull request: iwlwifi-next 2014-12-02 Grumbach, Emmanuel
2014-12-02 18:10 ` [PATCH 01/26] iwlwifi: move firmware file format definitions to correct header Emmanuel Grumbach
2014-12-02 18:10 ` [PATCH 02/26] iwlwifi: mvm: check and report if wake up was due to net detect Emmanuel Grumbach
2014-12-02 18:10 ` [PATCH 03/26] iwlwifi: deprecate -8.ucode for 3160 / 7260 / 7265 Emmanuel Grumbach
2014-12-02 18:10 ` [PATCH 04/26] iwlwifi: mvm: remove IWL_UCODE_TLV_CAPA_EXTENDED_BEACON Emmanuel Grumbach
2014-12-02 18:10 ` [PATCH 05/26] iwlwifi: mvm: remove IWL_UCODE_TLV_API_WOWLAN_CONFIG_TID Emmanuel Grumbach
2014-12-02 18:10 ` [PATCH 06/26] iwlwifi: mvm: remove IWL_UCODE_TLV_API_CSA_FLOW Emmanuel Grumbach
2014-12-02 18:10 ` [PATCH 07/26] iwlwifi: mvm: BT Coex - change the MPLUT registers' value Emmanuel Grumbach
2014-12-02 18:10 ` [PATCH 08/26] iwlwifi: mvm: add missing mvm ref debug print Emmanuel Grumbach
2014-12-02 18:11 ` [PATCH 09/26] iwlwifi: pcie: refactor cmd_in_flight set/clear code Emmanuel Grumbach
2014-12-02 18:11 ` [PATCH 10/26] iwlwifi: mvm: add SSID match information for net-detect Emmanuel Grumbach
2014-12-02 18:11 ` [PATCH 11/26] iwlwifi: mvm: add channel information to the netdetect notifications Emmanuel Grumbach
2014-12-02 18:11 ` [PATCH 12/26] iwlwifi: mvm: support NVM file with header Emmanuel Grumbach
2014-12-02 18:11 ` [PATCH 13/26] iwlwifi: don't load on 7265D with old NVM Emmanuel Grumbach
2014-12-02 18:11 ` [PATCH 14/26] iwlwifi: pcie: claim ownership on the device after stop_device() Emmanuel Grumbach
2014-12-02 18:11 ` [PATCH 15/26] iwlwifi: mvm: remove a dangling line of documentation Emmanuel Grumbach
2014-12-02 18:11 ` [PATCH 16/26] iwlwifi: mvm: support ucode load for family_8000 B0 only Emmanuel Grumbach
2014-12-02 18:11 ` [PATCH 17/26] iwlwifi: pcie: add fh registers to dump data Emmanuel Grumbach
2014-12-02 18:11 ` [PATCH 18/26] iwlwifi: fix 4165 series name Emmanuel Grumbach
2014-12-02 18:11 ` [PATCH 19/26] iwlwifi: use correct fw file in 8000 b-step Emmanuel Grumbach
2014-12-02 18:11 ` [PATCH 20/26] iwlwifi: dvm: fix flush support for old firmware Emmanuel Grumbach
2014-12-02 18:11 ` [PATCH 21/26] iwlwifi: mvm: update values for Smart Fifo Emmanuel Grumbach
2014-12-02 18:11 ` [PATCH 22/26] iwlwifi: define the .ucode file format for debug Emmanuel Grumbach
2014-12-02 18:11 ` [PATCH 23/26] iwlwifi: mvm: send dbg config hcmds to fw if set in tlv Emmanuel Grumbach
2014-12-02 18:11 ` [PATCH 24/26] iwlwifi: pcie: config regs according to fw tlv Emmanuel Grumbach
2014-12-02 18:11 ` [PATCH 25/26] iwlwifi: pcie: support more monitor types dumping Emmanuel Grumbach
2014-12-02 18:11 ` [PATCH 26/26] iwlwifi: mvm: Ability to work with packed usniffer image Emmanuel Grumbach
2014-12-02 21:56 ` pull request: iwlwifi-next 2014-12-02 John W. Linville

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