From: Alex Williamson Date: Mon, 28 Apr 2008 09:14:09 +0000 (-0700) Subject: serial 8250: tighten test for using backup timer X-Git-Tag: v2.6.26-rc1~889 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01c194d9278efc15d4785ff205643e9c0bdcef53;p=pandora-kernel.git serial 8250: tighten test for using backup timer Thomas Koeller had reported an issue where a device that had been making use of the UART_BUG_TXEN code in the 8250 driver was mistakenly being caught by the backup timer test, causing the device to work improperly. To fix this, tighten the test requirements to enable the backup timer workaround. The backup timer is really meant to catch UARTs that don't re-assert the THRE interrupt. The expectation is that they do initially assert THRE. This patch clarifies the test. Signed-off-by: Alex Williamson Cc: Thomas Koeller Cc: Russell King Cc: Alan Cox Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed