[PATCH 2/2] wifi: ath10k: snoc: Add VDD_SMPS regulator

2023-03-02 Thread Konrad Dybcio
At least SM6375 (bundled with soc_id 0x400e) and SM4350 (bundled with unknown, probably the same) expect one more supply, called vdd-smps downstream. It's set to 0.984V and connected to a - you guessed it - SMPS regulator on PM6125. Add support for it. Signed-off-by: Konrad Dybcio

[PATCH 1/2] dt-bindings: ath10k: Add vdd-smps supply

2023-03-02 Thread Konrad Dybcio
Mention the newly added vdd-smps supply. Signed-off-by: Konrad Dybcio --- Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt b/Documentation/devicetree

Re: [PATCH 1/2] dt-bindings: ath10k: Add vdd-smps supply

2023-03-03 Thread Konrad Dybcio
On 3.03.2023 08:12, Krzysztof Kozlowski wrote: > On 03/03/2023 03:42, Konrad Dybcio wrote: >> Mention the newly added vdd-smps supply. > > There is no explanation here, but looking at your driver change it > suggests name is not correct. You named it based on regulator

Re: [PATCH v4] dt-bindings: net: Convert ATH10K to YAML

2023-04-17 Thread Konrad Dybcio
On 17.04.2023 12:12, Kalle Valo wrote: > Konrad Dybcio writes: > >> Convert the ATH10K bindings to YAML. >> >> Dropped properties that are absent at the current state of mainline: >> - qcom,msi_addr >> - qcom,msi_base > > Very good, thanks. Clearly

Re: [PATCH 1/2] dt-bindings: net: Convert ATH10K to YAML

2023-04-06 Thread Konrad Dybcio
On 6.04.2023 10:06, Krzysztof Kozlowski wrote: > On 06/04/2023 02:59, Konrad Dybcio wrote: >> Convert the ATH10K bindings to YAML. >> >> Dropped properties that are absent at the current state of mainline: >> - qcom,msi_addr >> - qcom,msi_base >> >&g

[PATCH v2 0/2] ATH10K YAML conversion

2023-04-06 Thread Konrad Dybcio
lly) moving ATH10K to YAML. One inexistent dt property came out as part of that. Signed-off-by: Konrad Dybcio --- Konrad Dybcio (2): dt-bindings: net: Convert ATH10K to YAML arm64: dts: qcom: sdm845-polaris: Drop inexistent properties .../bindings/net/wireless/qcom,ath10k.txt |

[PATCH v2 1/2] dt-bindings: net: Convert ATH10K to YAML

2023-04-06 Thread Konrad Dybcio
on the ath11k bindings. Signed-off-by: Konrad Dybcio --- .../bindings/net/wireless/qcom,ath10k.txt | 215 .../bindings/net/wireless/qcom,ath10k.yaml | 359 + 2 files changed, 359 insertions(+), 215 deletions(-) diff --git a/Documentation/devicetree

Re: [PATCH v2 1/2] dt-bindings: net: Convert ATH10K to YAML

2023-04-06 Thread Konrad Dybcio
On 6.04.2023 14:47, Rob Herring wrote: > > On Thu, 06 Apr 2023 13:54:04 +0200, Konrad Dybcio wrote: >> Convert the ATH10K bindings to YAML. >> >> Dropped properties that are absent at the current state of mainline: >> - qcom,msi_addr >> - qcom,msi_base

[PATCH v3 1/2] dt-bindings: net: Convert ATH10K to YAML

2023-04-06 Thread Konrad Dybcio
on the ath11k bindings. Signed-off-by: Konrad Dybcio --- .../bindings/net/wireless/qcom,ath10k.txt | 215 - .../bindings/net/wireless/qcom,ath10k.yaml | 357 + 2 files changed, 357 insertions(+), 215 deletions(-) diff --git a/Documentation/devicetree

[PATCH v3 2/2] arm64: dts: qcom: sdm845-polaris: Drop inexistent properties

2023-04-06 Thread Konrad Dybcio
Drop the qcom,snoc-host-cap-skip-quirk that was never introduced to solve schema warnings. Reviewed-by: Krzysztof Kozlowski Signed-off-by: Konrad Dybcio --- arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/sdm845

[PATCH v3 0/2] ATH10K YAML conversion

2023-04-06 Thread Konrad Dybcio
ro.org This is my attempt at (finally) moving ATH10K to YAML. One inexistent dt property came out as part of that. Signed-off-by: Konrad Dybcio --- Konrad Dybcio (2): dt-bindings: net: Convert ATH10K to YAML arm64: dts: qcom: sdm845-polaris: Drop inexistent properties .../bindings/net/wi

[PATCH v4] dt-bindings: net: Convert ATH10K to YAML

2023-04-11 Thread Konrad Dybcio
on the ath11k bindings. Signed-off-by: Konrad Dybcio --- v3 -> v4: - Disallow interrupt-names for the SNoC variant (unused) - Remove unnecessary interrupt-names/minItems under qcom,ipq4019-wifi - Update the MAINTAINERS entry with the shiny new YAML file - Drop the dts patch, Bjorn picked it up

