From: Ido Yariv Date: Sun, 11 Mar 2012 21:39:58 +0000 (+0200) Subject: mmc: davinci: Eliminate spurious interrupts X-Git-Tag: v3.4-rc1~49^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be7b5622e608189894c2c440c3fb0138f122071f;p=pandora-kernel.git mmc: davinci: Eliminate spurious interrupts The davinci mmc interrupt handler fills the fifo, as long as the DXRDY or DRRDY bits are set in the status register. If interrupts fire during this loop, they will be handled by the handler, but the interrupt controller will still buffer these. As a result, the handler will be called again to serve these needlessly. In order to avoid these spurious interrupts, keep interrupts masked while filling the fifo. Signed-off-by: Ido Yariv Tested-by: Rajashekhara, Sudhakar Signed-off-by: Chris Ball --- Reading git-diff-tree failed