mbox series

[0/8] iwlwifi: updates intended for v5.1 2019-02-20

Message ID 20190220120400.8814-1-luca@coelho.fi (mailing list archive)
Headers show
Series iwlwifi: updates intended for v5.1 2019-02-20 | expand

Message

Luca Coelho Feb. 20, 2019, 12:03 p.m. UTC
From: Luca Coelho <luciano.coelho@intel.com>

Hi,

Here's the tenth and final set of patches intended for v5.1.  This one
is mostly to add some new PCI IDs and to align with an internal
version we tested.

The changes are:

* New PCI IDs for 9260 and 22000 series;
* Continued work on the new debugging mechanism;


As usual, I'm pushing this to a pending branch, for kbuild bot, and
will send a pull-request later.

Please review.

Cheers,
Luca.



Ihab Zhaika (2):
  iwlwifi: add new card for 9260 series
  iwlwifi: add new cards for 22000 and killer series and change the
    market name

Shahar S Matityahu (6):
  iwlwifi: dbg_ini: add print to iwl_dump_ini_mem in case of invalid
    range
  iwlwifi: dbg_ini: make memory dump get_size handler include headers
  iwlwifi: dbg_ini: make fill_range handler accept generic range pointer
  iwlwifi: dbg_ini: add region to fill_header handler
  iwlwifi: dbg_ini: implement Tx fifos dump
  iwlwifi: dbg_ini: implement Rx fifos dump

 .../net/wireless/intel/iwlwifi/cfg/22000.c    |   8 +-
 .../wireless/intel/iwlwifi/fw/api/dbg-tlv.h   |  13 +-
 drivers/net/wireless/intel/iwlwifi/fw/dbg.c   | 490 +++++++++++++++---
 .../wireless/intel/iwlwifi/fw/error-dump.h    |  32 +-
 .../net/wireless/intel/iwlwifi/fw/runtime.h   |   1 +
 .../net/wireless/intel/iwlwifi/iwl-config.h   |   2 +-
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c |  99 ++--
 .../net/wireless/intel/iwlwifi/pcie/trans.c   |   4 +-
 8 files changed, 507 insertions(+), 142 deletions(-)