Re: [PATCH v3 1/2] dt-bindings: net: Convert ATH10K to YAML

2023-04-11 Thread Konrad Dybcio
On 11.04.2023 17:59, Krzysztof Kozlowski wrote: > On 06/04/2023 14:55, Konrad Dybcio wrote: >> Convert the ATH10K bindings to YAML. >> >> Dropped properties that are absent at the current state of mainline: >> - qcom,msi_addr >> - qcom,msi_base >> >&g

Re: [PATCH v3 1/2] dt-bindings: net: Convert ATH10K to YAML

2023-04-06 Thread Konrad Dybcio
On 6.04.2023 19:15, Krzysztof Kozlowski wrote: > On 06/04/2023 14:55, Konrad Dybcio wrote: >> Convert the ATH10K bindings to YAML. >> >> Dropped properties that are absent at the current state of mainline: >> - qcom,msi_addr >> - qcom,msi_base >> >&g

Re: [PATCH v3 1/2] dt-bindings: net: Convert ATH10K to YAML

2023-04-06 Thread Konrad Dybcio
On 6.04.2023 20:30, Krzysztof Kozlowski wrote: > On 06/04/2023 20:26, Konrad Dybcio wrote: > >>>> +interrupts: >>>> + items: >>>> +- description: CE0 >>>> +- description: CE1 >>>> +

[PATCH 2/2] arm64: dts: qcom: sdm845-polaris: Drop inexistent properties

2023-04-05 Thread Konrad Dybcio
Drop the qcom,snoc-host-cap-skip-quirk that was never introduced to solve schema warnings. Signed-off-by: Konrad Dybcio --- arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts b/arch/arm64

[PATCH 1/2] dt-bindings: net: Convert ATH10K to YAML

2023-04-05 Thread Konrad Dybcio
on the ath11k bindings. Signed-off-by: Konrad Dybcio --- .../bindings/net/wireless/qcom,ath10k.txt | 215 - .../bindings/net/wireless/qcom,ath10k.yaml | 357 + 2 files changed, 357 insertions(+), 215 deletions(-) diff --git a/Documentation/devicetree

[PATCH 0/2] ATH10K YAML conversion

2023-04-05 Thread Konrad Dybcio
This is my attempt at (finally) moving ATH10K to YAML. One inexistent dt property came out as part of that. Signed-off-by: Konrad Dybcio --- Konrad Dybcio (2): dt-bindings: net: Convert ATH10K to YAML arm64: dts: qcom: sdm845-polaris: Drop inexistent properties .../bindings/net

Re: [PATCH RFC 2/4] wifi: ath10k: support board-specific firmware overrides

2024-02-12 Thread Konrad Dybcio
On 30.01.2024 17:38, Dmitry Baryshkov wrote: > Different Qualcomm platforms using WCN3990 WiFI chip use SoC-specific > firmware versions with different features. For example firmware for > SDM845 doesn't use single-chan-info-per-channel feature, while firmware > for QRB2210 / QRB4210 requires that

Re: [PATCH RFC 3/4] arm64: dts: qcom: qrb2210-rb1: add firmware-name qualifier to WiFi node

2024-02-12 Thread Konrad Dybcio
On 30.01.2024 17:38, Dmitry Baryshkov wrote: > Add firmware-name property to the WiFi device tree node to specify > board-specific lookup directory. > > Signed-off-by: Dmitry Baryshkov > --- Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH RFC 4/4] arm64: dts: qcom: qrb4210-rb1: add firmware-name qualifier to WiFi node

2024-02-12 Thread Konrad Dybcio
On 30.01.2024 17:38, Dmitry Baryshkov wrote: > Add firmware-name property to the WiFi device tree node to specify > board-specific lookup directory. > > Signed-off-by: Dmitry Baryshkov > --- Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH 1/2] dt-bindings: net: wireless: ath10k: add qcom,no-msa-ready-indicator prop

2024-03-13 Thread Konrad Dybcio
On 3/13/24 16:09, Marc Gonzalez wrote: [ Dropping the DT fellows ] On 05/03/2024 20:20, Kalle Valo wrote: Marc Gonzalez wrote: I need to build a kernel + rootfs + FW to test the proposed solution, then I can spin a formal submission. Yeah, please do test this to make sure we are not

Re: [PATCH v2 3/3] arm64: dts: qcom: msm8998: set qcom,no-msa-ready-indicator for wifi

2024-04-02 Thread Konrad Dybcio
On 30.03.2024 7:25 PM, Krzysztof Kozlowski wrote: > On 28/03/2024 18:39, Marc Gonzalez wrote: >> The ath10k driver waits for an "MSA_READY" indicator >> to complete initialization. If the indicator is not >> received, then the device remains unusable. >> >> cf. ath10k_qmi_driver_event_work() >> >>