linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/12] iwlwifi: updates intended for v5.6 2020-01-06
@ 2020-01-06  8:54 Luca Coelho
  2020-01-06  8:54 ` [PATCH 01/12] iwlwifi: mvm: Update BEACON_TEMPLATE_CMD firmware API Luca Coelho
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Luca Coelho @ 2020-01-06  8:54 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless

From: Luca Coelho <luciano.coelho@intel.com>

Hi,

Here's the second set of patches intended for v5.6.  It's the usual
development, new features, cleanups and bugfixes.

The changes are:

* Support new version of the beacon template FW API;
* Print some extra information when the driver is loaded;
* Some debugging infrastructure (aka. yoyo) updates;
* Support for a new HW version;
* Second phase of device configuration work started;
* Some clean-ups;

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

Please review.

Cheers,
Luca.


Andrei Otcheretianski (1):
  iwlwifi: mvm: Update BEACON_TEMPLATE_CMD firmware API

Johannes Berg (3):
  iwlwifi: incorporate firmware filename into version
  iwlwifi: mvm: print out extended secboot status before dump
  iwlwifi: prph: remove some unused register definitions

Luca Coelho (7):
  iwlwifi: yoyo: don't allow changing the domain via debugfs
  iwlwifi: yoyo: remove unnecessary active triggers status flag
  iwlwifi: yoyo: remove the iwl_dbg_tlv_gen_active_trigs() function
  iwlwifi: yoyo: check for the domain on all TLV types during init
  iwlwifi: assume the driver_data is a trans_cfg, but allow full cfg
  iwlwifi: implement a new device configuration table
  iwlwifi: add device name to device_info

Oren Givon (1):
  iwlwifi: add new iwlax411 struct for type SoSnj

 .../net/wireless/intel/iwlwifi/cfg/22000.c    |  10 ++
 drivers/net/wireless/intel/iwlwifi/cfg/9000.c |  10 +-
 drivers/net/wireless/intel/iwlwifi/dvm/main.c |   4 +-
 .../net/wireless/intel/iwlwifi/fw/api/tx.h    |   7 +-
 drivers/net/wireless/intel/iwlwifi/fw/dbg.c   |   5 +-
 .../net/wireless/intel/iwlwifi/fw/debugfs.c   |  29 +---
 drivers/net/wireless/intel/iwlwifi/fw/img.h   |   2 +-
 .../net/wireless/intel/iwlwifi/fw/runtime.h   |  13 +-
 .../net/wireless/intel/iwlwifi/iwl-config.h   |  14 ++
 .../net/wireless/intel/iwlwifi/iwl-dbg-tlv.c  |  65 +++-----
 .../net/wireless/intel/iwlwifi/iwl-dbg-tlv.h  |   1 -
 drivers/net/wireless/intel/iwlwifi/iwl-drv.c  |  26 ++-
 drivers/net/wireless/intel/iwlwifi/iwl-prph.h |  10 +-
 .../net/wireless/intel/iwlwifi/iwl-trans.h    |   4 +
 .../net/wireless/intel/iwlwifi/mvm/debugfs.c  |   2 +-
 drivers/net/wireless/intel/iwlwifi/mvm/fw.c   |  27 ++-
 drivers/net/wireless/intel/iwlwifi/mvm/nvm.c  |   2 +-
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c  |   2 +-
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 156 ++++++++++++------
 19 files changed, 217 insertions(+), 172 deletions(-)

-- 
2.24.1


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

end of thread, other threads:[~2020-01-06  8:55 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-06  8:54 [PATCH 00/12] iwlwifi: updates intended for v5.6 2020-01-06 Luca Coelho
2020-01-06  8:54 ` [PATCH 01/12] iwlwifi: mvm: Update BEACON_TEMPLATE_CMD firmware API Luca Coelho
2020-01-06  8:54 ` [PATCH 02/12] iwlwifi: yoyo: don't allow changing the domain via debugfs Luca Coelho
2020-01-06  8:54 ` [PATCH 03/12] iwlwifi: yoyo: remove unnecessary active triggers status flag Luca Coelho
2020-01-06  8:54 ` [PATCH 04/12] iwlwifi: yoyo: remove the iwl_dbg_tlv_gen_active_trigs() function Luca Coelho
2020-01-06  8:54 ` [PATCH 05/12] iwlwifi: add new iwlax411 struct for type SoSnj Luca Coelho
2020-01-06  8:54 ` [PATCH 06/12] iwlwifi: yoyo: check for the domain on all TLV types during init Luca Coelho
2020-01-06  8:54 ` [PATCH 07/12] iwlwifi: incorporate firmware filename into version Luca Coelho
2020-01-06  8:54 ` [PATCH 08/12] iwlwifi: mvm: print out extended secboot status before dump Luca Coelho
2020-01-06  8:54 ` [PATCH 09/12] iwlwifi: prph: remove some unused register definitions Luca Coelho
2020-01-06  8:55 ` [PATCH 10/12] iwlwifi: assume the driver_data is a trans_cfg, but allow full cfg Luca Coelho
2020-01-06  8:55 ` [PATCH 11/12] iwlwifi: implement a new device configuration table Luca Coelho
2020-01-06  8:55 ` [PATCH 12/12] iwlwifi: add device name to device_info Luca Coelho

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