]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge 4.2-rc4 into tty-next
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Jul 2015 18:12:39 +0000 (11:12 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Jul 2015 18:12:39 +0000 (11:12 -0700)
Other serial driver work wants to build on patches now in 4.2-rc4 so
merge the branch so this can properly happen.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1  2 
drivers/tty/n_tty.c
drivers/tty/serial/Kconfig
drivers/tty/serial/etraxfs-uart.c
drivers/tty/serial/imx.c
drivers/tty/serial/sc16is7xx.c

Simple merge
Simple merge
Simple merge
index 83b02d494723e3f732794d637d80f85ad9d0b6ca,54fdc7866ea17423836827ee374c1ecfd0b5257d..e705149ba477ca764d59b269fe56e23a019ac90d
@@@ -1139,14 -1121,16 +1139,9 @@@ static int imx_startup(struct uart_por
  
        writel(temp & ~UCR4_DREN, sport->port.membase + UCR4);
  
-       /* Can we enable the DMA support? */
-       if (is_imx6q_uart(sport) && !uart_console(port) &&
-           !sport->dma_is_inited)
-               imx_uart_dma_init(sport);
        spin_lock_irqsave(&sport->port.lock, flags);
        /* Reset fifo's and state machines */
 -      i = 100;
 -
 -      temp = readl(sport->port.membase + UCR2);
 -      temp &= ~UCR2_SRST;
 -      writel(temp, sport->port.membase + UCR2);
 -
 -      while (!(readl(sport->port.membase + UCR2) & UCR2_SRST) && (--i > 0))
 -              udelay(1);
 +      imx_reset(sport);
  
        /*
         * Finally, clear and enable interrupts
Simple merge