From mboxrd@z Thu Jan 1 00:00:00 1970 From: robh@kernel.org (Rob Herring) Date: Thu, 18 Feb 2016 08:38:31 -0600 Subject: [PATCH v2 1/4] dma: mmp_pdma: Add the #dma-requests DT property documentation In-Reply-To: <1455569868-25017-1-git-send-email-robert.jarzmik@free.fr> References: <1455569868-25017-1-git-send-email-robert.jarzmik@free.fr> Message-ID: <20160218143831.GC9654@rob-hp-laptop> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Feb 15, 2016 at 09:57:45PM +0100, Robert Jarzmik wrote: > 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 > --- > Since v1: rename of property to #dma-requests > modify default value to 32 as suggested by Vinod > --- > Documentation/devicetree/bindings/dma/mmp-dma.txt | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring