Prev: [PATCH 1/3] lib/kobject_uevent.c: fix CONIG_NET=n warning
Next: [GIT PATCH] USB fixes for 2.6.35-git
From: Greg KH on 4 Jun 2010 16:50 Here are some tty and serial driver bugfixes and new device id patches for your .35-git tree. Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/gregkh/tty-2.6.git/ These patches have been in the linux-next tree and -mm tree. Patches will be sent to the linux-kernel mailing list, if anyone wants to see them. thanks, greg k-h ------------ drivers/char/n_gsm.c | 9 +++-- drivers/char/vt.c | 2 +- drivers/char/vt_ioctl.c | 4 ++- drivers/serial/8250_pci.c | 71 ++++++++++++++++++++++++++++++++++++++++++ drivers/serial/altera_uart.c | 44 ++++++++------------------ drivers/serial/bfin_5xx.c | 9 ++++- drivers/serial/msm_serial.c | 21 ++---------- drivers/serial/msm_serial.h | 56 +++++++++++++++++++++++++++++++++ drivers/serial/serial_cs.c | 18 +++++++++- 9 files changed, 175 insertions(+), 59 deletions(-) --------------- Abhijeet Dharmapurikar (1): msm_serial: fix serial on trout Alexander Kurz (1): serial_cs: add and sort IDs for serial and modem cards Dan Carpenter (2): TTY/n_gsm: potential double lock vt_ioctl: return -EFAULT on copy_from_user errors Frank Pan (1): tty: fix a little bug in scrup, vt.c Graf Yang (1): serial: bfin_5xx: IRDA is not affected by anomaly 05000230 Sonic Zhang (1): serial: bfin_5xx: fix typo in IER check Tobias Klauser (3): altera_uart: Don't take spinlock in already protected functions altera_uart: Simplify altera_uart_console_putc serial: altera_uart: Proper section for altera_uart_remove Yegor Yefremov (1): serial: add support for various Titan PCI cards -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |