* pull-request: iwlwifi-next 2020-05-29
@ 2020-05-29 7:39 Luca Coelho
2020-05-29 17:43 ` Kalle Valo
0 siblings, 1 reply; 2+ messages in thread
From: Luca Coelho @ 2020-05-29 7:39 UTC (permalink / raw)
To: kvalo; +Cc: linux-wireless, linuxwifi
[-- Attachment #1: Type: text/plain, Size: 4051 bytes --]
Hi Kalle,
Here's the third batch of patches intended for v5.8. This includes
the last patchset I sent out. Usual development work. More details
about the contents in the tag description.
Please let me know if there are any issues.
Cheers,
Luca.
The following changes since commit 50ce4c099bebf56be86c9448f7f4bcd34f33663c:
sctp: fix typo sctp_ulpevent_nofity_peer_addr_change (2020-05-27 15:08:02 -0700)
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-05-29
for you to fetch changes up to e6d4318c049574dcfa040725903add2790cfbd7b:
iwlwifi: bump FW API to 56 for AX devices (2020-05-29 10:32:46 +0300)
----------------------------------------------------------------
Third set of iwlwifi patches intended for v5.8
* Update range request API;
* Add ACPI DSM support;
* Support enabling 5.2GHz bands in Indonesia via ACPI;
* Bump FW API version to 56;
* TX queues refactoring started;
* Fix one memory leak;
* Some other small fixes and clean-ups;
----------------------------------------------------------------
Avraham Stern (1):
iwlwifi: mvm: add support for range request version 10
Gil Adam (2):
iwlwifi: acpi: support device specific method (DSM)
iwlwifi: acpi: evaluate dsm to enable 5.2 bands in Indonesia
Haim Dreyfuss (2):
iwlwifi: set NO_HE if the regulatory domain forbids it
iwlwifi: pcie: don't count on the FW to set persistence mode
Johannes Berg (1):
iwlwifi: pcie: gen3: indicate 8k/12k RB size to device
Luca Coelho (1):
iwlwifi: bump FW API to 56 for AX devices
Mordechay Goodstein (3):
iwlwifi: pcie: keep trans instead of trans_pcie in iwl_txq
iwlwifi: move iwl_txq and substructures to a common trans header
iwlwifi: move txq-specific from trans_pcie to common trans
Sharon (1):
iwlwifi: mvm: fix aux station leak
drivers/net/wireless/intel/iwlwifi/cfg/22000.c | 2 +-
drivers/net/wireless/intel/iwlwifi/fw/acpi.c | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------
drivers/net/wireless/intel/iwlwifi/fw/acpi.h | 22 ++++++++++++++++
drivers/net/wireless/intel/iwlwifi/fw/api/location.h | 14 +++++-----
drivers/net/wireless/intel/iwlwifi/fw/api/nvm-reg.h | 34 ++++++++++++++++++++++--
drivers/net/wireless/intel/iwlwifi/iwl-context-info-gen3.h | 12 +++++++--
drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c | 5 ++++
drivers/net/wireless/intel/iwlwifi/iwl-trans.h | 128 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/net/wireless/intel/iwlwifi/mvm/ftm-initiator.c | 42 +++++++++++++++++++++++++++---
drivers/net/wireless/intel/iwlwifi/mvm/fw.c | 43 ++++++++++++++++++++++++++++++
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 5 ++--
drivers/net/wireless/intel/iwlwifi/mvm/sta.c | 18 +++++++++----
drivers/net/wireless/intel/iwlwifi/mvm/sta.h | 6 ++---
drivers/net/wireless/intel/iwlwifi/pcie/ctxt-info-gen3.c | 10 ++++++-
drivers/net/wireless/intel/iwlwifi/pcie/ctxt-info.c | 6 ++---
drivers/net/wireless/intel/iwlwifi/pcie/internal.h | 121 ++-----------------------------------------------------------------------------------
drivers/net/wireless/intel/iwlwifi/pcie/rx.c | 6 ++---
drivers/net/wireless/intel/iwlwifi/pcie/trans-gen2.c | 11 ++++----
drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 47 +++++++++++++--------------------
drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c | 70 +++++++++++++++++++++++--------------------------
drivers/net/wireless/intel/iwlwifi/pcie/tx.c | 120 ++++++++++++++++++++++++++++++++++++++++++------------------------------------------
21 files changed, 524 insertions(+), 297 deletions(-)
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: pull-request: iwlwifi-next 2020-05-29
2020-05-29 7:39 pull-request: iwlwifi-next 2020-05-29 Luca Coelho
@ 2020-05-29 17:43 ` Kalle Valo
0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2020-05-29 17:43 UTC (permalink / raw)
To: Luca Coelho; +Cc: linux-wireless, linuxwifi
Luca Coelho <luca@coelho.fi> wrote:
> Hi Kalle,
>
> Here's the third batch of patches intended for v5.8. This includes
> the last patchset I sent out. Usual development work. More details
> about the contents in the tag description.
>
> Please let me know if there are any issues.
>
> Cheers,
> Luca.
>
>
> The following changes since commit 50ce4c099bebf56be86c9448f7f4bcd34f33663c:
>
> sctp: fix typo sctp_ulpevent_nofity_peer_addr_change (2020-05-27 15:08:02 -0700)
>
> 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-05-29
>
> for you to fetch changes up to e6d4318c049574dcfa040725903add2790cfbd7b:
>
> iwlwifi: bump FW API to 56 for AX devices (2020-05-29 10:32:46 +0300)
>
> ----------------------------------------------------------------
> Third set of iwlwifi patches intended for v5.8
>
> * Update range request API;
> * Add ACPI DSM support;
> * Support enabling 5.2GHz bands in Indonesia via ACPI;
> * Bump FW API version to 56;
> * TX queues refactoring started;
> * Fix one memory leak;
> * Some other small fixes and clean-ups;
>
> ----------------------------------------------------------------
> Avraham Stern (1):
> iwlwifi: mvm: add support for range request version 10
>
> Gil Adam (2):
> iwlwifi: acpi: support device specific method (DSM)
> iwlwifi: acpi: evaluate dsm to enable 5.2 bands in Indonesia
>
> Haim Dreyfuss (2):
> iwlwifi: set NO_HE if the regulatory domain forbids it
> iwlwifi: pcie: don't count on the FW to set persistence mode
>
> Johannes Berg (1):
> iwlwifi: pcie: gen3: indicate 8k/12k RB size to device
>
> Luca Coelho (1):
> iwlwifi: bump FW API to 56 for AX devices
>
> Mordechay Goodstein (3):
> iwlwifi: pcie: keep trans instead of trans_pcie in iwl_txq
> iwlwifi: move iwl_txq and substructures to a common trans header
> iwlwifi: move txq-specific from trans_pcie to common trans
>
> Sharon (1):
> iwlwifi: mvm: fix aux station leak
>
> drivers/net/wireless/intel/iwlwifi/cfg/22000.c | 2 +-
> drivers/net/wireless/intel/iwlwifi/fw/acpi.c | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------
> drivers/net/wireless/intel/iwlwifi/fw/acpi.h | 22 ++++++++++++++++
> drivers/net/wireless/intel/iwlwifi/fw/api/location.h | 14 +++++-----
> drivers/net/wireless/intel/iwlwifi/fw/api/nvm-reg.h | 34 ++++++++++++++++++++++--
> drivers/net/wireless/intel/iwlwifi/iwl-context-info-gen3.h | 12 +++++++--
> drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c | 5 ++++
> drivers/net/wireless/intel/iwlwifi/iwl-trans.h | 128 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> drivers/net/wireless/intel/iwlwifi/mvm/ftm-initiator.c | 42 +++++++++++++++++++++++++++---
> drivers/net/wireless/intel/iwlwifi/mvm/fw.c | 43 ++++++++++++++++++++++++++++++
> drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 5 ++--
> drivers/net/wireless/intel/iwlwifi/mvm/sta.c | 18 +++++++++----
> drivers/net/wireless/intel/iwlwifi/mvm/sta.h | 6 ++---
> drivers/net/wireless/intel/iwlwifi/pcie/ctxt-info-gen3.c | 10 ++++++-
> drivers/net/wireless/intel/iwlwifi/pcie/ctxt-info.c | 6 ++---
> drivers/net/wireless/intel/iwlwifi/pcie/internal.h | 121 ++-----------------------------------------------------------------------------------
> drivers/net/wireless/intel/iwlwifi/pcie/rx.c | 6 ++---
> drivers/net/wireless/intel/iwlwifi/pcie/trans-gen2.c | 11 ++++----
> drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 47 +++++++++++++--------------------
> drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c | 70 +++++++++++++++++++++++--------------------------
> drivers/net/wireless/intel/iwlwifi/pcie/tx.c | 120 ++++++++++++++++++++++++++++++++++++++++++------------------------------------------
> 21 files changed, 524 insertions(+), 297 deletions(-)
Pulled, thanks.
6bb986e940dc Merge tag 'iwlwifi-next-for-kalle-2020-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next
--
https://patchwork.kernel.org/patch/11577945/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-05-29 17:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-29 7:39 pull-request: iwlwifi-next 2020-05-29 Luca Coelho
2020-05-29 17:43 ` Kalle Valo
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).