From: Lee Jones Date: Wed, 15 May 2013 09:51:39 +0000 (+0100) Subject: crypto: ux500/cryp - Set DMA configuration though dma_slave_config() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~68^2~17^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fc63d762ff4595c90d4b9b5682a9655fc28cae4;p=pandora-kernel.git crypto: ux500/cryp - Set DMA configuration though dma_slave_config() The DMA controller currently takes configuration information from information passed though dma_channel_request(), but it shouldn't. Using the API, the DMA channel should only be configured during a dma_slave_config() call. Cc: David S. Miller Cc: Andreas Westin Cc: linux-crypto@vger.kernel.org Acked-by: Herbert Xu Acked-by: Arnd Bergmann Acked-by: Linus Walleij Signed-off-by: Lee Jones Signed-off-by: Linus Walleij --- Reading git-diff-tree failed