From: Russell King Date: Sat, 6 Oct 2012 08:08:20 +0000 (+0100) Subject: SERIAL: omap: simplify X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~66^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18f360f865cffde44b112577fed1a6a0dd2740dc;p=pandora-kernel.git 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 --- Reading git-diff-tree failed