From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751263AbcBLU4G (ORCPT ); Fri, 12 Feb 2016 15:56:06 -0500 Received: from smtp11.smtpout.orange.fr ([80.12.242.133]:26994 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751065AbcBLU4D (ORCPT ); Fri, 12 Feb 2016 15:56:03 -0500 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Fri, 12 Feb 2016 21:56:01 +0100 X-ME-IP: 109.220.94.162 From: Robert Jarzmik To: Arnd Bergmann , Vinod Koul , Haojian Zhuang Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Daniel Mack , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, dmaengine@vger.kernel.org Subject: Re: [PATCH 1/4] dma: mmp_pdma: Add the #requestors DT property documentation References: <1455225798-9510-1-git-send-email-robert.jarzmik@free.fr> <1455225798-9510-2-git-send-email-robert.jarzmik@free.fr> <2622040.i4begfCjyO@wuerfel> X-URL: http://belgarath.falguerolles.org/ Date: Fri, 12 Feb 2016 21:55:53 +0100 In-Reply-To: <2622040.i4begfCjyO@wuerfel> (Arnd Bergmann's message of "Thu, 11 Feb 2016 22:59:51 +0100") Message-ID: <87vb5t1wdi.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Arnd Bergmann 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