From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawn.guo@freescale.com (Shawn Guo) Date: Mon, 9 Jun 2014 10:06:12 +0800 Subject: [PATCH] dt/documentation: add specification of dma bus information In-Reply-To: <1401981720-6946-1-git-send-email-santosh.shilimkar@ti.com> References: <1401981720-6946-1-git-send-email-santosh.shilimkar@ti.com> Message-ID: <20140609020611.GW8860@dragon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Jun 05, 2014 at 11:22:00AM -0400, Santosh Shilimkar wrote: > Recently we introduced the generic device tree infrastructure for couple of DMA > bus parameter, dma-ranges and dma-coherent. Update the documentation so that > its useful for future users. > > The "dma-ranges" property is intended to be used for describing the > configuration of DMA bus RAM addresses and its offset w.r.t CPU addresses. > > The "dma-coherent" property is intended to be used for identifying devices > supported coherent DMA operations. > > Cc: Arnd Bergmann > Cc: Grant Likely > Cc: Rob Herring > Cc: Pawel Moll > Cc: Mark Rutland > Cc: Ian Campbell > Cc: Shawn Guo > Cc: Kumar Gala > Signed-off-by: Grygorii Strashko > Signed-off-by: Santosh Shilimkar Thanks for the documentation. I think it's definitely useful for future users of the binding. Acked-by: Shawn Guo