Merge 5.0-rc4 into tty-next
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Jan 2019 07:22:00 +0000 (08:22 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Jan 2019 07:22:00 +0000 (08:22 +0100)
We need the tty and serial fixes in here as well.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1  2 
drivers/tty/serial/fsl_lpuart.c
drivers/tty/serial/qcom_geni_serial.c
drivers/tty/vt/vt.c

Simple merge
@@@ -221,10 -225,10 +221,10 @@@ static unsigned int qcom_geni_serial_ge
        unsigned int mctrl = TIOCM_DSR | TIOCM_CAR;
        u32 geni_ios;
  
-       if (uart_console(uport) || !uart_cts_enabled(uport)) {
+       if (uart_console(uport)) {
                mctrl |= TIOCM_CTS;
        } else {
 -              geni_ios = readl_relaxed(uport->membase + SE_GENI_IOS);
 +              geni_ios = readl(uport->membase + SE_GENI_IOS);
                if (!(geni_ios & IO2_DATA_IN))
                        mctrl |= TIOCM_CTS;
        }
Simple merge