]> git.baikalelectronics.ru Git - kernel.git/commit
serial: bfin-uart: Remove ASYNC_CTS_FLOW flag for hardware automatic CTS.
authorSonic Zhang <sonic.zhang@analog.com>
Tue, 13 Dec 2011 04:22:02 +0000 (12:22 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 13 Dec 2011 17:50:15 +0000 (09:50 -0800)
commit0f8ae7efab2275fd74b3779964b9b7d8aefc3177
tree326080595e354d09fb4f93b7f904ae1a84719a2a
parentcca0795d4e34c945b45256513175e65acbc97a8b
serial: bfin-uart: Remove ASYNC_CTS_FLOW flag for hardware automatic CTS.

Blackfin uart supports automatic CTS trigger when hardware flow control is enabled.
No need to start and top tx in CTS interrupt. So, remote ASYNC_CTS_FLOW flag.

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/tty/serial/bfin_uart.c