dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: dma: Drop unneeded quotes
@ 2023-03-31 18:21 Rob Herring
  2023-04-01  9:52 ` Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Rob Herring @ 2023-03-31 18:21 UTC (permalink / raw)
  To: Peter Ujfalusi, Vinod Koul, Krzysztof Kozlowski, Michal Simek,
	Hyun Kwon, Laurent Pinchart
  Cc: dmaengine, devicetree, linux-kernel, linux-arm-kernel

Cleanup bindings dropping unneeded quotes. Once all these are fixed,
checking for this can be enabled in yamllint.

Signed-off-by: Rob Herring <robh@kernel.org>
---
 Documentation/devicetree/bindings/dma/ti/k3-udma.yaml           | 2 +-
 .../devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml     | 2 +-
 .../devicetree/bindings/dma/xilinx/xlnx,zynqmp-dpdma.yaml       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/dma/ti/k3-udma.yaml b/Documentation/devicetree/bindings/dma/ti/k3-udma.yaml
index 97f6ae9b1236..22f6c5e2f7f4 100644
--- a/Documentation/devicetree/bindings/dma/ti/k3-udma.yaml
+++ b/Documentation/devicetree/bindings/dma/ti/k3-udma.yaml
@@ -43,7 +43,7 @@ description: |
   configuration of the legacy peripheral.
 
 allOf:
-  - $ref: "../dma-controller.yaml#"
+  - $ref: ../dma-controller.yaml#
   - $ref: /schemas/arm/keystone/ti,k3-sci-common.yaml#
 
 properties:
diff --git a/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml b/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml
index c0a1408b12ec..23ada8f87526 100644
--- a/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml
+++ b/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml
@@ -15,7 +15,7 @@ maintainers:
   - Michael Tretter <m.tretter@pengutronix.de>
 
 allOf:
-  - $ref: "../dma-controller.yaml#"
+  - $ref: ../dma-controller.yaml#
 
 properties:
   "#dma-cells":
diff --git a/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dpdma.yaml b/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dpdma.yaml
index 825294e3f0e8..d6cbd95ec26d 100644
--- a/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dpdma.yaml
+++ b/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dpdma.yaml
@@ -16,7 +16,7 @@ maintainers:
   - Laurent Pinchart <laurent.pinchart@ideasonboard.com>
 
 allOf:
-  - $ref: "../dma-controller.yaml#"
+  - $ref: ../dma-controller.yaml#
 
 properties:
   "#dma-cells":
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: dma: Drop unneeded quotes
  2023-03-31 18:21 [PATCH] dt-bindings: dma: Drop unneeded quotes Rob Herring
@ 2023-04-01  9:52 ` Krzysztof Kozlowski
  2023-04-04 20:25 ` Péter Ujfalusi
  2023-04-12 17:21 ` Vinod Koul
  2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-01  9:52 UTC (permalink / raw)
  To: Rob Herring, Peter Ujfalusi, Vinod Koul, Krzysztof Kozlowski,
	Michal Simek, Hyun Kwon, Laurent Pinchart
  Cc: dmaengine, devicetree, linux-kernel, linux-arm-kernel

On 31/03/2023 20:21, Rob Herring wrote:
> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
> checking for this can be enabled in yamllint.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: dma: Drop unneeded quotes
  2023-03-31 18:21 [PATCH] dt-bindings: dma: Drop unneeded quotes Rob Herring
  2023-04-01  9:52 ` Krzysztof Kozlowski
@ 2023-04-04 20:25 ` Péter Ujfalusi
  2023-04-12 17:21 ` Vinod Koul
  2 siblings, 0 replies; 4+ messages in thread
From: Péter Ujfalusi @ 2023-04-04 20:25 UTC (permalink / raw)
  To: Rob Herring, Vinod Koul, Krzysztof Kozlowski, Michal Simek,
	Hyun Kwon, Laurent Pinchart
  Cc: dmaengine, devicetree, linux-kernel, linux-arm-kernel



On 31/03/2023 21:21, Rob Herring wrote:
> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
> checking for this can be enabled in yamllint.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>   Documentation/devicetree/bindings/dma/ti/k3-udma.yaml           | 2 +-

for the k3-udma:
Acked-by: Peter Ujfalusi <peter.ujfalusi@gmail.com>

>   .../devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml     | 2 +-
>   .../devicetree/bindings/dma/xilinx/xlnx,zynqmp-dpdma.yaml       | 2 +-
>   3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/dma/ti/k3-udma.yaml b/Documentation/devicetree/bindings/dma/ti/k3-udma.yaml
> index 97f6ae9b1236..22f6c5e2f7f4 100644
> --- a/Documentation/devicetree/bindings/dma/ti/k3-udma.yaml
> +++ b/Documentation/devicetree/bindings/dma/ti/k3-udma.yaml
> @@ -43,7 +43,7 @@ description: |
>     configuration of the legacy peripheral.
>   
>   allOf:
> -  - $ref: "../dma-controller.yaml#"
> +  - $ref: ../dma-controller.yaml#
>     - $ref: /schemas/arm/keystone/ti,k3-sci-common.yaml#
>   
>   properties:
> diff --git a/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml b/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml
> index c0a1408b12ec..23ada8f87526 100644
> --- a/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml
> +++ b/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml
> @@ -15,7 +15,7 @@ maintainers:
>     - Michael Tretter <m.tretter@pengutronix.de>
>   
>   allOf:
> -  - $ref: "../dma-controller.yaml#"
> +  - $ref: ../dma-controller.yaml#
>   
>   properties:
>     "#dma-cells":
> diff --git a/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dpdma.yaml b/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dpdma.yaml
> index 825294e3f0e8..d6cbd95ec26d 100644
> --- a/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dpdma.yaml
> +++ b/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dpdma.yaml
> @@ -16,7 +16,7 @@ maintainers:
>     - Laurent Pinchart <laurent.pinchart@ideasonboard.com>
>   
>   allOf:
> -  - $ref: "../dma-controller.yaml#"
> +  - $ref: ../dma-controller.yaml#
>   
>   properties:
>     "#dma-cells":

-- 
Péter

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: dma: Drop unneeded quotes
  2023-03-31 18:21 [PATCH] dt-bindings: dma: Drop unneeded quotes Rob Herring
  2023-04-01  9:52 ` Krzysztof Kozlowski
  2023-04-04 20:25 ` Péter Ujfalusi
@ 2023-04-12 17:21 ` Vinod Koul
  2 siblings, 0 replies; 4+ messages in thread
From: Vinod Koul @ 2023-04-12 17:21 UTC (permalink / raw)
  To: Rob Herring
  Cc: Peter Ujfalusi, Krzysztof Kozlowski, Michal Simek, Hyun Kwon,
	Laurent Pinchart, dmaengine, devicetree, linux-kernel,
	linux-arm-kernel

On 31-03-23, 13:21, Rob Herring wrote:
> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
> checking for this can be enabled in yamllint.

Applied, thanks

-- 
~Vinod

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-04-12 17:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-31 18:21 [PATCH] dt-bindings: dma: Drop unneeded quotes Rob Herring
2023-04-01  9:52 ` Krzysztof Kozlowski
2023-04-04 20:25 ` Péter Ujfalusi
2023-04-12 17:21 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).