From: Russell King Date: Fri, 25 Apr 2014 11:58:34 +0000 (+0100) Subject: mmc: sdhci: convert ADMA descriptors to a coherent allocation X-Git-Tag: omap-for-v3.16/fixes-against-rc1~65^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1e49f77d7c7;p=pandora-kernel.git mmc: sdhci: convert ADMA descriptors to a coherent allocation Rather than using the streaming API, use the coherent allocator to provide this memory, thereby eliminating cache flushing of it each time we map and unmap it. This results in a 7.5% increase in transfer speed with a UHS-1 card operating in 3.3v mode at a clock of 49.5MHz. Signed-off-by: Russell King Tested-by: Markus Pargmann Tested-by: Stephen Warren Signed-off-by: Ulf Hansson Signed-off-by: Chris Ball --- Reading git-diff-tree failed