linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: devicetree: dma: update the comments
@ 2022-09-20  2:07 Deming Wang
  2022-09-26 18:02 ` Péter Ujfalusi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Deming Wang @ 2022-09-20  2:07 UTC (permalink / raw)
  To: peter.ujfalusi, vkoul, robh+dt, krzysztof.kozlowski+dt
  Cc: dmaengine, devicetree, linux-kernel, Deming Wang

remove the double word to.

Signed-off-by: Deming Wang <wangdeming@inspur.com>
---
 Documentation/devicetree/bindings/dma/ti-dma-crossbar.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/dma/ti-dma-crossbar.txt b/Documentation/devicetree/bindings/dma/ti-dma-crossbar.txt
index b849a1ed389d..47e477cce6d2 100644
--- a/Documentation/devicetree/bindings/dma/ti-dma-crossbar.txt
+++ b/Documentation/devicetree/bindings/dma/ti-dma-crossbar.txt
@@ -4,7 +4,7 @@ Required properties:
 - compatible:	"ti,dra7-dma-crossbar" for DRA7xx DMA crossbar
 		"ti,am335x-edma-crossbar" for AM335x and AM437x
 - reg:		Memory map for accessing module
-- #dma-cells:	Should be set to to match with the DMA controller's dma-cells
+- #dma-cells:	Should be set to match with the DMA controller's dma-cells
 		for ti,dra7-dma-crossbar and <3> for ti,am335x-edma-crossbar.
 - dma-requests:	Number of DMA requests the crossbar can receive
 - dma-masters:	phandle pointing to the DMA controller
-- 
2.27.0


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

* Re: [PATCH] Documentation: devicetree: dma: update the comments
  2022-09-20  2:07 [PATCH] Documentation: devicetree: dma: update the comments Deming Wang
@ 2022-09-26 18:02 ` Péter Ujfalusi
  2022-09-26 19:26 ` Rob Herring
  2022-09-29 15:47 ` Vinod Koul
  2 siblings, 0 replies; 4+ messages in thread
From: Péter Ujfalusi @ 2022-09-26 18:02 UTC (permalink / raw)
  To: Deming Wang, vkoul, robh+dt, krzysztof.kozlowski+dt
  Cc: dmaengine, devicetree, linux-kernel



On 9/20/22 05:07, Deming Wang wrote:
> remove the double word to.

Acked-by: Peter Ujfalusi <peter.ujfalusi@gmail.com>

> Signed-off-by: Deming Wang <wangdeming@inspur.com>
> ---
>  Documentation/devicetree/bindings/dma/ti-dma-crossbar.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/dma/ti-dma-crossbar.txt b/Documentation/devicetree/bindings/dma/ti-dma-crossbar.txt
> index b849a1ed389d..47e477cce6d2 100644
> --- a/Documentation/devicetree/bindings/dma/ti-dma-crossbar.txt
> +++ b/Documentation/devicetree/bindings/dma/ti-dma-crossbar.txt
> @@ -4,7 +4,7 @@ Required properties:
>  - compatible:	"ti,dra7-dma-crossbar" for DRA7xx DMA crossbar
>  		"ti,am335x-edma-crossbar" for AM335x and AM437x
>  - reg:		Memory map for accessing module
> -- #dma-cells:	Should be set to to match with the DMA controller's dma-cells
> +- #dma-cells:	Should be set to match with the DMA controller's dma-cells
>  		for ti,dra7-dma-crossbar and <3> for ti,am335x-edma-crossbar.
>  - dma-requests:	Number of DMA requests the crossbar can receive
>  - dma-masters:	phandle pointing to the DMA controller

-- 
Péter

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

* Re: [PATCH] Documentation: devicetree: dma: update the comments
  2022-09-20  2:07 [PATCH] Documentation: devicetree: dma: update the comments Deming Wang
  2022-09-26 18:02 ` Péter Ujfalusi
@ 2022-09-26 19:26 ` Rob Herring
  2022-09-29 15:47 ` Vinod Koul
  2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2022-09-26 19:26 UTC (permalink / raw)
  To: Deming Wang
  Cc: krzysztof.kozlowski+dt, linux-kernel, devicetree, dmaengine,
	peter.ujfalusi, vkoul, robh+dt

On Mon, 19 Sep 2022 22:07:21 -0400, Deming Wang wrote:
> remove the double word to.
> 
> Signed-off-by: Deming Wang <wangdeming@inspur.com>
> ---
>  Documentation/devicetree/bindings/dma/ti-dma-crossbar.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Acked-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH] Documentation: devicetree: dma: update the comments
  2022-09-20  2:07 [PATCH] Documentation: devicetree: dma: update the comments Deming Wang
  2022-09-26 18:02 ` Péter Ujfalusi
  2022-09-26 19:26 ` Rob Herring
@ 2022-09-29 15:47 ` Vinod Koul
  2 siblings, 0 replies; 4+ messages in thread
From: Vinod Koul @ 2022-09-29 15:47 UTC (permalink / raw)
  To: Deming Wang
  Cc: peter.ujfalusi, robh+dt, krzysztof.kozlowski+dt, dmaengine,
	devicetree, linux-kernel

On 19-09-22, 22:07, Deming Wang wrote:
> remove the double word to.

Applied, thanks

> 
> Signed-off-by: Deming Wang <wangdeming@inspur.com>
> ---
>  Documentation/devicetree/bindings/dma/ti-dma-crossbar.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/dma/ti-dma-crossbar.txt b/Documentation/devicetree/bindings/dma/ti-dma-crossbar.txt
> index b849a1ed389d..47e477cce6d2 100644
> --- a/Documentation/devicetree/bindings/dma/ti-dma-crossbar.txt
> +++ b/Documentation/devicetree/bindings/dma/ti-dma-crossbar.txt
> @@ -4,7 +4,7 @@ Required properties:
>  - compatible:	"ti,dra7-dma-crossbar" for DRA7xx DMA crossbar
>  		"ti,am335x-edma-crossbar" for AM335x and AM437x
>  - reg:		Memory map for accessing module
> -- #dma-cells:	Should be set to to match with the DMA controller's dma-cells
> +- #dma-cells:	Should be set to match with the DMA controller's dma-cells
>  		for ti,dra7-dma-crossbar and <3> for ti,am335x-edma-crossbar.
>  - dma-requests:	Number of DMA requests the crossbar can receive
>  - dma-masters:	phandle pointing to the DMA controller
> -- 
> 2.27.0

-- 
~Vinod

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

end of thread, other threads:[~2022-09-29 15:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-20  2:07 [PATCH] Documentation: devicetree: dma: update the comments Deming Wang
2022-09-26 18:02 ` Péter Ujfalusi
2022-09-26 19:26 ` Rob Herring
2022-09-29 15:47 ` 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).