From: Sonic Zhang Date: Thu, 11 Jun 2009 12:51:33 +0000 (+0100) Subject: Blackfin Serial Driver: disable dma rx interrupt only rather than all irqs X-Git-Tag: v2.6.31-rc1~399^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2860b7911137eabb01c159abefb506e538ff3cb7;p=pandora-kernel.git Blackfin Serial Driver: disable dma rx interrupt only rather than all irqs The UART RX handling code isn't exactly speeding, so don't go disabling all interrupts when processing the buffer. Just disable the relevant DMA interrupt. This greatly improves latency of the system when utilizing the UART. Signed-off-by: Sonic Zhang Signed-off-by: Mike Frysinger Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed