target/arc770: switch to 4.9 kernel
[openwrt/staging/florian.git] / target / linux / imx6 / patches-4.4 / 113-serial-imx-make-sure-unhandled-irqs-are-disabled.patch
index 8978d33e6e5418efd9bea31a090b8fa25698d3eb..1c7de3fa6e775fff07f5656ac9a4bf136dc37e3d 100644 (file)
@@ -18,11 +18,9 @@ Signed-off-by: Petr Štetiar <ynezz@true.cz>
  drivers/tty/serial/imx.c | 23 ++++++++++++++++++++++-
  1 file changed, 22 insertions(+), 1 deletion(-)
 
-diff --git a/drivers/tty/serial/imx.c b/drivers/tty/serial/imx.c
-index 5ced61e..fcd48fd 100644
 --- a/drivers/tty/serial/imx.c
 +++ b/drivers/tty/serial/imx.c
-@@ -1221,11 +1221,32 @@ static int imx_startup(struct uart_port *port)
+@@ -1184,11 +1184,32 @@ static int imx_startup(struct uart_port
        temp |= (UCR2_RXEN | UCR2_TXEN);
        if (!sport->have_rtscts)
                temp |= UCR2_IRTS;
@@ -56,6 +54,3 @@ index 5ced61e..fcd48fd 100644
                writel(temp, sport->port.membase + UCR3);
        }
  
--- 
-1.9.1
-