From: Ido Yariv Date: Sun, 11 Mar 2012 21:39:59 +0000 (+0200) Subject: mmc: davinci: Poll status for small size transfers X-Git-Tag: v3.4-rc1~49^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee698f503442741ca394d55c77b61c9080537686;p=pandora-kernel.git mmc: davinci: Poll status for small size transfers For small size non-dma sdio transactions, it is sometimes better to poll the mmc host and avoid interrupts altogether. Polling lowers the number of interrupts and context switches. Tests have shown that for small transactions, only a few polling iterations are needed, so this is worth while. Signed-off-by: Ido Yariv Tested-by: Rajashekhara, Sudhakar Signed-off-by: Chris Ball --- Reading git-diff-tree failed