From: Kalle Valo <kvalo@kernel.org>
To: ath12k@lists.infradead.org
Cc: linux-wireless@vger.kernel.org, devicetree@vger.kernel.org
Subject: [PATCH v2 0/8] wifi: ath12k: MLO support part 7
Date: Mon, 9 Dec 2024 17:30:26 +0200 [thread overview]
Message-ID: <20241209153034.50558-1-kvalo@kernel.org> (raw)
From: Kalle Valo <quic_kvalo@quicinc.com>
Implementing Multi-Link Operation (MLO) continues. Bindings document is added
to get WSI information from DT (patch 1) with the code parsing the information
(patch 2). Rest of the patches are about configuring MLO in firmware.
Device Tree bindings were reviewed as RFC earlier:
[RFC PATCH v3 1/5] dt-bindings: net: wireless: Describe ath12k PCI module with WSI
https://lore.kernel.org/ath12k/20241105180444.770951-1-quic_rajkbhag@quicinc.com/
The only changes from the RFC are Jeff's email address and using flag instead of bool.
This patchset applies to ath.git main branch. Please review.
Kalle
v2:
* patch 1: change qcom,wsi-controller from a boolean to a flag
v1: https://patchwork.kernel.org/project/linux-wireless/cover/20241205203044.589499-1-kvalo@kernel.org/
Bhagavathi Perumal S (1):
wifi: ath12k: Add MLO WMI setup and teardown functions
Karthikeyan Periyasamy (5):
wifi: ath12k: send partner device details in QMI MLO capability
wifi: ath12k: refactor ath12k_qmi_alloc_target_mem_chunk()
wifi: ath12k: add support to allocate MLO global memory region
wifi: ath12k: enable MLO setup and teardown from core
wifi: ath12k: avoid redundant code in DP Rx error process
Raj Kumar Bhagat (2):
dt-bindings: net: wireless: Describe ath12k PCI module with WSI
wifi: ath12k: parse multiple device information from Device Tree
.../net/wireless/qcom,ath12k-wsi.yaml | 205 +++++++++++++
drivers/net/wireless/ath/ath12k/core.c | 256 +++++++++++++++-
drivers/net/wireless/ath/ath12k/core.h | 18 ++
drivers/net/wireless/ath/ath12k/dp_rx.c | 13 +-
drivers/net/wireless/ath/ath12k/mac.c | 142 +++++++++
drivers/net/wireless/ath/ath12k/mac.h | 3 +
drivers/net/wireless/ath/ath12k/qmi.c | 283 ++++++++++++++----
drivers/net/wireless/ath/ath12k/qmi.h | 1 +
drivers/net/wireless/ath/ath12k/wmi.c | 180 +++++++++++
drivers/net/wireless/ath/ath12k/wmi.h | 49 +++
10 files changed, 1073 insertions(+), 77 deletions(-)
create mode 100644 Documentation/devicetree/bindings/net/wireless/qcom,ath12k-wsi.yaml
base-commit: 400568fb3b022247c1603fdbdd6444b3ef14ffce
--
2.39.5
next reply other threads:[~2024-12-09 15:30 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-09 15:30 Kalle Valo [this message]
2024-12-09 15:30 ` [PATCH v2 1/8] dt-bindings: net: wireless: Describe ath12k PCI module with WSI Kalle Valo
2024-12-16 19:54 ` Conor Dooley
2024-12-09 15:30 ` [PATCH v2 2/8] wifi: ath12k: parse multiple device information from Device Tree Kalle Valo
2024-12-09 15:30 ` [PATCH v2 3/8] wifi: ath12k: send partner device details in QMI MLO capability Kalle Valo
2024-12-09 15:30 ` [PATCH v2 4/8] wifi: ath12k: refactor ath12k_qmi_alloc_target_mem_chunk() Kalle Valo
2024-12-09 15:30 ` [PATCH v2 5/8] wifi: ath12k: add support to allocate MLO global memory region Kalle Valo
2024-12-09 15:30 ` [PATCH v2 6/8] wifi: ath12k: Add MLO WMI setup and teardown functions Kalle Valo
2024-12-09 15:30 ` [PATCH v2 7/8] wifi: ath12k: enable MLO setup and teardown from core Kalle Valo
2024-12-09 15:30 ` [PATCH v2 8/8] wifi: ath12k: avoid redundant code in DP Rx error process 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=20241209153034.50558-1-kvalo@kernel.org \
--to=kvalo@kernel.org \
--cc=ath12k@lists.infradead.org \
--cc=devicetree@vger.kernel.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