commit | 5dfbd1d734ef5415bc47b034df7433ba21e40e7b | [log] [tgz] |
---|---|---|
author | Claudio Scordino <[email protected]> | Thu Jan 13 15:45:39 2011 -0800 |
committer | Linus Torvalds <[email protected]> | Thu Jan 13 17:32:31 2011 -0800 |
tree | 3fbe7a9997f20e6c7db040a2fc1da68b93c10302 | |
parent | 6c9ae009b298753a3baf71298d676a68b5a10c8f [diff] |
atmel_serial: fix RTS high after initialization in RS485 mode When working in RS485 mode, the atmel_serial driver keeps RTS high after the initialization of the serial port. It goes low only after the first character has been sent. [[email protected]: simplify code] Signed-off-by: Claudio Scordino <[email protected]> Signed-off-by: Arkadiusz Bubala <[email protected]> Tested-by: Arkadiusz Bubala <[email protected]> Cc: Nicolas Ferre <[email protected]> Cc: Greg KH <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>