serial: mfd: remove the TX full-empty interrupts workaround
commit085a4f758f0cf95e1865b63892bf4304a149f0ca
authorFeng Tang <feng.tang@intel.com>
Tue, 22 Feb 2011 07:28:10 +0000 (22 15:28 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 22 Feb 2011 23:49:00 +0000 (22 15:49 -0800)
treee2649fbbf7ccc74b506f9415f740730d503e97d2
parent10e82f6ce76351425644bccc56f8e2c2ad596ce6
serial: mfd: remove the TX full-empty interrupts workaround

In A0 stepping, TX half-empty interrupt is not working, so have to
use the full-empty interrupts whose performance will be 15% lower.
Now re-enable the half-empty interrrupt after it is enabled in
silicon.

Signed-off-by: Feng Tang <feng.tang@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/tty/serial/mfd.c