]> git.baikalelectronics.ru Git - kernel.git/commit
omap hsmmc: fix processing of all dma interrupts as block completion
authorVenkatraman S <svenkatr@ti.com>
Wed, 11 Aug 2010 01:01:54 +0000 (18:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Aug 2010 15:59:04 +0000 (08:59 -0700)
commit4168814588d4665c6943f0ad8b439a2a8c55119d
tree9d56c5f9434e999ab361ad50499b0987211f4c38
parente4e92b06c67641354a633dbf5066b6d0c48711ee
omap hsmmc: fix processing of all dma interrupts as block completion

If other informative interrupts are enabled for the DMA channel used by
hsmmc, those are incorrectly treated as block completion.  This patch lets
only the block completion interrupt to be processed.

Signed-off-by: Venkatraman S <svenkatr@ti.com>
Acked-by: Madhusudhan Chikkature <madhu.cr@ti.com>
Cc: <linux-mmc@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/mmc/host/omap_hsmmc.c