From: Russell King Date: Fri, 25 May 2012 10:48:51 +0000 (+0100) Subject: dmaengine: PL08x: move DMA signal muxing into slave prepare code X-Git-Tag: v3.6-rc1~13^2^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c48d49632989920a7903c2e14e7a6ddff048d1aa;p=pandora-kernel.git dmaengine: PL08x: move DMA signal muxing into slave prepare code Move the DMA request muxing into the slave prepare code and txd release/completion code. This means we only hold the DMA request mux while there are descriptors waiting to be started or are in progress. This leaves txd->direction as a write-only variable; remove it. Acked-by: Linus Walleij Tested-by: Linus Walleij Signed-off-by: Russell King --- Reading git-diff-tree failed