Re: [PATCH] dt-bindings: dma: rework qcom,adm Documentation to yaml schema

From: Krzysztof Kozlowski
Date: Wed Jun 15 2022 - 17:05:21 EST


On 15/06/2022 10:50, Christian 'Ansuel' Marangi wrote:
> Rework the qcom,adm Documentation to yaml schema.
> This is not a pure conversion since originally the driver has changed
> implementation for the #dma-cells and was wrong from the start.
> Also the driver now handles the common DMA clients implementation with
> the first cell that denotes the channel number and nothing else since
> the client will have to provide the crci information via other means.
>
> Signed-off-by: Christian 'Ansuel' Marangi <ansuelsmth@xxxxxxxxx>

Drop the quotes please.

As discussed in other patch - trust for me is broken and I have no clue
which identity is real.

> ---
> .../devicetree/bindings/dma/qcom,adm.yaml | 95 +++++++++++++++++++
> .../devicetree/bindings/dma/qcom_adm.txt | 61 ------------
> 2 files changed, 95 insertions(+), 61 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/dma/qcom,adm.yaml
> delete mode 100644 Documentation/devicetree/bindings/dma/qcom_adm.txt
>
> diff --git a/Documentation/devicetree/bindings/dma/qcom,adm.yaml b/Documentation/devicetree/bindings/dma/qcom,adm.yaml
> new file mode 100644
> index 000000000000..77096a7c9405
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/dma/qcom,adm.yaml
> @@ -0,0 +1,95 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/dma/qcom,adm.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Qualcomm ADM DMA Controller
> +
> +maintainers:
> + - Christian 'Ansuel' Marangi <ansuelsmth@xxxxxxxxx>

Add Bjorn here.

> +


Best regards,
Krzysztof