aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hsu: driver for Medfield High Speed UART deviceFeng Tang2010-08-106-0/+1564
* mxser: remove unnesesary NULL checkKulikov Vasiliy2010-08-101-1/+1
* serial: add support for OX16PCI958 cardLytochkin Boris2010-08-101-0/+13
* serial: 68328serial.c: remove dead (ALMA_ANS | DRAGONIXVZ | M68EZ328ADS)Christoph Egger2010-08-101-11/+5
* timbuart: use __devinit and __devexit macros for probe and removeRichard Röjfors2010-08-101-3/+3
* serial: MMIO32 support for 8250_early.cSamium Gromoff2010-08-102-15/+45
* serial: mcf: don't take spinlocks in already protected functionsYury Georgievskiy2010-08-101-18/+13
* serial: general fixes in the serial_rs485 structureClaudio Scordino2010-08-102-4/+11
* serial: fix missing bit coverage of ASYNC_FLAGSJohn Villalovos2010-08-101-1/+1
* serial: "altera_uart: simplify altera_uart_console_putc()" checkpatch fixesAndrew Morton2010-08-101-1/+1
* serial: crisv10: formatting of pointers in printk()Kulikov Vasiliy2010-08-101-2/+2
* vt: Fix warning: statement with no effect due to vt_kern.hKevin Winchester2010-08-101-11/+46
* tty_io: remove casts from void*Kulikov Vasiliy2010-08-101-6/+6
* serial: max3107: Abstract out the platform specific bitsAlan Cox2010-08-106-337/+531
* serial: max3107: introduce a max3107 driverjianwei.yang2010-08-104-0/+1809
* tty: avoid recursive BTM in pty_closeArnd Bergmann2010-08-102-13/+15
* 8250: fix set_ldisc operationArnd Bergmann2010-08-101-7/+2
* tty: release BTM while sleeping in block_til_readyArnd Bergmann2010-08-1011-1/+25
* tty: implement BTM as mutex instead of BKLArnd Bergmann2010-08-103-13/+53
* tty: remove tty_lock_nestedArnd Bergmann2010-08-105-41/+25
* tty: untangle locking of wait_until_sentArnd Bergmann2010-08-104-15/+31
* tty: reorder ldisc lockingArnd Bergmann2010-08-102-6/+27
* tty: introduce wait_event_interruptible_ttyArnd Bergmann2010-08-107-10/+59
* cdc-acm: remove dead codeArnd Bergmann2010-08-101-9/+3
* tty: fix console_sem lock orderArnd Bergmann2010-08-101-2/+0
* tty: never hold BTM while getting tty_mutexArnd Bergmann2010-08-102-19/+17
* tty: replace BKL with a new tty_lockArnd Bergmann2010-08-1017-115/+161
* serial: fix termios settings in openArnd Bergmann2010-08-101-10/+9
* serial: Use block_til_ready helperAlan Cox2010-08-101-86/+1
* serial: trim locking on the helpersAlan Cox2010-08-101-4/+1
* serial: add port helpersAlan Cox2010-08-101-14/+37
* serial: Change the wait for carrier lockingAlan Cox2010-08-101-9/+35
* tty: Move the vt_tty field from the vc_data into the standard tty_portAlan Cox2010-08-104-12/+11
* tty: Make vt's have a tty_portAlan Cox2010-08-102-0/+4
* vc: Locking clean upAlan Cox2010-08-102-3/+8
* tty: serial - fix tty referencing in set_ldiscAlan Cox2010-08-103-7/+4
* tty: serial - fix tty back references in termiosAlan Cox2010-08-105-26/+19
* tty: serial - fix various misuses/mishandlings of port->ttyAlan Cox2010-08-101-49/+60
* synclink: reworking locking a bitAlan Cox2010-08-102-2/+19
* tty: Fix the digi acceleport driver NULL checksAlan Cox2010-08-101-5/+9
* specialix: Kill the BKLAlan Cox2010-08-101-6/+5
* epca: Kill the big kernel lockAlan Cox2010-08-101-3/+1
* cyclades: Kill off BKL usageAlan Cox2010-08-101-11/+9
* synclink: kill the big kernel lockAlan Cox2010-08-103-73/+56
* rocket: kill BKLAlan Cox2010-08-101-9/+19
* isicom: kill off the BKLAlan Cox2010-08-101-8/+5
* riscom8: kill use of lock_kernelAlan Cox2010-08-101-6/+8
* istallion: use bit ops for the board flagsAlan Cox2010-08-102-19/+19
* stallion: prune lock_kernel callsAlan Cox2010-08-102-17/+25
* vt/console: try harder to print output when panicingJesse Barnes2010-08-108-9/+27