* pull-request: iwlwifi-next 2022-03-10
@ 2022-03-10 8:42 Luca Coelho
2022-03-10 16:47 ` Kalle Valo
0 siblings, 1 reply; 2+ messages in thread
From: Luca Coelho @ 2022-03-10 8:42 UTC (permalink / raw)
To: kvalo; +Cc: linux-wireless, luca
[-- Attachment #1: Type: text/plain, Size: 3641 bytes --]
Hi Kalle,
Here's my second pull request for v5.18 with the last patchset I sent.
This is all normal development, new features, bugfixes and cleanups.
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 12b604d4ba693a3aa254cf7f9d0b4835770e9e97:
rtw89: declare HE capabilities in 6G band (2022-03-09 13:39:53 +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-2022-03-10
for you to fetch changes up to 8594ab868799ce78c770498b74fe55ded30def9e:
iwlwifi: bump FW API to 72 for AX devices (2022-03-10 09:23:29 +0200)
----------------------------------------------------------------
iwlwifi patches for v5.18
* Mostly debugging infra changes;
* Some more work on the Bz family of devices;
* Bump the FW API twice;
* Some other small fixes, clean-ups and improvements.
----------------------------------------------------------------
Ayala Barazani (2):
iwlwifi: mvm: add a flag to reduce power command.
iwlwifi: Configure FW debug preset via module param.
Johannes Berg (3):
iwlwifi: mvm: remove cipher scheme support
iwlwifi: pcie: fix SW error MSI-X mapping
iwlwifi: use 4k queue size for Bz A-step
Luca Coelho (2):
iwlwifi: bump FW API to 71 for AX devices
iwlwifi: bump FW API to 72 for AX devices
Matt Chen (1):
iwlwifi: acpi: move ppag code from mvm to fw/acpi
Mordechay Goodstein (2):
iwlwifi: dbg: in sync mode don't call schedule
iwlwifi: dbg: check trigger data before access
Mukesh Sisodiya (3):
iwlwifi: yoyo: disable IMR DRAM region if IMR is disabled
iwlwifi: mvm: add support for IMR based on platform
iwlwifi: yoyo: dump IMR DRAM only for HW and FW error
drivers/net/wireless/intel/iwlwifi/cfg/22000.c | 19 +++++++-
drivers/net/wireless/intel/iwlwifi/fw/acpi.c | 211 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
drivers/net/wireless/intel/iwlwifi/fw/acpi.h | 28 ++++++++++++
drivers/net/wireless/intel/iwlwifi/fw/api/power.h | 27 ++++++++++-
drivers/net/wireless/intel/iwlwifi/fw/dbg.c | 34 +++++++++++++-
drivers/net/wireless/intel/iwlwifi/fw/file.h | 28 ------------
drivers/net/wireless/intel/iwlwifi/fw/img.h | 12 -----
drivers/net/wireless/intel/iwlwifi/fw/runtime.h | 3 +-
drivers/net/wireless/intel/iwlwifi/iwl-config.h | 5 ++-
drivers/net/wireless/intel/iwlwifi/iwl-context-info-gen3.h | 4 +-
drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.h | 4 +-
drivers/net/wireless/intel/iwlwifi/iwl-drv.c | 69 +++++++++++++++-------------
drivers/net/wireless/intel/iwlwifi/iwl-modparams.h | 5 ++-
drivers/net/wireless/intel/iwlwifi/mvm/fw.c | 221 +++++++++++++++---------------------------------------------------------------------------
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 33 ++------------
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | 1 -
drivers/net/wireless/intel/iwlwifi/pcie/ctxt-info-gen3.c | 5 ++-
drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 3 +-
drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 2 +-
drivers/net/wireless/intel/iwlwifi/queue/tx.c | 4 ++
20 files changed, 412 insertions(+), 306 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 2022-03-10
2022-03-10 8:42 pull-request: iwlwifi-next 2022-03-10 Luca Coelho
@ 2022-03-10 16:47 ` Kalle Valo
0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2022-03-10 16:47 UTC (permalink / raw)
To: Luca Coelho; +Cc: linux-wireless
Luca Coelho <luca@coelho.fi> writes:
> Hi Kalle,
>
> Here's my second pull request for v5.18 with the last patchset I sent.
>
> This is all normal development, new features, bugfixes and cleanups.
> 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 12b604d4ba693a3aa254cf7f9d0b4835770e9e97:
>
> rtw89: declare HE capabilities in 6G band (2022-03-09 13:39:53 +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-2022-03-10
>
> for you to fetch changes up to 8594ab868799ce78c770498b74fe55ded30def9e:
>
> iwlwifi: bump FW API to 72 for AX devices (2022-03-10 09:23:29 +0200)
>
> ----------------------------------------------------------------
> iwlwifi patches for v5.18
>
> * Mostly debugging infra changes;
> * Some more work on the Bz family of devices;
> * Bump the FW API twice;
> * Some other small fixes, clean-ups and improvements.
>
> ----------------------------------------------------------------
Pulled, thanks Luca.
--
https://patchwork.kernel.org/project/linux-wireless/list/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-03-10 16:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-10 8:42 pull-request: iwlwifi-next 2022-03-10 Luca Coelho
2022-03-10 16:47 ` Kalle Valo
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.