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

2023-04-19 Thread Kalle Valo
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 > > Somewhat based on the ath11k bindings. > > Signed-off-by: Konrad Dybcio > Reviewed-by: Krzysztof Kozlowski >

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

2023-04-17 Thread Kalle Valo
Konrad Dybcio writes: > On 17.04.2023 12:12, Kalle Valo wrote: >> Konrad Dybcio writes: >> >>> qcom,coexist-support and qcom,coexist-gpio-pin do very little and should >>> be reconsidered on the driver side, especially the latter one. >> >> I'm curious, what do you mean very little? We set

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 I had missed that those were unused during

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

2023-04-17 Thread Kalle Valo
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 I had missed that those were unused during the review. > qcom,coexist-support and

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

2023-04-12 Thread Krzysztof Kozlowski
On 11/04/2023 20:19, 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

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

2023-04-11 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