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 >> >> qcom,coexist-support and

Re: [PULL linux-firmware] ath10k & ath11k firmware 20230405

2023-04-06 Thread Josh Boyer
On Wed, Apr 5, 2023 at 9:07 AM Kalle Valo wrote: > > Hi, > > Here's a pull request for ath10k and ath11k. For ath10k we have lots of > board file updates in multiple hardware families. For ath11k we have new > firmware branches for QCN9074, IPQ6018 and IPQ8074. WCN6750 also got a > firmware

[PATCH v2 0/2] ATH10K YAML conversion

2023-04-06 Thread Konrad Dybcio
are/properties/iommus - /properties/qcom,coexist-support/enum (and reworded the description) - wifi-firmware and supplies in the SNoC example Patch 2 is unchanged, picked up rb. v1: https://lore.kernel.org/r/20230406-topic-ath10k_bindings-v1-0-1ef181c50...@linaro.org This is my attempt at (fina

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

2023-04-06 Thread Krzysztof Kozlowski
On 06/04/2023 02:59, Konrad Dybcio wrote: > Drop the qcom,snoc-host-cap-skip-quirk that was never introduced to > solve schema warnings. > > Signed-off-by: Konrad Dybcio Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof ___ ath10k mailing

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

2023-04-06 Thread Konrad Dybcio
Convert the ATH10K bindings to YAML. Dropped properties that are absent at the current state of mainline: - qcom,msi_addr - qcom,msi_base qcom,coexist-support and qcom,coexist-gpio-pin do very little and should be reconsidered on the driver side, especially the latter one. Somewhat based on the

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

2023-04-06 Thread Rob Herring
/wireless/qcom,ath10k.yaml doc reference errors (make refcheckdocs): MAINTAINERS: Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20230406-topic-ath10k_bindings-v2-1-557f884a6...@linaro.org The base for the series is g

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

2023-04-06 Thread Krzysztof Kozlowski
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 > > qcom,coexist-support and qcom,coexist-gpio-pin do very little and should > be reconsidered on the

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

2023-04-06 Thread Konrad Dybcio
s/qcom,ath10k.example.dtb: > wifi@1880: wifi-firmware: 'iommus' is a required property > From schema: > /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.yaml > > doc reference errors (make refcheckdocs): > MAINTAINERS: Documentatio

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

2023-04-06 Thread Konrad Dybcio
Convert the ATH10K bindings to YAML. Dropped properties that are absent at the current state of mainline: - qcom,msi_addr - qcom,msi_base qcom,coexist-support and qcom,coexist-gpio-pin do very little and should be reconsidered on the driver side, especially the latter one. Somewhat based on the

[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

[PATCH v3 0/2] ATH10K YAML conversion

2023-04-06 Thread Konrad Dybcio
v2 -> v3: - Ran dt_binding_check explicitly to uncover an issue with the example - I had 2 levels of wifi-firmware{}.. Fixed that.. I hope you folks don't mind me resending so quickly, but it was a trivial issue. Patch 2 unchanged. v2: https://lore.kernel.org/r/20230406-topic-ath10k_bindi

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

2023-04-06 Thread Rob Herring
te that it is not yet a requirement to have 0 warnings for dtbs_check. This will change in the future. Full log is available here: https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20230406-topic-ath10k_bindings-v3-1-00895afc7...@linaro.org wifi@0,0: reg: [[65536, 0, 0, 0, 0], [50397200, 0, 0

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

2023-04-06 Thread Krzysztof Kozlowski
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 > > qcom,coexist-support and qcom,coexist-gpio-pin do very little and should > be reconsidered on the

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 >> >> qcom,coexist-support and

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 +- description: CE2 +- description: CE3

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

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