summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* tty: isicom: sort out the board init logicAlan Cox2009-12-121-30/+11
* tty: isicom: switch to the new tty_port_open helperAlan Cox2009-12-121-67/+21
* 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/+60
* tty: stallion: Convert to the tty_port_open/close methodsAlan Cox2009-12-121-81/+35
* 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/+41
* 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/+0
* tty: sdio_uart: Switch to the open/close helpersAlan Cox2009-12-121-82/+119
* sdio_uart: Move the open lockAlan Cox2009-12-121-11/+9
* 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/+3
* 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/+5
* 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/+2
* usb_serial: Use the shutdown() operationAlan Cox2009-12-121-28/+11
* 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/+0
* 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/+0
* jsm: Removing unused jsm_channel->ch_wopen fieldBreno Leitão2009-12-121-2/+0
* jsm: Remove ch_cpstime fieldBreno Leitão2009-12-121-2/+0
* jsm: removing ch_old_baud fieldBreno Leitão2009-12-123-6/+0
* jsm: remove the ch_custom_speed fieldBreno Leitão2009-12-122-5/+0
* jsm: Rewriting a bad log messageBreno Leitão2009-12-121-1/+1
* jsm: IRQ handlers doesn't need to have IRQ_DISABLED enabledBreno Leitão2009-12-121-1/+1
* Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...Linus Torvalds2009-12-104-58/+68
|\
| * xen: try harder to balloon up under memory pressure.Ian Campbell2009-12-041-26/+5
| * Xen balloon: fix totalram_pages counting.Gianluca Guida2009-12-041-3/+4
| * xen: explicitly create/destroy stop_machine workqueues outside suspend/resume...Ian Campbell2009-12-031-1/+11
| * xen: improve error handling in do_suspend.Ian Campbell2009-12-031-9/+11
| * xen: don't leak IRQs over suspend/resume.Ian Campbell2009-12-031-0/+3
| * xen: don't call dpm_resume_noirq() with interrupts disabled.Jeremy Fitzhardinge2009-12-031-4/+3
| * xen: wait up to 5 minutes for device connetionPaolo Bonzini2009-12-031-4/+16
| * xen: improvement to wait_for_devices()Paolo Bonzini2009-12-031-3/+6