From: Shawn Guo Date: Tue, 26 Feb 2013 01:42:09 +0000 (+0800) Subject: dma: mxs-dma: move to generic device tree binding X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~8^2~10^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d84f638b037fcd132ecf6f09f5b8ccf82278b9ee;p=pandora-kernel.git dma: mxs-dma: move to generic device tree binding Update mxs-dma driver to adopt generic DMA device tree binding. It calls of_dma_controller_register() with mxs specific of_dma_xlate to get the generic DMA device tree helper support. Then DMA clients only need to call dma_request_slave_channel() for requesting a DMA channel from dmaengine. The existing way of requesting channel, clients directly call dma_request_channel(), still work there, and will be removed after all mxs-dma clients get converted to generic DMA device tree helper. Signed-off-by: Shawn Guo Reviewed-by: Arnd Bergmann --- Reading git-diff-tree failed