mbox series

pull-request: iwlwifi-next 2020-01-11

Message ID f548bee28a2ef4700a024e33c02b62893af498c7.camel@coelho.fi (mailing list archive)
State Accepted
Delegated to: Kalle Valo
Headers show
Series pull-request: iwlwifi-next 2020-01-11 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git tags/iwlwifi-next-for-kalle-2020-01-11

Message

Luca Coelho Jan. 11, 2020, 9:51 a.m. UTC
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(-)

Comments

Kalle Valo Jan. 24, 2020, 2:39 p.m. UTC | #1
Luca Coelho <luca@coelho.fi> writes:

> 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;
>
> ----------------------------------------------------------------

There was a conflict in pcie/drv.c due to this commit:

db5cce1afc8d Revert "iwlwifi: assign directly to iwl_trans->cfg in QuZ detection"

Please double check my resolution in the pending branch:

https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git/commit/?h=pending&id=5e01e8338c9d741dbf473a56f753b9c12344432d

I just took the hunk from commit db5cce1afc8d and didn't do any other
changes.
Kalle Valo Jan. 24, 2020, 2:45 p.m. UTC | #2
Kalle Valo <kvalo@codeaurora.org> writes:

> Luca Coelho <luca@coelho.fi> writes:
>
>> 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;
>>
>> ----------------------------------------------------------------
>
> There was a conflict in pcie/drv.c due to this commit:
>
> db5cce1afc8d Revert "iwlwifi: assign directly to iwl_trans->cfg in QuZ detection"
>
> Please double check my resolution in the pending branch:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git/commit/?h=pending&id=5e01e8338c9d741dbf473a56f753b9c12344432d
>
> I just took the hunk from commit db5cce1afc8d and didn't do any other
> changes.

Wrong link obviously, it should be this one:

https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git/commit/?h=pending&id=8dd96ed75b07e0134df24333c5766cf656af60af
Luca Coelho Jan. 24, 2020, 6:59 p.m. UTC | #3
On Fri, 2020-01-24 at 16:45 +0200, Kalle Valo wrote:
> Kalle Valo <kvalo@codeaurora.org> writes:
> 
> > Luca Coelho <luca@coelho.fi> writes:
> > 
> > > 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;
> > > 
> > > ----------------------------------------------------------------
> > 
> > There was a conflict in pcie/drv.c due to this commit:
> > 
> > db5cce1afc8d Revert "iwlwifi: assign directly to iwl_trans->cfg in QuZ detection"
> > 
> > Please double check my resolution in the pending branch:
> > 
> > https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git/commit/?h=pending&id=5e01e8338c9d741dbf473a56f753b9c12344432d
> > 
> > I just took the hunk from commit db5cce1afc8d and didn't do any other
> > changes.
> 
> Wrong link obviously, it should be this one:
> 
> https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git/commit/?h=pending&id=8dd96ed75b07e0134df24333c5766cf656af60af
> 

Looks good! Thanks for resolving it, Kalle!

--
Cheers,
Luca.
Kalle Valo Jan. 26, 2020, 10:10 a.m. UTC | #4
Luca Coelho <luca@coelho.fi> writes:

> 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;
>
> ----------------------------------------------------------------

Pulled, thanks Luca.