linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Luca Coelho <luca@coelho.fi>
To: kvalo@codeaurora.org
Cc: linux-wireless@vger.kernel.org
Subject: [PATCH 00/16] iwlwifi: updates intended for v5.5 2019-10-12
Date: Sat, 12 Oct 2019 18:48:12 +0300	[thread overview]
Message-ID: <20191012154828.9249-1-luca@coelho.fi> (raw)

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

Hi,

Here's the first set of patches intended for v5.5.  This one contains
only changes to our debugging infrastructure.  There was a big revamp
on what we had before and this patchset is a bit large, but I didn't
see a reason to break it in two artificially.

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

Please review.

Cheers,
Luca.


Shahar S Matityahu (16):
  iwlwifi: dbg_ini: load external dbg cfg after internal cfg is loaded
  iwlwifi: dbg_ini: use new region TLV in dump flow
  iwlwifi: dbg_ini: use new trigger TLV in dump flow
  iwlwifi: dbg: remove multi buffers infra
  iwlwifi: dbg_ini: add monitor dumping support
  iwlwifi: dbg_ini: add error tables dumping support
  iwlwifi: dbg_ini: use new API in dump info
  iwlwifi: dbg_ini: add TLV allocation new API support
  iwlwifi: dbg_ini: implement time point handling
  iwlwifi: dbg_ini: implement monitor allocation flow
  iwlwifi: dbg_ini: add periodic trigger new API support
  iwlwifi: dbg_ini: support domain changing via debugfs
  iwlwifi: dbg_ini: support FW response/notification region type
  iwlwifi: dbg_ini: rename external debug configuration file
  iwlwifi: dbg_ini: remove old API and some related code
  iwlwifi: dbg_ini: support FW notification dumping in case of missed
    beacon

 .../net/wireless/intel/iwlwifi/cfg/22000.c    |  55 +-
 drivers/net/wireless/intel/iwlwifi/cfg/9000.c |  25 +-
 .../wireless/intel/iwlwifi/fw/api/dbg-tlv.h   | 514 ++++------
 drivers/net/wireless/intel/iwlwifi/fw/dbg.c   | 800 ++++++++++------
 drivers/net/wireless/intel/iwlwifi/fw/dbg.h   |  47 +-
 .../net/wireless/intel/iwlwifi/fw/debugfs.c   |  37 +
 .../wireless/intel/iwlwifi/fw/error-dump.h    |  63 +-
 drivers/net/wireless/intel/iwlwifi/fw/file.h  |   3 +-
 drivers/net/wireless/intel/iwlwifi/fw/img.h   |  12 -
 .../net/wireless/intel/iwlwifi/fw/runtime.h   |  58 +-
 .../net/wireless/intel/iwlwifi/iwl-config.h   |  28 +-
 .../net/wireless/intel/iwlwifi/iwl-dbg-tlv.c  | 891 +++++++++++++++++-
 .../net/wireless/intel/iwlwifi/iwl-dbg-tlv.h  |  22 +-
 drivers/net/wireless/intel/iwlwifi/iwl-drv.c  |   4 +-
 drivers/net/wireless/intel/iwlwifi/iwl-prph.h |   7 +
 .../net/wireless/intel/iwlwifi/iwl-trans.h    |  40 +-
 .../net/wireless/intel/iwlwifi/mvm/mac-ctxt.c |   3 +-
 .../intel/iwlwifi/pcie/ctxt-info-gen3.c       |  77 +-
 .../net/wireless/intel/iwlwifi/pcie/trans.c   | 149 +--
 19 files changed, 2003 insertions(+), 832 deletions(-)

-- 
2.23.0


             reply	other threads:[~2019-10-12 15:48 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-12 15:48 Luca Coelho [this message]
2019-10-12 15:48 ` [PATCH 01/16] iwlwifi: dbg_ini: load external dbg cfg after internal cfg is loaded Luca Coelho
2019-10-12 15:48 ` [PATCH 02/16] iwlwifi: dbg_ini: use new region TLV in dump flow Luca Coelho
2019-10-12 15:48 ` [PATCH 03/16] iwlwifi: dbg_ini: use new trigger " Luca Coelho
2019-10-12 15:48 ` [PATCH 04/16] iwlwifi: dbg: remove multi buffers infra Luca Coelho
2019-10-12 15:48 ` [PATCH 05/16] iwlwifi: dbg_ini: add monitor dumping support Luca Coelho
2019-10-12 15:48 ` [PATCH 06/16] iwlwifi: dbg_ini: add error tables " Luca Coelho
2019-10-12 15:48 ` [PATCH 07/16] iwlwifi: dbg_ini: use new API in dump info Luca Coelho
2019-10-12 15:48 ` [PATCH 08/16] iwlwifi: dbg_ini: add TLV allocation new API support Luca Coelho
2019-10-12 15:48 ` [PATCH 09/16] iwlwifi: dbg_ini: implement time point handling Luca Coelho
2019-10-12 15:48 ` [PATCH 10/16] iwlwifi: dbg_ini: implement monitor allocation flow Luca Coelho
2019-10-12 15:48 ` [PATCH 11/16] iwlwifi: dbg_ini: add periodic trigger new API support Luca Coelho
2019-10-12 15:48 ` [PATCH 12/16] iwlwifi: dbg_ini: support domain changing via debugfs Luca Coelho
2019-10-12 15:48 ` [PATCH 13/16] iwlwifi: dbg_ini: support FW response/notification region type Luca Coelho
2019-10-12 15:48 ` [PATCH 14/16] iwlwifi: dbg_ini: rename external debug configuration file Luca Coelho
2019-10-12 15:48 ` [PATCH 15/16] iwlwifi: dbg_ini: remove old API and some related code Luca Coelho
2019-10-12 15:48 ` [PATCH 16/16] iwlwifi: dbg_ini: support FW notification dumping in case of missed beacon Luca Coelho

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191012154828.9249-1-luca@coelho.fi \
    --to=luca@coelho.fi \
    --cc=kvalo@codeaurora.org \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).