ARM: OMAP2+: UART: Ensure all reg values configured are available from port structure
authorGovindraj.R <govindraj.raja@ti.com>
Mon, 7 Nov 2011 13:27:03 +0000 (18:57 +0530)
committerKevin Hilman <khilman@ti.com>
Thu, 15 Dec 2011 00:05:21 +0000 (16:05 -0800)
Add missing uart regs to uart_port structure which can be used in
context restore. Store dll, dlh, mdr1, scr, efr, lcr, mcr reg values
into uart_port structure while configuring individual port in termios
function.

Signed-off-by: Govindraj.R <govindraj.raja@ti.com>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de> (for drivers/tty changes)
Signed-off-by: Kevin Hilman <khilman@ti.com>

No differences found