summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | hsu: add runtime pm supportKristen Carlson Accardi2011-08-261-0/+47
| * | | | | | TTY: use tty_wait_until_sent_from_close in other driversJiri Slaby2011-08-251-1/+2
| * | | | | | TTY: serial, move locking in uart_closeJiri Slaby2011-08-251-1/+1
| * | | | | | TTY: serial, use ASYNCB_CLOSING in uart_closeJiri Slaby2011-08-251-0/+3
| * | | | | | jsm: print byte we are dequeingThadeu Lima de Souza Cascardo2011-08-241-1/+1
| * | | | | | jsm: remove buggy write queueThadeu Lima de Souza Cascardo2011-08-244-103/+28
| * | | | | | jsm: remove remaining flip buffer codeThadeu Lima de Souza Cascardo2011-08-242-21/+0
| * | | | | | tty: Add support serial for EXYNOS4212 SoCKukjin Kim2011-08-241-2/+2
| * | | | | | atmel_serial: RS485: receiving enabled when sending dataBernhard Roth2011-08-241-3/+6
| * | | | | | serial/imx: support to handle break characterHui Wang2011-08-241-3/+7
| * | | | | | Revert "tty: serial8250: add helpers for the DesignWare 8250"Greg Kroah-Hartman2011-08-243-107/+0
| * | | | | | Revert "tty: of_serial: add support for the DesignWare 8250"Greg Kroah-Hartman2011-08-241-7/+0
| * | | | | | tty: of_serial: add support for the DesignWare 8250Jamie Iles2011-08-231-0/+7
| * | | | | | tty: serial8250: add helpers for the DesignWare 8250Jamie Iles2011-08-233-0/+107
| * | | | | | tty: serial8250: remove UPIO_DWAPB{,32}Jamie Iles2011-08-232-72/+0
| * | | | | | tty: serial8250: allow platforms to override irq handlerJamie Iles2011-08-231-4/+35
| * | | | | | serial: samsung: Add unified interrupt handler for s3c64xx and later SoC'sThomas Abraham2011-08-232-12/+96
| * | | | | | serial:bfin_uart: Put TX IRQ in individual platform resource.Sonic Zhang2011-08-231-14/+22
| * | | | | | serial:blackfin: rename Blackfin serial driver to bfin_uart.cSonic Zhang2011-08-233-2/+2
| * | | | | | serial:blackfin: Correct coding style in bfin serial driver.Sonic Zhang2011-08-231-9/+16
| * | | | | | TTY: remove tty_lockedJiri Slaby2011-08-231-4/+0
| * | | | | | TTY: serial, remove tasklet for tty_wakeupJiri Slaby2011-08-231-19/+1
| * | | | | | TTY: msm_serial, remove unneeded console setJiri Slaby2011-08-231-2/+0
| * | | | | | TTY: serial, remove BTM from wait_until_sentJiri Slaby2011-08-231-23/+7
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-10-251-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Merge branch 'master' into for-nextJiri Kosina2011-09-1520-790/+703
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | treewide: typo 'interrrupt' word corrections.Vitaliy Ivanov2011-09-151-1/+1
* | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2011-10-101-1/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | SERIAL: Lantiq: Set timeout in uart_portJohn Crispin2011-09-211-1/+3
| | |_|/ / | |/| | |
* / | | | cris: fix a build error in drivers/tty/serial/crisv10.cWANG Cong2011-09-141-2/+2
|/ / / /
* | | | Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-08-291-11/+60
|\ \ \ \ | |_|_|/ |/| | |
| * | | serial: sh-sci: report CTS as active for get_mctrlYoshii Takashi2011-08-291-1/+1
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2011-08-082-10/+5
| |\ \ \ | | | |/ | | |/|
| * | | serial: sh-sci: console Runtime PM supportMagnus Damm2011-08-031-10/+58
| * | | serial: sh-sci: fix DMA build by including dma-mapping.hMagnus Damm2011-08-031-0/+1
| * | | serial: sh-sci: Fix up default regtype probing.Paul Mundt2011-08-031-1/+1
* | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2011-08-281-0/+1
|\ \ \ \
| * | | | sh-sci / PM: Use power.irq_safeRafael J. Wysocki2011-08-241-0/+1
| | |/ / | |/| |
* | | | omap-serial: Allow IXON and IXOFF to be disabled.Nick Pelly2011-08-231-2/+1
* | | | TTY: serial, document ignoring of uart->ops->startup errorJiri Slaby2011-08-231-0/+5
* | | | 8250: Fix race condition in serial8250_backup_timeout().Al Cooper2011-08-231-3/+5
* | | | serial/8250_pci: delete duplicate data definitionTomoya MORINAGA2011-08-231-5/+0
* | | | 8250_pci: add support for Rosewill RC-305 4x serial port cardEric Smith2011-08-231-1/+5
* | | | tty: Add "spi:" prefix for spi modaliasAxel Lin2011-08-233-3/+3
* | | | atmel_serial: fix atmel_default_console_deviceVoss, Nikolaus2011-08-221-3/+5
* | | | serial: 8250_pnp: add Intermec CV60 touchscreen deviceBjorn Helgaas2011-08-221-0/+3
* | | | drivers/serial/ucc_uart.c: Fix compiler warningKumar Gala2011-08-221-1/+1
* | | | pch_uart: Set PCIe bus number using probe parameterTomoya MORINAGA2011-08-221-1/+2
* | | | serial: samsung: Fix build errorKukjin Kim2011-08-081-2/+6
|/ / /
* | | sh: Fix boot crash related to SCIRafael J. Wysocki2011-08-071-1/+1