From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Thu, 30 May 2013 16:45:09 +0200 Subject: [PATCH v3] dma: imx-sdma: move to generic device tree bindings In-Reply-To: <1369923812-21767-1-git-send-email-shawn.guo@linaro.org> References: <1369923812-21767-1-git-send-email-shawn.guo@linaro.org> Message-ID: <201305301645.09964.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday 30 May 2013, Shawn Guo wrote: > Update imx-sdma driver to adopt generic DMA device tree bindings. It > calls of_dma_controller_register() with imx-sdma specific of_dma_xlate > to get the generic DMA device tree helper support. The #dma-cells for > imx-sdma must be 3, which includes request ID, peripheral type and > priority. > > The existing way of requesting channel, clients directly call > dma_request_channel(), still work there, and will be removed after > all imx-sdma clients get converted to generic DMA device tree helper. > > Signed-off-by: Shawn Guo Acked-by: Arnd Bergmann