aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-09-22TTY: irq: Remove IRQF_DISABLEDYong Zhang19-35/+35
2011-09-22serial-core: power up uart port early before we do set_termios when resumingNing Jiang1-0/+2
2011-09-22serial: mfd: Initconst section fixesAndi Kleen1-1/+1
2011-09-22keyboard: Do not include <linux/irq.>Geert Uytterhoeven1-1/+2
2011-09-22TTY: serial, move 68360 driver to stagingJiri Slaby8-18/+26
2011-09-22cris: lower the printk level in cris serial driverWANG Cong1-6/+6
2011-09-22serial: Support the EFR-register of XR1715x uarts.Søren Holm4-2/+56
2011-09-22cris: fix a build error in drivers/tty/serial/crisv10.cWANG Cong1-2/+2
2011-09-22TTY: serial, fix includes in some driversJiri Slaby22-2/+33
2011-09-22TTY: serial, remove dead code from 68328Jiri Slaby2-36/+0
2011-09-22TTY: serial: Move mutex_unlock in uart_close functionNobuhiro Iwamatsu1-3/+2
2011-09-22serial: pxa: work around for errata #20Marcus Folkesson1-0/+20
2011-08-26tty: add a DesignWare 8250 driverJamie Iles4-0/+227
2011-08-26tty: 8250: export serial8250_handle_irqJamie Iles1-0/+1
2011-08-26tty/powerpc: fix build break with ehv_bytechan.c on allyesconfigTimur Tabi1-6/+2
2011-08-26max3110: Fix up port->tty backreferencingAlan Cox1-2/+5
2011-08-26max3110: add sysrq supportAlexander Shishkin2-56/+44
2011-08-26x86/mrst: Add platform data for Max3110 devicesFeng Tang1-0/+3
2011-08-26max3110: wake up fixesDirk Brandewie1-4/+7
2011-08-26n_gsm: Send CLD command on exitAlan Cox1-0/+8
2011-08-26n_gsm: update TODO listAlan Cox1-1/+0
2011-08-26hsu: add runtime pm supportKristen Carlson Accardi1-0/+47
2011-08-25TTY: use tty_wait_until_sent_from_close in other driversJiri Slaby5-5/+6
2011-08-25TTY: use tty_wait_until_sent_from_close in tty_port_close_startJiri Slaby1-1/+1
2011-08-25TTY: define tty_wait_until_sent_from_closeJiri Slaby1-0/+18
2011-08-25TTY: serial, move locking in uart_closeJiri Slaby1-1/+1
2011-08-25TTY: serial, use ASYNCB_CLOSING in uart_closeJiri Slaby1-0/+3
2011-08-24jsm: print byte we are dequeingThadeu Lima de Souza Cascardo1-1/+1
2011-08-24jsm: remove buggy write queueThadeu Lima de Souza Cascardo4-103/+28
2011-08-24jsm: remove remaining flip buffer codeThadeu Lima de Souza Cascardo2-21/+0
2011-08-24tty: Add support serial for EXYNOS4212 SoCKukjin Kim1-2/+2
2011-08-24atmel_serial: RS485: receiving enabled when sending dataBernhard Roth3-3/+10
2011-08-24serial/imx: support to handle break characterHui Wang1-3/+7
2011-08-24Revert "tty: serial8250: add helpers for the DesignWare 8250"Greg Kroah-Hartman4-115/+0
2011-08-24Revert "tty: of_serial: add support for the DesignWare 8250"Greg Kroah-Hartman2-8/+0
2011-08-23tty: of_serial: add support for the DesignWare 8250Jamie Iles2-0/+8
2011-08-23tty: serial8250: add helpers for the DesignWare 8250Jamie Iles4-0/+115
2011-08-23tty: serial8250: remove UPIO_DWAPB{,32}Jamie Iles3-75/+1
2011-08-23mips: msp71xx/serial: add workaround for DW UARTJamie Iles1-4/+65
2011-08-23mips: msp71xx/serial: convert to pr_foo() helpersJamie Iles1-2/+2
2011-08-23tty: serial8250: allow platforms to override irq handlerJamie Iles2-4/+37
2011-08-23tty: serial: allow ports to override the irq handlerJamie Iles1-0/+1
2011-08-23ARM: SAMSUNG: Remove uart irq handling from plaform codeThomas Abraham12-352/+25
2011-08-23serial: samsung: Add unified interrupt handler for s3c64xx and later SoC'sThomas Abraham2-12/+96
2011-08-23serial:bfin_uart: Put TX IRQ in individual platform resource.Sonic Zhang1-14/+22
2011-08-23tty: clearify structure initializer in notify_write()Mathias Krause1-1/+1
2011-08-23serial:blackfin: rename Blackfin serial driver to bfin_uart.cSonic Zhang3-2/+2
2011-08-23serial:blackfin: Correct coding style in bfin serial driver.Sonic Zhang1-9/+16
2011-08-23TTY: mxser+cyclades remove wait_until_sent debug codeJiri Slaby2-23/+2
2011-08-23TTY: remove tty_lockedJiri Slaby5-21/+2