From: Shawn Guo Date: Thu, 30 May 2013 14:23:32 +0000 (+0800) Subject: dma: imx-sdma: move to generic device tree bindings X-Git-Tag: v3.11-rc1~75^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9479e17c9bb455c01b369d294e01de8fa9b0a8d3;p=pandora-kernel.git dma: imx-sdma: move to generic device tree bindings 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 Signed-off-by: Vinod Koul Acked-by: Arnd Bergmann --- Reading git-diff-tree failed