From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Ujfalusi Subject: Re: [PATCH v2 1/7] dmaengine: of_dma: Support for DMA routers Date: Fri, 27 Mar 2015 14:25:29 +0200 Message-ID: <55154C39.3030602@ti.com> References: <1426080210-841-1-git-send-email-peter.ujfalusi@ti.com> <1426080210-841-2-git-send-email-peter.ujfalusi@ti.com> <20150326105018.GJ32683@intel.com> <5513F77A.4030005@ti.com> <20150326153221.GM32683@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <20150326153221.GM32683@intel.com> Sender: linux-kernel-owner@vger.kernel.org To: Vinod Koul Cc: tony@atomide.com, linux@arm.linux.org.uk, grant.likely@linaro.org, dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, robh+dt@kernel.org, nm@ti.com List-Id: linux-omap@vger.kernel.org On 03/26/2015 05:32 PM, Vinod Koul wrote: >> I have added the DT binding document since this series adds support = for >> routers for platforms booting with DT: >> >> Documentation/devicetree/bindings/dma/dma.txt | 28 ++++++++ > I meant the update to Documnetation/dmanegine/ for routers :) I see. In what form you think we should have the documentation? Is it a= dequate to lift and adjust the text from the DT binding document here? Should w= e have a separate file for the router description? My concern was and this is why I did not wrote anything under here is t= hat the code I add is only covers the DT boot case and I'm not planning to add = legacy support. The ACPI binding can be done in a similar fashion as the DT so= you would have a translator driver with ACPI API. --=20 P=E9ter