[v3,0/2] ATH10K YAML conversion

Message ID 20230406-topic-ath10k_bindings-v3-0-00895afc7764@linaro.org
Headers
Series ATH10K YAML conversion |

Message

Konrad Dybcio April 6, 2023, 12:55 p.m. UTC
  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_bindings-v2-0-557f884a65d1@linaro.org

v1 -> v2:

Dropped:
- '|' in /description
- /properties/resets/minItems
- Unnecessary level of 'items:' in /properties/ext-fem-name
- reserved-memory in examples
- status in examples
- labels in examples

Added:
- /properties/wifi-firmware/additionalProperties: false
- /properties/wifi-firmware/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-1ef181c50236@linaro.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@linaro.org>
---
Konrad Dybcio (2):
      dt-bindings: net: Convert ATH10K to YAML
      arm64: dts: qcom: sdm845-polaris: Drop inexistent properties

 .../bindings/net/wireless/qcom,ath10k.txt          | 215 -------------
 .../bindings/net/wireless/qcom,ath10k.yaml         | 357 +++++++++++++++++++++
 arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts |   2 -
 3 files changed, 357 insertions(+), 217 deletions(-)
---
base-commit: 8417c8f5007bf4567ccffda850a3157c7d905f67
change-id: 20230406-topic-ath10k_bindings-9af5fa834235

Best regards,
  

Comments

Bjorn Andersson April 7, 2023, 6:36 p.m. UTC | #1
On Thu, 06 Apr 2023 14:55:43 +0200, Konrad Dybcio wrote:
> 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.
> 
> [...]

Applied, thanks!

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

Best regards,