avr32: add hardware handshake support to atmel_serial
authorPeter Ma <pma@mediamatech.com>
Tue, 31 Mar 2009 17:31:02 +0000 (10:31 -0700)
committerHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
Wed, 1 Apr 2009 14:13:51 +0000 (16:13 +0200)
Adds Hardware Handshake (aka RTS/CTS flow-control) support to
atmel_serial driver, as a termios flag.

For this to actually work, the platform code needs to configure the RTS
and CTS pins for use by the USART. This has been done for AVR32 as a
separate patch.

Signed-off-by: Peter Ma <pma@mediamatech.com>
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Acked-by: Alan Cox <alan@lxorguk.ukuu.org.uk>

No differences found