summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/pch_uart.c
diff options
context:
space:
mode:
authorTomoya MORINAGA2011-10-27 08:45:18 +0200
committerGreg Kroah-Hartman2011-11-15 21:03:01 +0100
commita1d7cfe29f13cf45f8094929864b9c66bf0cd91b (patch)
tree51f6f114044095eba33ab6b83e32a10e86647880 /drivers/tty/serial/pch_uart.c
parenttty: hvc_dcc: Fix duplicate character inputs (diff)
downloadkernel-qcow2-linux-a1d7cfe29f13cf45f8094929864b9c66bf0cd91b.tar.gz
kernel-qcow2-linux-a1d7cfe29f13cf45f8094929864b9c66bf0cd91b.tar.xz
kernel-qcow2-linux-a1d7cfe29f13cf45f8094929864b9c66bf0cd91b.zip
pch_uart: Fix hw-flow control issue
Using hardware flow control, currently, register of the control-bit(AFE) is not set. This patch fixes the issue. Signed-off-by: Tomoya MORINAGA <tomoya-linux@dsn.lapis-semi.com> Acked-by: Alan Cox <alan@linux.intel.com> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/tty/serial/pch_uart.c')
-rw-r--r--drivers/tty/serial/pch_uart.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/pch_uart.c b/drivers/tty/serial/pch_uart.c
index 21febef926aa..2f07a6702eab 100644
--- a/drivers/tty/serial/pch_uart.c
+++ b/drivers/tty/serial/pch_uart.c
@@ -1280,6 +1280,7 @@ static void pch_uart_set_termios(struct uart_port *port,
if (rtn)
goto out;
+ pch_uart_set_mctrl(&priv->port, priv->port.mctrl);
/* Don't rewrite B0 */
if (tty_termios_baud_rate(termios))
tty_termios_encode_baud_rate(termios, baud, baud);