2016-11-07 18:44:01

by Hao Zhang

[permalink] [raw]
Subject: [PATCH v3 1/3] Documentation: DT: add dma compatible for sun50i A64 SOC.

This adds documentation of the sun50i a64 dma binding compatible.

Signed-off-by: Hao Zhang <[email protected]>
---
Documentation/devicetree/bindings/dma/sun6i-dma.txt | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/dma/sun6i-dma.txt b/Documentation/devicetree/bindings/dma/sun6i-dma.txt
index 6b26704..4398b99 100644
--- a/Documentation/devicetree/bindings/dma/sun6i-dma.txt
+++ b/Documentation/devicetree/bindings/dma/sun6i-dma.txt
@@ -9,6 +9,7 @@ Required properties:
"allwinner,sun8i-a23-dma"
"allwinner,sun8i-a83t-dma"
"allwinner,sun8i-h3-dma"
+ "allwinner,sun50i-a64-dma"
- reg: Should contain the registers base address and length
- interrupts: Should contain a reference to the interrupt used by this device
- clocks: Should contain a reference to the parent AHB clock
--
2.7.4


2016-11-07 19:54:35

by Maxime Ripard

[permalink] [raw]
Subject: Re: [PATCH v3 1/3] Documentation: DT: add dma compatible for sun50i A64 SOC.

On Tue, Nov 08, 2016 at 02:14:57AM +0800, Hao Zhang wrote:
> This adds documentation of the sun50i a64 dma binding compatible.
>
> Signed-off-by: Hao Zhang <[email protected]>

Acked-by: Maxime Ripard <[email protected]>

Thanks,
Maxime

--
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com


Attachments:
(No filename) (355.00 B)
signature.asc (801.00 B)
Download all attachments

2016-11-14 05:13:12

by Vinod Koul

[permalink] [raw]
Subject: Re: [PATCH v3 1/3] Documentation: DT: add dma compatible for sun50i A64 SOC.

On Tue, Nov 08, 2016 at 02:14:57AM +0800, Hao Zhang wrote:
> This adds documentation of the sun50i a64 dma binding compatible.

Please send a cover letter for patch series, and please post the series as a
thread (hint: git send-email does that quite well).

Lastly where is patch2/3??

--
~Vinod

2016-11-14 17:04:54

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v3 1/3] Documentation: DT: add dma compatible for sun50i A64 SOC.

On Tue, Nov 08, 2016 at 02:14:57AM +0800, Hao Zhang wrote:
> This adds documentation of the sun50i a64 dma binding compatible.
>
> Signed-off-by: Hao Zhang <[email protected]>
> ---
> Documentation/devicetree/bindings/dma/sun6i-dma.txt | 1 +
> 1 file changed, 1 insertion(+)

Acked-by: Rob Herring <[email protected]>