Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | TTY: serial: Move mutex_unlock in uart_close function | Nobuhiro Iwamatsu | 2011-09-22 | 1 | -3/+2 | |
| * | | | | | | serial: pxa: work around for errata #20 | Marcus Folkesson | 2011-09-22 | 1 | -0/+20 | |
| * | | | | | | tty: add a DesignWare 8250 driver | Jamie Iles | 2011-08-26 | 3 | -0/+202 | |
| * | | | | | | tty: 8250: export serial8250_handle_irq | Jamie Iles | 2011-08-26 | 1 | -0/+1 | |
| * | | | | | | tty/powerpc: fix build break with ehv_bytechan.c on allyesconfig | Timur Tabi | 2011-08-26 | 1 | -6/+2 | |
| * | | | | | | max3110: Fix up port->tty backreferencing | Alan Cox | 2011-08-26 | 1 | -2/+5 | |
| * | | | | | | max3110: add sysrq support | Alexander Shishkin | 2011-08-26 | 2 | -56/+44 | |
| * | | | | | | max3110: wake up fixes | Dirk Brandewie | 2011-08-26 | 1 | -4/+7 | |
| * | | | | | | n_gsm: Send CLD command on exit | Alan Cox | 2011-08-26 | 1 | -0/+8 | |
| * | | | | | | n_gsm: update TODO list | Alan Cox | 2011-08-26 | 1 | -1/+0 | |
| * | | | | | | hsu: add runtime pm support | Kristen Carlson Accardi | 2011-08-26 | 1 | -0/+47 | |
| * | | | | | | TTY: use tty_wait_until_sent_from_close in other drivers | Jiri Slaby | 2011-08-25 | 3 | -3/+4 | |
| * | | | | | | TTY: use tty_wait_until_sent_from_close in tty_port_close_start | Jiri Slaby | 2011-08-25 | 1 | -1/+1 | |
| * | | | | | | TTY: serial, move locking in uart_close | Jiri Slaby | 2011-08-25 | 1 | -1/+1 | |
| * | | | | | | TTY: serial, use ASYNCB_CLOSING in uart_close | Jiri Slaby | 2011-08-25 | 1 | -0/+3 | |
| * | | | | | | jsm: print byte we are dequeing | Thadeu Lima de Souza Cascardo | 2011-08-24 | 1 | -1/+1 | |
| * | | | | | | jsm: remove buggy write queue | Thadeu Lima de Souza Cascardo | 2011-08-24 | 4 | -103/+28 | |
| * | | | | | | jsm: remove remaining flip buffer code | Thadeu Lima de Souza Cascardo | 2011-08-24 | 2 | -21/+0 | |
| * | | | | | | tty: Add support serial for EXYNOS4212 SoC | Kukjin Kim | 2011-08-24 | 1 | -2/+2 | |
| * | | | | | | atmel_serial: RS485: receiving enabled when sending data | Bernhard Roth | 2011-08-24 | 1 | -3/+6 | |
| * | | | | | | serial/imx: support to handle break character | Hui Wang | 2011-08-24 | 1 | -3/+7 | |
| * | | | | | | Revert "tty: serial8250: add helpers for the DesignWare 8250" | Greg Kroah-Hartman | 2011-08-24 | 3 | -107/+0 | |
| * | | | | | | Revert "tty: of_serial: add support for the DesignWare 8250" | Greg Kroah-Hartman | 2011-08-24 | 1 | -7/+0 | |
| * | | | | | | tty: of_serial: add support for the DesignWare 8250 | Jamie Iles | 2011-08-23 | 1 | -0/+7 | |
| * | | | | | | tty: serial8250: add helpers for the DesignWare 8250 | Jamie Iles | 2011-08-23 | 3 | -0/+107 | |
| * | | | | | | tty: serial8250: remove UPIO_DWAPB{,32} | Jamie Iles | 2011-08-23 | 2 | -72/+0 | |
| * | | | | | | tty: serial8250: allow platforms to override irq handler | Jamie Iles | 2011-08-23 | 1 | -4/+35 | |
| * | | | | | | serial: samsung: Add unified interrupt handler for s3c64xx and later SoC's | Thomas Abraham | 2011-08-23 | 2 | -12/+96 | |
| * | | | | | | serial:bfin_uart: Put TX IRQ in individual platform resource. | Sonic Zhang | 2011-08-23 | 1 | -14/+22 | |
| * | | | | | | tty: clearify structure initializer in notify_write() | Mathias Krause | 2011-08-23 | 1 | -1/+1 | |
| * | | | | | | serial:blackfin: rename Blackfin serial driver to bfin_uart.c | Sonic Zhang | 2011-08-23 | 3 | -2/+2 | |
| * | | | | | | serial:blackfin: Correct coding style in bfin serial driver. | Sonic Zhang | 2011-08-23 | 1 | -9/+16 | |
| * | | | | | | TTY: mxser+cyclades remove wait_until_sent debug code | Jiri Slaby | 2011-08-23 | 2 | -23/+2 | |
| * | | | | | | TTY: remove tty_locked | Jiri Slaby | 2011-08-23 | 4 | -19/+2 | |
| * | | | | | | TTY: ami_serial, remove BTM from wait_until_sent | Jiri Slaby | 2011-08-23 | 1 | -9/+1 | |
| * | | | | | | TTY: serial, remove tasklet for tty_wakeup | Jiri Slaby | 2011-08-23 | 1 | -19/+1 | |
| * | | | | | | TTY: msm_serial, remove unneeded console set | Jiri Slaby | 2011-08-23 | 1 | -2/+0 | |
| * | | | | | | TTY: serial, remove BTM from wait_until_sent | Jiri Slaby | 2011-08-23 | 1 | -23/+7 | |
| * | | | | | | drivers/tty/synclink: remove double comment | Edwin van Vliet | 2011-08-23 | 1 | -1/+0 | |
| * | | | | | | tty/powerpc: introduce the ePAPR embedded hypervisor byte channel driver | Timur Tabi | 2011-08-23 | 3 | -0/+923 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2011-10-25 | 1 | -0/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | PM / VT: Cleanup #if defined uglyness and fix compile error | H Hartley Sweeten | 2011-10-16 | 1 | -0/+4 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-10-25 | 2 | -2/+2 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | tty: drop superfluous dependency in Kconfig | Paul Bolle | 2011-10-13 | 1 | -1/+1 | |
| * | | | | | Merge branch 'master' into for-next | Jiri Kosina | 2011-09-15 | 24 | -796/+721 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| * | | | | | treewide: typo 'interrrupt' word corrections. | Vitaliy Ivanov | 2011-09-15 | 1 | -1/+1 | |
* | | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2011-10-10 | 1 | -1/+3 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | SERIAL: Lantiq: Set timeout in uart_port | John Crispin | 2011-09-21 | 1 | -1/+3 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | cris: fix a build error in drivers/tty/serial/crisv10.c | WANG Cong | 2011-09-14 | 1 | -2/+2 | |
|/ / / / | ||||||
* | | | | Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-08-29 | 1 | -11/+60 | |
|\ \ \ \ | |_|_|/ |/| | | |