]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge 3.8-rc5 into tty-next
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Jan 2013 21:27:36 +0000 (13:27 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Jan 2013 21:27:36 +0000 (13:27 -0800)
This resolves a number of tty driver merge issues found in linux-next

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
18 files changed:
1  2 
drivers/s390/char/con3215.c
drivers/staging/fwserial/Kconfig
drivers/staging/fwserial/fwserial.c
drivers/staging/sb105x/Kconfig
drivers/tty/pty.c
drivers/tty/serial/8250/8250.c
drivers/tty/serial/8250/8250.h
drivers/tty/serial/8250/8250_dw.c
drivers/tty/serial/8250/8250_pci.c
drivers/tty/serial/ifx6x60.c
drivers/tty/serial/mxs-auart.c
drivers/tty/serial/samsung.c
drivers/tty/serial/vt8500_serial.c
drivers/usb/class/cdc-acm.c
drivers/usb/gadget/u_serial.c
drivers/usb/serial/ftdi_sio.c
drivers/usb/serial/io_ti.c
include/uapi/linux/serial_core.h

Simple merge
index 9cdb3cdc4b667eeb53d7624207fa9786a1c8687e,b2f8331e4acf90005887a7f1e5947d0c7b560aea..a0812d99136f5e171c277e88f637579cfea4c71c
@@@ -1,9 -1,11 +1,11 @@@
  config FIREWIRE_SERIAL
         tristate "TTY over Firewire"
 -       depends on FIREWIRE
 +       depends on FIREWIRE && TTY
         help
            This enables TTY over IEEE 1394, providing high-speed serial
-         connectivity to cabled peers.
+         connectivity to cabled peers. This driver implements a
+         ad-hoc transport protocol and is currently limited to
+         Linux-to-Linux communication.
  
          To compile this driver as a module, say M here:  the module will
          be called firewire-serial.
Simple merge
index 6a2e1b78e8440c51ade7a64b28d97443fae37f59,1facad625554b0b88baf67c70e4a33b46d77560b..245e7847a35423f1d51f44feecc48ae46df8dbca
@@@ -1,7 -1,8 +1,7 @@@
  config SB105X
        tristate "SystemBase PCI Multiport UART"
        select SERIAL_CORE
-       depends on PCI && TTY && BROKEN
 -      depends on PCI
 -      depends on X86
++      depends on PCI && X86 && TTY && BROKEN
        help
          A driver for the SystemBase Multi-2/PCI serial card
  
Simple merge
Simple merge
Simple merge
index 117bb8b0359830c647b2f4c394c2006828fe8a35,096d2ef48b32f6b62abfe5c220a44440545fb0b4..db0e66f6dd0e3a4458521546cfb11cdc0fccf0dc
@@@ -104,8 -78,8 +104,8 @@@ static int dw8250_handle_irq(struct uar
                return 1;
        } else if ((iir & UART_IIR_BUSY) == UART_IIR_BUSY) {
                /* Clear the USR and write the LCR again. */
 -              (void)p->serial_in(p, UART_USR);
 +              (void)p->serial_in(p, DW_UART_USR);
-               p->serial_out(p, d->last_lcr, UART_LCR);
+               p->serial_out(p, UART_LCR, d->last_lcr);
  
                return 1;
        }
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge