• Russell King's avatar
    SERIAL: omap: simplify (2) · 24054640
    Russell King authored
    Simplify:
    	- set ECB
    	...
    	- LCR mode A
    	- clear TCRTLR
    	- LCR mode B
    	- clear ECB
    	- set ECB and update other bits
    	- LCR mode A
    	- update XONANY
    
    to:
    	- set ECB
    	...
    	- LCR mode B
    	- set ECB and update other bits
    	- LCR mode A
    	- update XONANY and clear TCRTLR
    Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
    24054640
omap-serial.c 41.2 KB