commit | 18f360f865cffde44b112577fed1a6a0dd2740dc | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Oct 06 09:08:20 2012 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Nov 04 12:29:33 2012 +0000 |
tree | 6253fe3261bb0e4814e8d03ba350c76b3fdcda86 | |
parent | 1fe8aa8803536b8030375525a07a152ba8f15363 [diff] |
SERIAL: omap: simplify We have the sequence: - LCR mode B - write EFR with ECB clear - LCR mode normal - if s/w flow - LCR mode B - write EFR with ECB clear ... - LCR mode B - write EFR with ECB clear - LCR mode normal This can be simplified to: - if s/w flow - LCR mode B - write EFR with ECB clear ... - LCR mode B - write EFR with ECB clear - LCR mode normal Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>