commit | 8e706c4d0dab214c625a2df84a0ca69a76bae65d | [log] [tgz] |
---|---|---|
author | Peter Ma <pma@mediamatech.com> | Tue Mar 31 10:31:02 2009 -0700 |
committer | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | Wed Apr 01 16:13:51 2009 +0200 |
tree | fdcea60fc9364e4c1a38d719e9bb3794fa2d6852 | |
parent | bf4861cf3e7df123c0c62f00ae2c301c292f669c [diff] |
avr32: add hardware handshake support to atmel_serial 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>