From: Dave Martin Date: Wed, 4 Mar 2015 12:27:34 +0000 (+0000) Subject: serial/amba-pl011: Leave the TX IRQ alone when the UART is not open X-Git-Tag: omap-for-v4.1/fixes-rc1~74^2~77^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2ee6dfa0e8597eea8b98d240b0033994e20d215;p=pandora-kernel.git serial/amba-pl011: Leave the TX IRQ alone when the UART is not open Getting the TX IRQ re-asserted from scratch can be inefficient in some setups. This patch avoids clearing the TX IRQ across pl011_shutdown()... pl011_startup(), so that if the port is closed and reopened, the IRQ will still work afterwards without having to bootstrap it again. The TX IRQ continues to be masked in IMSC when the UART is not in use. Signed-off-by: Dave Martin Tested-by: Andre Przywara Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed