mbox series

[v2,0/4] dt-bindings: net: Convert qcom,ethqos bindings to YAML (and related fixes)

Message ID 20220929060405.2445745-1-bhupesh.sharma@linaro.org (mailing list archive)
Headers show
Series dt-bindings: net: Convert qcom,ethqos bindings to YAML (and related fixes) | expand

Message

Bhupesh Sharma Sept. 29, 2022, 6:04 a.m. UTC
Changes since v1:
------------------
- v1 can be viewed here: https://lore.kernel.org/lkml/20220907204924.2040384-3-bhupesh.sharma@linaro.org/
- Addressed review comments from Krzysztof:
  ~ Updated MAINTAINERS file to point to yaml version of 'qcom,ethqos' dt-bindings.
  ~ Fix yaml bindings related review comments.

This patchset converts the qcom,ethqos bindings to YAML. It also
contains a few related fixes in the snps,dwmac bindings to support
Qualcomm ethqos ethernet controller for qcs404 (based) and sa8155p-adp
boards.

Cc: Bjorn Andersson <andersson@kernel.org>
Cc: Rob Herring <robh@kernel.org>
Cc: Vinod Koul <vkoul@kernel.org>
Cc: David Miller <davem@davemloft.net>
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>

Bhupesh Sharma (4):
  dt-bindings: net: snps,dwmac: Update interrupt-names
  dt-bindings: net: snps,dwmac: Add Qualcomm Ethernet ETHQOS compatibles
  dt-bindings: net: qcom,ethqos: Convert bindings to yaml
  MAINTAINERS: Point to the yaml version of 'qcom,ethqos' dt-bindings

 .../devicetree/bindings/net/qcom,ethqos.txt   |  66 --------
 .../devicetree/bindings/net/qcom,ethqos.yaml  | 145 ++++++++++++++++++
 .../devicetree/bindings/net/snps,dwmac.yaml   |   8 +-
 MAINTAINERS                                   |   2 +-
 4 files changed, 152 insertions(+), 69 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/net/qcom,ethqos.txt
 create mode 100644 Documentation/devicetree/bindings/net/qcom,ethqos.yaml