summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* tty: Push the bkl down a bit in the hangup codeAlan Cox2009-12-121-2/+2
* tty: Push the lock down further into the ldisc codeAlan Cox2009-12-122-5/+9
* tty: push the BKL down into the handlers a bitAlan Cox2009-12-123-62/+94
* tty: moxa: split open lockAlan Cox2009-12-121-12/+11Star
* tty: moxa: Kill the use of lock_kernelAlan Cox2009-12-121-14/+2Star
* tty: moxa: Fix modem op lockingAlan Cox2009-12-121-15/+10Star
* tty: moxa: Kill off the throttle methodAlan Cox2009-12-121-20/+1Star
* tty: moxa: Locking clean upAlan Cox2009-12-121-33/+25Star
* tty: moxa: rework the locking a bitAlan Cox2009-12-121-5/+22
* tty: moxa: Use more tty_port opsAlan Cox2009-12-121-116/+21Star
* tty: isicom: fix deadlock on shutdownAlan Cox2009-12-121-1/+1
* tty: mxser: Use the new locking rules to fix setserial properlyAlan Cox2009-12-121-67/+78
* tty: mxser: use the tty_port_open methodAlan Cox2009-12-121-76/+35Star
* tty: isicom: sort out the board init logicAlan Cox2009-12-121-30/+11Star
* tty: isicom: switch to the new tty_port_open helperAlan Cox2009-12-121-67/+21Star
* tty: tty_port: Add a kref object to the tty portAlan Cox2009-12-121-0/+18
* tty: istallion: tty port open/close methodsAlan Cox2009-12-121-117/+60Star
* tty: stallion: Convert to the tty_port_open/close methodsAlan Cox2009-12-121-81/+35Star
* tty: tty_port: Move the IO_ERROR clearAlan Cox2009-12-121-1/+1
* tty: tty_port: Add IO_ERROR bit handlingAlan Cox2009-12-121-1/+5
* tty: riscom8: switch to the tty_port_open APIAlan Cox2009-12-121-48/+41Star
* tty: tty_port: Change the buffer allocator lockingAlan Cox2009-12-121-4/+5
* tty: sdio_uart: Fix the locking on "func" for new codeAlan Cox2009-12-121-0/+4
* tty: sdio_uart: add modem functionalityAlan Cox2009-12-121-1/+32
* tty: sdio_uart: Style fixesAlan Cox2009-12-121-11/+12
* tty: sdio_uart: Fix termios handlingAlan Cox2009-12-121-6/+0Star
* tty: sdio_uart: Switch to the open/close helpersAlan Cox2009-12-121-82/+119
* sdio_uart: Move the open lockAlan Cox2009-12-121-11/+9Star
* sdio_uart: refcount the tty objectsAlan Cox2009-12-121-17/+42
* sdio_uart: Fix oops caused by the previous changesetNicolas Pitre2009-12-121-1/+1
* sdio_uart: use tty_portAlan Cox2009-12-121-18/+23
* tty_port: Move hupcl handlingAlan Cox2009-12-121-5/+8
* Serial: Do not read IIR in serial8250_start_tx when UART_BUG_TXENIan Jackson2009-12-121-5/+3Star
* Serial: pxa: work around Errata #75Uwe Kleine-König2009-12-121-2/+11
* serial, 8250: calculate irqflags bitmask before loopAndré Goddard Rosa2009-12-121-6/+10
* serial: cascade needless conditionalsAndré Goddard Rosa2009-12-121-7/+5Star
* serial: fix NULL pointer dereferenceAndré Goddard Rosa2009-12-121-10/+11
* opticon: Fix resume logicAlan Cox2009-12-121-1/+2
* usb_serial: Kill port mutexAlan Cox2009-12-122-3/+2Star
* usb_serial: Use the shutdown() operationAlan Cox2009-12-121-28/+11Star
* tty_port: coding style cleaning passAlan Cox2009-12-121-12/+13
* tty_port: add "tty_port_open" helperAlan Cox2009-12-122-30/+55
* tty: stallion: kill BKL ioctlAlan Cox2009-12-121-6/+7
* tty: istallion: Kill off the BKL ioctlAlan Cox2009-12-121-4/+4
* tty: esp: remove broken driverAlan Cox2009-12-123-2547/+0Star
* tty: const: constify remaining tty_operationsAlexey Dobriyan2009-12-123-3/+3
* jsm: adding EEH handlersBreno Leitao2009-12-122-1/+47
* jsm: removing the field jsm_board->intr_countBreno Leitão2009-12-122-3/+0Star
* jsm: Removing unused jsm_channel->ch_wopen fieldBreno Leitão2009-12-121-2/+0Star
* jsm: Remove ch_cpstime fieldBreno Leitão2009-12-121-2/+0Star