From: Luca Coelho <luca@coelho.fi>
To: kvalo@codeaurora.org
Cc: linux-wireless@vger.kernel.org, linuxwifi@intel.com,
david.e.box@intel.com, joe.konno@intel.com
Subject: pull-request: iwlwifi-next 2020-01-11
Date: Sat, 11 Jan 2020 11:51:28 +0200 [thread overview]
Message-ID: <f548bee28a2ef4700a024e33c02b62893af498c7.camel@coelho.fi> (raw)
[-- Attachment #1: Type: text/plain, Size: 6794 bytes --]
Hi Kalle,
Here's the fist batch of patches intended for v5.6. This includes
the last two patchsets I sent out. Usual development work. More
details about the contents in the tag description.
I pushed these patches to my pending branch, but it was just now, so I
didn't get the results from kbuildbot yet.
Please let me know if there are any issues.
Cheers,
Luca.
The following changes since commit ae0a723c4cfd89dad31ce238f47ccfbe81b35b84:
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git (2019-12-19 18:27:36 +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-kalle-2020-01-11
for you to fetch changes up to 0b295a1eb81f37dc7d4f4f2ee9ef375fb36ab5d8:
iwlwifi: add device name to device_info (2020-01-04 12:48:41 +0200)
----------------------------------------------------------------
First set of patches intended for v5.6
* Support new versions of the FTM FW APIs;
* Fix an old bug in D3 (WoWLAN);
* A couple of fixes/improvements in the receive-buffers code;
* Fix in the debugging where we were skipping one TXQ;
* 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;
----------------------------------------------------------------
Andrei Otcheretianski (1):
iwlwifi: mvm: Update BEACON_TEMPLATE_CMD firmware API
Avraham Stern (2):
iwlwifi: mvm: add support for location range request version 8
iwlwifi: mvm: add support for responder config command version 7
Johannes Berg (8):
iwlwifi: mvm: update powersave correctly for D3
iwlwifi: allocate more receive buffers for HE devices
iwlwifi: pcie: map only used part of RX buffers
iwlwifi: pcie: use partial pages if applicable
iwlwifi: pcie: validate queue ID before array deref/bit ops
iwlwifi: incorporate firmware filename into version
iwlwifi: mvm: print out extended secboot status before dump
iwlwifi: prph: remove some unused register definitions
Luca Coelho (10):
iwlwifi: dbg_ini: don't skip a TX FIFO when dumping
iwlwifi: remove some outdated iwl22000 configurations
iwlwifi: remove CSR registers abstraction
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
Tova Mussai (1):
iwlwifi: scan: remove support for fw scan api v11
drivers/net/wireless/intel/iwlwifi/cfg/1000.c | 6 +--
drivers/net/wireless/intel/iwlwifi/cfg/2000.c | 12 ++---
drivers/net/wireless/intel/iwlwifi/cfg/22000.c | 81 +++++++++++++++++++++++--------
drivers/net/wireless/intel/iwlwifi/cfg/5000.c | 7 +--
drivers/net/wireless/intel/iwlwifi/cfg/6000.c | 19 +++-----
drivers/net/wireless/intel/iwlwifi/cfg/7000.c | 3 +-
drivers/net/wireless/intel/iwlwifi/cfg/8000.c | 3 +-
drivers/net/wireless/intel/iwlwifi/cfg/9000.c | 12 ++++-
drivers/net/wireless/intel/iwlwifi/dvm/main.c | 4 +-
drivers/net/wireless/intel/iwlwifi/fw/api/location.h | 144 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
drivers/net/wireless/intel/iwlwifi/fw/api/scan.h | 41 ----------------
drivers/net/wireless/intel/iwlwifi/fw/api/tx.h | 7 ++-
drivers/net/wireless/intel/iwlwifi/fw/dbg.c | 9 ++--
drivers/net/wireless/intel/iwlwifi/fw/debugfs.c | 29 +-----------
drivers/net/wireless/intel/iwlwifi/fw/img.h | 2 +-
drivers/net/wireless/intel/iwlwifi/fw/runtime.h | 13 +----
drivers/net/wireless/intel/iwlwifi/iwl-config.h | 68 +++++++-------------------
drivers/net/wireless/intel/iwlwifi/iwl-context-info.h | 20 ++++----
drivers/net/wireless/intel/iwlwifi/iwl-csr.h | 27 ++++++++++-
drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c | 65 ++++++++-----------------
drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.h | 1 -
drivers/net/wireless/intel/iwlwifi/iwl-drv.c | 26 +++++++---
drivers/net/wireless/intel/iwlwifi/iwl-fh.h | 5 +-
drivers/net/wireless/intel/iwlwifi/iwl-io.c | 37 ++-------------
drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c | 14 ++----
drivers/net/wireless/intel/iwlwifi/iwl-prph.h | 10 ++--
drivers/net/wireless/intel/iwlwifi/iwl-trans.h | 22 +++++++++
drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 6 +++
drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c | 2 +-
drivers/net/wireless/intel/iwlwifi/mvm/ftm-initiator.c | 239 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------
drivers/net/wireless/intel/iwlwifi/mvm/ftm-responder.c | 95 +++++++++++++++++++++++++++++--------
drivers/net/wireless/intel/iwlwifi/mvm/fw.c | 27 ++++++++---
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | 2 +
drivers/net/wireless/intel/iwlwifi/mvm/nvm.c | 2 +-
drivers/net/wireless/intel/iwlwifi/mvm/ops.c | 2 +-
drivers/net/wireless/intel/iwlwifi/mvm/power.c | 27 +++++------
drivers/net/wireless/intel/iwlwifi/mvm/scan.c | 47 ------------------
drivers/net/wireless/intel/iwlwifi/pcie/ctxt-info-gen3.c | 2 +-
drivers/net/wireless/intel/iwlwifi/pcie/ctxt-info.c | 11 +++--
drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 173 ++++++++++++++++++++++++++++++++++++++++++------------------------
drivers/net/wireless/intel/iwlwifi/pcie/internal.h | 21 +++++++-
drivers/net/wireless/intel/iwlwifi/pcie/rx.c | 108 ++++++++++++++++++++++++++++++------------
drivers/net/wireless/intel/iwlwifi/pcie/trans-gen2.c | 5 +-
drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 51 ++++++++++----------
drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c | 16 ++++++-
drivers/net/wireless/intel/iwlwifi/pcie/tx.c | 12 ++---
46 files changed, 938 insertions(+), 597 deletions(-)
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2020-01-11 9:51 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-11 9:51 Luca Coelho [this message]
2020-01-24 14:39 ` pull-request: iwlwifi-next 2020-01-11 Kalle Valo
2020-01-24 14:45 ` Kalle Valo
2020-01-24 18:59 ` Luca Coelho
2020-01-26 10:10 ` Kalle Valo
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=f548bee28a2ef4700a024e33c02b62893af498c7.camel@coelho.fi \
--to=luca@coelho.fi \
--cc=david.e.box@intel.com \
--cc=joe.konno@intel.com \
--cc=kvalo@codeaurora.org \
--cc=linux-wireless@vger.kernel.org \
--cc=linuxwifi@intel.com \
/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