aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-21SERIAL: Lantiq: Set timeout in uart_portJohn Crispin1-1/+3
2011-09-15Merge branch 'master' into for-nextJiri Kosina24-796/+721
2011-09-15treewide: typo 'interrrupt' word corrections.Vitaliy Ivanov1-1/+1
2011-09-14cris: fix a build error in drivers/tty/serial/crisv10.cWANG Cong1-2/+2
2011-08-29Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-3.xLinus Torvalds1-11/+60
2011-08-29serial: sh-sci: report CTS as active for get_mctrlYoshii Takashi1-1/+1
2011-08-28Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+1
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 Slaby3-3/+4
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-24sh-sci / PM: Use power.irq_safeRafael J. Wysocki1-0/+1
2011-08-23omap-serial: Allow IXON and IXOFF to be disabled.Nick Pelly1-2/+1
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
2011-08-23TTY: serial, document ignoring of uart->ops->startup errorJiri Slaby1-0/+5
2011-08-23TTY: pty, fix pty countingJiri Slaby2-4/+16
2011-08-238250: Fix race condition in serial8250_backup_timeout().Al Cooper1-3/+5