Blackfin Serial driver: Fix bug - serial driver in PIO mode cant handle input very...
authorSonic Zhang <sonic.zhang@analog.com>
Wed, 21 Nov 2007 09:00:32 +0000 (17:00 +0800)
committerBryan Wu <cooloney@kernel.org>
Wed, 21 Nov 2007 09:00:32 +0000 (17:00 +0800)
Output as many bytes as possible in PIO tx handler.
This reduce the number of tx interrupts and shorten the delay to handle
rx interrupt. So, rx overrun disappears.

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>

No differences found