aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds66-609/+5243
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-8/+9
2010-08-10Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds13-33/+263
2010-08-10Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds4-84/+66
2010-08-10U6715 16550A serial driver supportPhilippe Langlais1-3/+34
2010-08-10Char: nozomi, set tty->driver_data appropriatelyJiri Slaby1-1/+2
2010-08-10Char: nozomi, fix tty->count countingJiri Slaby1-0/+1
2010-08-10serial: max3107: Fix gpiolib supportAlan Cox1-0/+2
2010-08-10hsu: call PCI pm hooks in suspend/resume functionFeng Tang1-9/+22
2010-08-10hsu: some code cleanupFeng Tang1-66/+19
2010-08-10hsu: add a periodic timer to check dma rx channelFeng Tang1-3/+47
2010-08-10hsu: driver for Medfield High Speed UART deviceFeng Tang3-0/+1499
2010-08-10mxser: remove unnesesary NULL checkKulikov Vasiliy1-1/+1
2010-08-10serial: add support for OX16PCI958 cardLytochkin Boris1-0/+13
2010-08-10serial: 68328serial.c: remove dead (ALMA_ANS | DRAGONIXVZ | M68EZ328ADS)Christoph Egger1-11/+5
2010-08-10timbuart: use __devinit and __devexit macros for probe and removeRichard Röjfors1-3/+3
2010-08-10serial: MMIO32 support for 8250_early.cSamium Gromoff1-15/+42
2010-08-10serial: mcf: don't take spinlocks in already protected functionsYury Georgievskiy1-18/+13
2010-08-10serial: general fixes in the serial_rs485 structureClaudio Scordino1-3/+8
2010-08-10serial: "altera_uart: simplify altera_uart_console_putc()" checkpatch fixesAndrew Morton1-1/+1
2010-08-10serial: crisv10: formatting of pointers in printk()Kulikov Vasiliy1-2/+2
2010-08-10tty_io: remove casts from void*Kulikov Vasiliy1-6/+6
2010-08-10serial: max3107: Abstract out the platform specific bitsAlan Cox5-337/+527
2010-08-10serial: max3107: introduce a max3107 driverjianwei.yang4-0/+1809
2010-08-10tty: avoid recursive BTM in pty_closeArnd Bergmann2-13/+15
2010-08-108250: fix set_ldisc operationArnd Bergmann1-7/+2
2010-08-10tty: release BTM while sleeping in block_til_readyArnd Bergmann11-1/+25
2010-08-10tty: implement BTM as mutex instead of BKLArnd Bergmann2-0/+48
2010-08-10tty: remove tty_lock_nestedArnd Bergmann4-26/+24
2010-08-10tty: untangle locking of wait_until_sentArnd Bergmann4-15/+31
2010-08-10tty: reorder ldisc lockingArnd Bergmann2-6/+27
2010-08-10tty: introduce wait_event_interruptible_ttyArnd Bergmann6-10/+17
2010-08-10cdc-acm: remove dead codeArnd Bergmann1-9/+3
2010-08-10tty: fix console_sem lock orderArnd Bergmann1-2/+0
2010-08-10tty: never hold BTM while getting tty_mutexArnd Bergmann2-19/+17
2010-08-10tty: replace BKL with a new tty_lockArnd Bergmann16-115/+130
2010-08-10serial: fix termios settings in openArnd Bergmann1-10/+9
2010-08-10serial: Use block_til_ready helperAlan Cox1-86/+1
2010-08-10serial: trim locking on the helpersAlan Cox1-4/+1
2010-08-10serial: add port helpersAlan Cox1-14/+37
2010-08-10serial: Change the wait for carrier lockingAlan Cox1-9/+35
2010-08-10tty: Move the vt_tty field from the vc_data into the standard tty_portAlan Cox3-11/+11
2010-08-10tty: Make vt's have a tty_portAlan Cox1-0/+2
2010-08-10vc: Locking clean upAlan Cox2-3/+8
2010-08-10tty: serial - fix tty referencing in set_ldiscAlan Cox2-6/+3
2010-08-10tty: serial - fix tty back references in termiosAlan Cox5-26/+19
2010-08-10tty: serial - fix various misuses/mishandlings of port->ttyAlan Cox1-49/+60
2010-08-10synclink: reworking locking a bitAlan Cox2-2/+19
2010-08-10tty: Fix the digi acceleport driver NULL checksAlan Cox1-5/+9
2010-08-10specialix: Kill the BKLAlan Cox1-6/+5