UPSTREAM: Add power sequencing support for WCN39xx WiFi/BT chips#760
UPSTREAM: Add power sequencing support for WCN39xx WiFi/BT chips#760yepurisiddu wants to merge 3 commits into
Conversation
…WCN39xx WCN3990 and other similar WiFi/BT chips incorporate a simple on-chip PMU (clearly described as such in the documentation). Provide DT schema covering other Qualcomm WiFi/BT chips to cover these devices too. Change-Id: Id1bb235679f4cf5384060e1a36ee5aad9fd398dc Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Acked-by: Mark Brown <broonie@kernel.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260106-wcn3990-pwrctl-v2-1-0386204328be@oss.qualcomm.com Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> (cherry picked from commit a5fae42)
The WCN39xx family of WiFi/BT chips incorporates a simple PMU, spreading voltages over internal rails. Implement power sequencing support for this generation of WCN chips. Unlike later devices, they don't have separate enable GPIO lines, letting the chip figure out the necessary parts on its own. Change-Id: Ief9fc10f1ddb205016d0a048db41a0ce3fe5cc25 Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260106-wcn3990-pwrctl-v2-5-0386204328be@oss.qualcomm.com Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> (cherry picked from commit 0eb85f4)
The WCN39xx family of WiFi/BT chips incorporates a simple PMU, spreading voltages over internal rails. Implement support for using powersequencer for this family of QCA devices in addition to using regulators. Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> Change-Id: I0c0bf02fd3709bab515a24bf6699344fa09122c5 Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> (cherry picked from commit 9f168e4)
|
Merge Check Failed: No CR Numbers Found Error: No Change Request numbers were found. Please add Change Request numbers to your pull request description in the format CRs-Fixed: 12345 or link GitHub issues that are associated with Change Requests. |
|
Merge Check Failed: CR Not Eligible for Merge CR 4582135 is not eligible for merge. The parent software image for kernel.qli.2.0 is not development complete. Entity: Please ensure the CR passes both CCT (ComponentChangeTasks) and ICT (Integration Change Tasks) validations. |
Salendarsingh Gaud (sgaud-quic)
left a comment
There was a problem hiding this comment.
No mainline PR in CR
Test Matrix
|
|
If the commits are merged in upstream and being backported to 6.18, shouldn't tag be BACKPORT ? |
No. BACKPORT indicates mainline upstream patch was changed or adapted considerably to backport |
|
yepurisiddu remove Change-Id from the commits. |
|
Close this PR if not needed anymore. |
|
PR raised as part of #817 |
This series brings upstream power sequencing support for the WCN39xx
family of WiFi/BT chips (WCN3988, WCN3990, WCN3991, WCN3998).
The WCN39xx family incorporates a simple on-chip PMU that spreads
voltages over internal rails. Unlike later WCN devices, they have no
separate enable GPIO lines and rely on the chip to handle power
sequencing internally.
Changes:
regulator: dt-bindings: Add DT schema for qcom,wcn3990-pmu covering
the WCN39xx PMU
power: sequencing: qcom-wcn: Implement power sequencer driver support
for WCN39xx
Bluetooth: qca: Enable pwrseq as an alternative to regulators for
WCN39xx devices
CRs-Fixed: 4582135