Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Revert "TTY: call tty_driver_lookup_tty unconditionally" | Greg Kroah-Hartman | 2011-10-19 | 1 | -9/+12 | |
| * | | | | | | tty/serial: atmel_serial: add device tree support | Nicolas Ferre | 2011-10-18 | 1 | -8/+71 | |
| * | | | | | | tty/serial: atmel_serial: auto-enumerate ports | Nicolas Ferre | 2011-10-18 | 1 | -8/+36 | |
| * | | | | | | tty/serial: atmel_serial: whitespace and braces modifications | Nicolas Ferre | 2011-10-18 | 1 | -4/+5 | |
| * | | | | | | tty/serial: atmel_serial: change platform_data variable name | Nicolas Ferre | 2011-10-18 | 1 | -7/+7 | |
| * | | | | | | TTY: call tty_driver_lookup_tty unconditionally | Jiri Slaby | 2011-10-18 | 1 | -12/+9 | |
| * | | | | | | TTY: pty, release tty in all ptmx_open fail paths | Jiri Slaby | 2011-10-18 | 1 | -5/+5 | |
| * | | | | | | TTY: make tty_add_file non-failing | Jiri Slaby | 2011-10-18 | 2 | -17/+46 | |
| * | | | | | | TTY: drop driver reference in tty_open fail path | Jiri Slaby | 2011-10-18 | 1 | -0/+1 | |
| * | | | | | | 8250_pci: Fix kernel panic when pch_uart is disabled | Tomoya MORINAGA | 2011-10-18 | 1 | -0/+10 | |
| * | | | | | | tty: Support compat_ioctl get/set termios_locked | Thomas Meyer | 2011-10-18 | 2 | -0/+19 | |
| * | | | | | | hvc_console: display printk messages on console. | Miche Baker-Harvey | 2011-10-18 | 1 | -1/+6 | |
| * | | | | | | TTY: snyclinkmp: forever loop in tx_load_dma_buffer() | Dan Carpenter | 2011-09-29 | 1 | -3/+3 | |
| * | | | | | | tty/n_gsm: avoid fifo overflow in gsm_dlci_data_output | Mikhail Kshevetskiy | 2011-09-26 | 1 | -27/+31 | |
| * | | | | | | tty/n_gsm: fix a bug in gsm_dlci_data_output (adaption = 2 case) | Mikhail Kshevetskiy | 2011-09-26 | 1 | -2/+1 | |
| * | | | | | | 8250: ratelimit LSR safety check engaged warning. | Konrad Rzeszutek Wilk | 2011-09-26 | 1 | -2/+2 | |
| * | | | | | | tty/n_gsm: fix bug in tiocmset | Nikola Diklic-Perin | 2011-09-26 | 1 | -1/+1 | |
| * | | | | | | drivers/tty: don't use the byte channel handle as a parameter in ehv_bytechan.c | Timur Tabi | 2011-09-26 | 1 | -5/+2 | |
| * | | | | | | TTY: irq: Remove IRQF_DISABLED | Yong Zhang | 2011-09-22 | 19 | -35/+35 | |
| * | | | | | | serial-core: power up uart port early before we do set_termios when resuming | Ning Jiang | 2011-09-22 | 1 | -0/+2 | |
| * | | | | | | serial: mfd: Initconst section fixes | Andi Kleen | 2011-09-22 | 1 | -1/+1 | |
| * | | | | | | keyboard: Do not include <linux/irq.> | Geert Uytterhoeven | 2011-09-22 | 1 | -1/+2 | |
| * | | | | | | TTY: serial, move 68360 driver to staging | Jiri Slaby | 2011-09-22 | 3 | -2997/+0 | |
| * | | | | | | cris: lower the printk level in cris serial driver | WANG Cong | 2011-09-22 | 1 | -6/+6 | |
| * | | | | | | serial: Support the EFR-register of XR1715x uarts. | Søren Holm | 2011-09-22 | 2 | -1/+52 | |
| * | | | | | | cris: fix a build error in drivers/tty/serial/crisv10.c | WANG Cong | 2011-09-22 | 1 | -2/+2 | |
| * | | | | | | TTY: serial, fix includes in some drivers | Jiri Slaby | 2011-09-22 | 22 | -2/+33 | |
| * | | | | | | TTY: serial, remove dead code from 68328 | Jiri Slaby | 2011-09-22 | 2 | -36/+0 | |
| * | | | | | | 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 |