From: Shawn Guo Date: Tue, 26 Feb 2013 02:10:38 +0000 (+0800) Subject: mmc: mxs-mmc: move to use generic DMA helper X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~8^2~10^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e91e434c86c84e84c46cf8bff2b5e53daee85d5;p=pandora-kernel.git mmc: mxs-mmc: move to use generic DMA helper With the generic DMA device tree helper supported by mxs-dma driver, client devices only need to call dma_request_slave_channel() for requesting a DMA channel from dmaengine. Since mxs is a DT only platform now, along with the changes, the non-DT case checking in probe function also gets cleaned up. Signed-off-by: Shawn Guo Cc: Chris Ball Cc: linux-mmc@vger.kernel.org Reviewed-by: Arnd Bergmann --- Reading git-diff-tree failed