The following changes since commit 9931faca02c604c22335f5a935a501bb2ace6e20: Linux 3.8-rc3 (2013-01-09 18:59:55 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-3.8-rc4 for you to fetch changes up to ebebd49a8eab5e9aa1b1f8f1614ccc3c2120f886: 8250/16?50: Add support for Broadcom TruManage redirected serial port (2013-01-17 14:02:55 -0800) ---------------------------------------------------------------- TTY/serial fixes for 3.8-rc4 Here are a few tty/serial driver fixes for 3.8-rc4 that resolve a number of problems that people have been having, including the ptys ioctl issue that is a regression fix. Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> ---------------------------------------------------------------- Jiri Slaby (1): pty: return EINVAL for TIOCGPTN for BSD ptys Matt Schulte (2): tty/8250: pbn_b0_8_1152000_200 is supposed to be an 8 port definition tty/8250: The correct device id for this card is 0x0022 Maxime Ripard (1): tty: 8250_dw: Fix inverted arguments to serial_out in IRQ handler Steffen Trumtrar (1): mxs: uart: fix setting RTS from software Stephen Hurd (1): 8250/16?50: Add support for Broadcom TruManage redirected serial port Thomas Abraham (1): serial: samsung: remove redundant setting of line config during port reset Wei Yongjun (1): tty: serial: vt8500: fix return value check in vt8500_serial_probe() channing (1): serial:ifx6x60:Keep word size accordance with SPI controller chao bi (1): serial:ifx6x60:Delete SPI timer when shut down port fabio.estevam@xxxxxxxxxxxxx (1): serial: mxs-auart: Index is unsigned drivers/tty/pty.c | 2 ++ drivers/tty/serial/8250/8250.c | 11 +++++++++++ drivers/tty/serial/8250/8250.h | 1 + drivers/tty/serial/8250/8250_dw.c | 2 +- drivers/tty/serial/8250/8250_pci.c | 42 ++++++++++++++++++++++++++++++++++++++++-- drivers/tty/serial/ifx6x60.c | 4 +++- drivers/tty/serial/mxs-auart.c | 6 ++++-- drivers/tty/serial/samsung.c | 1 - drivers/tty/serial/vt8500_serial.c | 2 +- include/uapi/linux/serial_core.h | 3 ++- 10 files changed, 65 insertions(+), 9 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html