From: Lee Jones Date: Wed, 15 May 2013 09:51:36 +0000 (+0100) Subject: crypto: ux500/hash - Set DMA configuration though dma_slave_config() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~68^2~17^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85c5632d1f7f487d6ac0fb187ee0dacded60abc4;p=pandora-kernel.git crypto: ux500/hash - 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 Signed-off-by: Lee Jones Signed-off-by: Linus Walleij --- Reading git-diff-tree failed