ath10k.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] wifi: ath10k/ath11k/ath12k: Strip device prefix from calibration properties
@ 2025-02-25  9:05 Krzysztof Kozlowski
  2025-02-25  9:05 ` [PATCH 1/5] dt-bindings: wireless: ath10k: Strip ath10k " Krzysztof Kozlowski
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Krzysztof Kozlowski @ 2025-02-25  9:05 UTC (permalink / raw)
  To: Johannes Berg, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Jeff Johnson
  Cc: linux-wireless, devicetree, ath10k, linux-kernel, ath11k, ath12k,
	Krzysztof Kozlowski

Devicetree properties describing exactly the same thing should be
reusable between device bindings.  All Qualcomm Atheros WiFi chips needs
certain calibration data, so properties should not be prefixed with
device family (ath10k).

Deprecate qcom,ath10k-calibration-variant and alike, so we gradually
switch to a common property.  This will also allow moving these
properties to common schema, if desired.

Why? Because people add qcom,ath12k-calibration-data and probably they
will add qcom,ath13k-calibration-data, qcom,ath14k-calibration-data and
so on.

I will fix DTS in separate series.

Best regards,
Krzysztof

---
Krzysztof Kozlowski (5):
      dt-bindings: wireless: ath10k: Strip ath10k prefix from calibration properties
      dt-bindings: wireless: ath11k: Strip ath11k prefix from calibration property
      dt-bindings: wireless: ath12k: Strip ath12k prefix from calibration property
      wifi: ath10k: Deprecate qcom,ath10k-calibration-variant properties
      wifi: ath11k: Deprecate qcom,ath11k-calibration-variant properties

 .../bindings/net/wireless/qcom,ath10k.yaml         | 25 ++++++++++++++++++++--
 .../bindings/net/wireless/qcom,ath11k-pci.yaml     |  9 +++++++-
 .../bindings/net/wireless/qcom,ath11k.yaml         |  7 ++++++
 .../bindings/net/wireless/qcom,ath12k-wsi.yaml     | 13 ++++++++---
 drivers/net/wireless/ath/ath10k/core.c             | 13 ++++++++---
 drivers/net/wireless/ath/ath11k/core.c             |  5 ++++-
 6 files changed, 62 insertions(+), 10 deletions(-)
---
base-commit: 8936cec5cb6e27649b86fabf383d7ce4113bba49
change-id: 20250225-b-wifi-qcom-calibration-variant-92a02995e996

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-02-28 20:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-25  9:05 [PATCH 0/5] wifi: ath10k/ath11k/ath12k: Strip device prefix from calibration properties Krzysztof Kozlowski
2025-02-25  9:05 ` [PATCH 1/5] dt-bindings: wireless: ath10k: Strip ath10k " Krzysztof Kozlowski
2025-02-25 17:13   ` Rob Herring (Arm)
2025-02-25  9:05 ` [PATCH 2/5] dt-bindings: wireless: ath11k: Strip ath11k prefix from calibration property Krzysztof Kozlowski
2025-02-25 17:15   ` Rob Herring (Arm)
2025-02-25  9:05 ` [PATCH 3/5] dt-bindings: wireless: ath12k: Strip ath12k " Krzysztof Kozlowski
2025-02-25 17:15   ` Rob Herring (Arm)
2025-02-25  9:05 ` [PATCH 4/5] wifi: ath10k: Deprecate qcom,ath10k-calibration-variant properties Krzysztof Kozlowski
2025-02-25  9:05 ` [PATCH 5/5] wifi: ath11k: Deprecate qcom,ath11k-calibration-variant properties Krzysztof Kozlowski
2025-02-25 10:32 ` [PATCH 0/5] wifi: ath10k/ath11k/ath12k: Strip device prefix from calibration properties AngeloGioacchino Del Regno
2025-02-28 19:56 ` Jeff Johnson

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).