aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-12-11tty: push the BKL down into the handlers a bitAlan Cox4-63/+95
2009-12-11tty: moxa: split open lockAlan Cox1-12/+11
2009-12-11tty: moxa: Kill the use of lock_kernelAlan Cox1-14/+2
2009-12-11tty: moxa: Fix modem op lockingAlan Cox1-15/+10
2009-12-11tty: moxa: Kill off the throttle methodAlan Cox1-20/+1
2009-12-11tty: moxa: Locking clean upAlan Cox1-33/+25
2009-12-11tty: moxa: rework the locking a bitAlan Cox1-5/+22
2009-12-11tty: moxa: Use more tty_port opsAlan Cox1-116/+21
2009-12-11tty: isicom: fix deadlock on shutdownAlan Cox1-1/+1
2009-12-11tty: mxser: Use the new locking rules to fix setserial properlyAlan Cox1-67/+78
2009-12-11tty: mxser: use the tty_port_open methodAlan Cox1-76/+35
2009-12-11tty: isicom: sort out the board init logicAlan Cox2-30/+12
2009-12-11tty: isicom: switch to the new tty_port_open helperAlan Cox1-67/+21
2009-12-11tty: tty_port: Add a kref object to the tty portAlan Cox2-0/+30
2009-12-11tty: istallion: tty port open/close methodsAlan Cox1-117/+60
2009-12-11tty: stallion: Convert to the tty_port_open/close methodsAlan Cox1-81/+35
2009-12-11tty: tty_port: Move the IO_ERROR clearAlan Cox1-1/+1
2009-12-11tty: tty_port: Add IO_ERROR bit handlingAlan Cox1-1/+5
2009-12-11tty: riscom8: switch to the tty_port_open APIAlan Cox1-48/+41
2009-12-11tty: tty_port: Change the buffer allocator lockingAlan Cox2-4/+6
2009-12-11tty: sdio_uart: Fix the locking on "func" for new codeAlan Cox1-0/+4
2009-12-11tty: sdio_uart: add modem functionalityAlan Cox1-1/+32
2009-12-11tty: sdio_uart: Style fixesAlan Cox1-11/+12
2009-12-11tty: sdio_uart: Fix termios handlingAlan Cox1-6/+0
2009-12-11tty: sdio_uart: Switch to the open/close helpersAlan Cox1-82/+119
2009-12-11sdio_uart: Move the open lockAlan Cox1-11/+9
2009-12-11sdio_uart: refcount the tty objectsAlan Cox1-17/+42
2009-12-11sdio_uart: Fix oops caused by the previous changesetNicolas Pitre1-1/+1
2009-12-11sdio_uart: use tty_portAlan Cox1-18/+23
2009-12-11tty_port: Move hupcl handlingAlan Cox1-5/+8
2009-12-11devpts_get_tty() should validate inodeSukadev Bhattiprolu1-2/+14
2009-12-11Serial: Do not read IIR in serial8250_start_tx when UART_BUG_TXENIan Jackson1-5/+3
2009-12-11tty: docs: serial/tty, add to ldisc methodsTilman Schmidt1-2/+7
2009-12-11Serial: pxa: work around Errata #75Uwe Kleine-König1-2/+11
2009-12-11serial, 8250: calculate irqflags bitmask before loopAndré Goddard Rosa1-6/+10
2009-12-11serial: cascade needless conditionalsAndré Goddard Rosa1-7/+5
2009-12-11serial: fix NULL pointer dereferenceAndré Goddard Rosa1-10/+11
2009-12-11opticon: Fix resume logicAlan Cox1-1/+2
2009-12-11usb_serial: Kill port mutexAlan Cox3-6/+2
2009-12-11usb_serial: Use the shutdown() operationAlan Cox1-28/+11
2009-12-11tty_port: coding style cleaning passAlan Cox1-12/+13
2009-12-11tty_port: add "tty_port_open" helperAlan Cox3-31/+64
2009-12-11tty: stallion: kill BKL ioctlAlan Cox1-6/+7
2009-12-11tty: istallion: Kill off the BKL ioctlAlan Cox1-4/+4
2009-12-11tty: esp: remove broken driverAlan Cox6-2816/+0
2009-12-11tty: const: constify remaining tty_operationsAlexey Dobriyan4-4/+4
2009-12-11jsm: adding EEH handlersBreno Leitao2-1/+47
2009-12-11jsm: removing the field jsm_board->intr_countBreno Leitão2-3/+0
2009-12-11jsm: Removing unused jsm_channel->ch_wopen fieldBreno Leitão1-2/+0
2009-12-11jsm: Remove ch_cpstime fieldBreno Leitão1-2/+0