Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1332379 > unrolled thread

[PATCH 1/4] dma: mmp_pdma: Add the #requestors DT property documentation

Started byRobert Jarzmik <robert.jarzmik@free.fr>
First post2016-02-11 22:30 +0100
Last post2016-02-12 22:00 +0100
Articles 3 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 1/4] dma: mmp_pdma: Add the #requestors DT property documentation Robert Jarzmik <robert.jarzmik@free.fr> - 2016-02-11 22:30 +0100
    Re: [PATCH 1/4] dma: mmp_pdma: Add the #requestors DT property documentation Arnd Bergmann <arnd@arndb.de> - 2016-02-11 23:10 +0100
      Re: [PATCH 1/4] dma: mmp_pdma: Add the #requestors DT property documentation Robert Jarzmik <robert.jarzmik@free.fr> - 2016-02-12 22:00 +0100

#1332379 — [PATCH 1/4] dma: mmp_pdma: Add the #requestors DT property documentation

FromRobert Jarzmik <robert.jarzmik@free.fr>
Date2016-02-11 22:30 +0100
Subject[PATCH 1/4] dma: mmp_pdma: Add the #requestors DT property documentation
Message-ID<r16Yj-5Zm-17@gated-at.bofh.it>
For pxa based platforms, the number of requestor lines should be
specified, so that the driver can check if the flow control should be
activated (when a requestor line is asked for) or not.

Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
---
 Documentation/devicetree/bindings/dma/mmp-dma.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/dma/mmp-dma.txt b/Documentation/devicetree/bindings/dma/mmp-dma.txt
index 7a802f64e5bd..716b70338a15 100644
--- a/Documentation/devicetree/bindings/dma/mmp-dma.txt
+++ b/Documentation/devicetree/bindings/dma/mmp-dma.txt
@@ -12,6 +12,8 @@ Required properties:
 Optional properties:
 - #dma-channels: Number of DMA channels supported by the controller (defaults
   to 32 when not specified)
+- #requestors: Number of DMA requestor lines supported by the controller
+  (defaults to 0 when not specified)
 
 "marvell,pdma-1.0"
 Used platforms: pxa25x, pxa27x, pxa3xx, pxa93x, pxa168, pxa910, pxa688.
-- 
2.1.4

[toc] | [next] | [standalone]


#1332400

FromArnd Bergmann <arnd@arndb.de>
Date2016-02-11 23:10 +0100
Message-ID<r17B0-6uH-5@gated-at.bofh.it>
In reply to#1332379
On Thursday 11 February 2016 22:23:15 Robert Jarzmik wrote:
> @@ -12,6 +12,8 @@ Required properties:
>  Optional properties:
>  - #dma-channels: Number of DMA channels supported by the controller (defaults
>    to 32 when not specified)
> +- #requestors: Number of DMA requestor lines supported by the controller
> +  (defaults to 0 when not specified)
>  
> 

Most other ones use "#dma-requests" as the property name here, I think it makes
sense to stay with that convention.

	Arnd

[toc] | [prev] | [next] | [standalone]


#1333094

FromRobert Jarzmik <robert.jarzmik@free.fr>
Date2016-02-12 22:00 +0100
Message-ID<r1sYP-3zz-9@gated-at.bofh.it>
In reply to#1332400
Arnd Bergmann <arnd@arndb.de> writes:

> On Thursday 11 February 2016 22:23:15 Robert Jarzmik wrote:
>> @@ -12,6 +12,8 @@ Required properties:
>>  Optional properties:
>>  - #dma-channels: Number of DMA channels supported by the controller (defaults
>>    to 32 when not specified)
>> +- #requestors: Number of DMA requestor lines supported by the controller
>> +  (defaults to 0 when not specified)
>>  
>> 
>
> Most other ones use "#dma-requests" as the property name here, I think it makes
> sense to stay with that convention.

Most certainly, for v2.

I'll await for a couple of days for other reviews, especially Vinod's one and
Haojian's ack for the .h change.

Cheers.

-- 
Robert

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web