From: Linus Walleij Date: Tue, 2 Mar 2010 19:12:46 +0000 (+0100) Subject: DMAENGINE: COH 901 318 configure channel direction X-Git-Tag: v2.6.34-rc1~204^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=516fd4305e5f5718475e81fe5c17c95888a8157b;p=pandora-kernel.git DMAENGINE: COH 901 318 configure channel direction This makes the COH 901 318 configure channel direction (to or from device) dynamically, instead of being passed in from the platform data. This was necessary in order to get the MMC/SD-card channel bidirectional (all other channels on the U300 were either RX or TX but this one was both). This also sets memcpy() alignent to even 2^2 (32bit) boundaries, which makes the memcpy() stress tests start working. Signed-off-by: Linus Walleij Signed-off-by: Dan Williams --- Reading git-diff-tree failed