aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
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 Holm2-1/+52
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 Iles3-0/+202
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-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 Slaby4-4/+5
2011-08-25TTY: use tty_wait_until_sent_from_close in tty_port_close_startJiri Slaby1-1/+1
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 Roth1-3/+6
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-Hartman3-107/+0
2011-08-24Revert "tty: of_serial: add support for the DesignWare 8250"Greg Kroah-Hartman1-7/+0
2011-08-23tty: of_serial: add support for the DesignWare 8250Jamie Iles1-0/+7
2011-08-23tty: serial8250: add helpers for the DesignWare 8250Jamie Iles3-0/+107
2011-08-23tty: serial8250: remove UPIO_DWAPB{,32}Jamie Iles2-72/+0
2011-08-23tty: serial8250: allow platforms to override irq handlerJamie Iles1-4/+35
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 Slaby4-19/+2
2011-08-23TTY: ami_serial, remove BTM from wait_until_sentJiri Slaby1-9/+1
2011-08-23TTY: serial, remove tasklet for tty_wakeupJiri Slaby1-19/+1
2011-08-23TTY: msm_serial, remove unneeded console setJiri Slaby1-2/+0
2011-08-23TTY: serial, remove BTM from wait_until_sentJiri Slaby1-23/+7
2011-08-23drivers/tty/synclink: remove double commentEdwin van Vliet1-1/+0
2011-08-23tty/powerpc: introduce the ePAPR embedded hypervisor byte channel driverTimur Tabi3-0/+923