aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2010-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds
2010-08-10Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds
2010-08-10Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds
2010-08-10U6715 16550A serial driver supportPhilippe Langlais
2010-08-10Char: nozomi, set tty->driver_data appropriatelyJiri Slaby
2010-08-10Char: nozomi, fix tty->count countingJiri Slaby
2010-08-10serial: max3107: Fix gpiolib supportAlan Cox
2010-08-10hsu: call PCI pm hooks in suspend/resume functionFeng Tang
2010-08-10hsu: some code cleanupFeng Tang
2010-08-10hsu: add a periodic timer to check dma rx channelFeng Tang
2010-08-10hsu: driver for Medfield High Speed UART deviceFeng Tang
2010-08-10mxser: remove unnesesary NULL checkKulikov Vasiliy
2010-08-10serial: add support for OX16PCI958 cardLytochkin Boris
2010-08-10serial: 68328serial.c: remove dead (ALMA_ANS | DRAGONIXVZ | M68EZ328ADS)Christoph Egger
2010-08-10timbuart: use __devinit and __devexit macros for probe and removeRichard Röjfors
2010-08-10serial: MMIO32 support for 8250_early.cSamium Gromoff
2010-08-10serial: mcf: don't take spinlocks in already protected functionsYury Georgievskiy
2010-08-10serial: general fixes in the serial_rs485 structureClaudio Scordino
2010-08-10serial: "altera_uart: simplify altera_uart_console_putc()" checkpatch fixesAndrew Morton
2010-08-10serial: crisv10: formatting of pointers in printk()Kulikov Vasiliy
2010-08-10tty_io: remove casts from void*Kulikov Vasiliy
2010-08-10serial: max3107: Abstract out the platform specific bitsAlan Cox
2010-08-10serial: max3107: introduce a max3107 driverjianwei.yang
2010-08-10tty: avoid recursive BTM in pty_closeArnd Bergmann
2010-08-108250: fix set_ldisc operationArnd Bergmann
2010-08-10tty: release BTM while sleeping in block_til_readyArnd Bergmann
2010-08-10tty: implement BTM as mutex instead of BKLArnd Bergmann
2010-08-10tty: remove tty_lock_nestedArnd Bergmann
2010-08-10tty: untangle locking of wait_until_sentArnd Bergmann
2010-08-10tty: reorder ldisc lockingArnd Bergmann
2010-08-10tty: introduce wait_event_interruptible_ttyArnd Bergmann
2010-08-10cdc-acm: remove dead codeArnd Bergmann
2010-08-10tty: fix console_sem lock orderArnd Bergmann
2010-08-10tty: never hold BTM while getting tty_mutexArnd Bergmann
2010-08-10tty: replace BKL with a new tty_lockArnd Bergmann
2010-08-10serial: fix termios settings in openArnd Bergmann
2010-08-10serial: Use block_til_ready helperAlan Cox
2010-08-10serial: trim locking on the helpersAlan Cox
2010-08-10serial: add port helpersAlan Cox
2010-08-10serial: Change the wait for carrier lockingAlan Cox
2010-08-10tty: Move the vt_tty field from the vc_data into the standard tty_portAlan Cox
2010-08-10tty: Make vt's have a tty_portAlan Cox
2010-08-10vc: Locking clean upAlan Cox
2010-08-10tty: serial - fix tty referencing in set_ldiscAlan Cox
2010-08-10tty: serial - fix tty back references in termiosAlan Cox
2010-08-10tty: serial - fix various misuses/mishandlings of port->ttyAlan Cox
2010-08-10synclink: reworking locking a bitAlan Cox
2010-08-10tty: Fix the digi acceleport driver NULL checksAlan Cox
2010-08-10specialix: Kill the BKLAlan Cox