From: Russell King Date: Sat, 6 Oct 2012 08:04:03 +0000 (+0100) Subject: SERIAL: omap: don't read back LCR/MCR/EFR X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~66^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fe8aa8803536b8030375525a07a152ba8f15363;p=pandora-kernel.git SERIAL: omap: don't read back LCR/MCR/EFR There's really no reason to read back these registers while setting the termios modes, provided we keep our cached copies up to date. Remove these readbacks. This has the benefit that we know that the EFR_ECB and MCR_TCRTLR bits will always be clear, so we don't need to keep masking these bits throughout the code. Signed-off-by: Russell King --- Reading git-diff-tree failed