Age | Commit message (Expand) | Author | Files | Lines |
2013-01-19 | tty: Added a CONFIG_TTY option to allow removal of TTY | Joe Millenbach | 55 | -47/+165 |
2013-01-19 | tty: Add driver unthrottle in ioctl(...,TCFLSH,..). | Ilya Zykov | 1 | -2/+6 |
2013-01-19 | serial: lpc32xx: Fix fallout from tty_port conversion | Thierry Reding | 1 | -1/+1 |
2013-01-18 | serial: vt8500: Cleanup code using devm_ function | Tony Prisk | 1 | -9/+4 |
2013-01-18 | serial: vt8500: UART uses gated clock rather than 24Mhz reference | Tony Prisk | 4 | -27/+127 |
2013-01-18 | serial: tegra: Switch to using struct tty_port | Thierry Reding | 1 | -12/+15 |
2013-01-18 | serial: imx: Remove unused 'tty' variable | Fabio Estevam | 1 | -1/+0 |
2013-01-18 | serial: pxa: Do not tweak clock in pxa serial write() function | Haojun Bao | 1 | -2/+0 |
2013-01-18 | serial: sccnxp: Fix possible crash if no platform data supplied | Alexander Shiyan | 1 | -2/+2 |
2013-01-18 | serial: rp2: New driver for Comtrol RocketPort 2 cards | Kevin Cernekee | 4 | -0/+913 |
2013-01-18 | tty: rocket: Explicitly list supported PCI IDs | Kevin Cernekee | 1 | -3/+25 |
2013-01-18 | serial: vt8500: ioremap'd resource is never freed | Tony Prisk | 1 | -2/+2 |
2013-01-18 | serial: vt8500: Fix range-checking on vt8500_uart_ports | Tony Prisk | 1 | -2/+2 |
2013-01-18 | tty: serial/crisv10.c: remove unnecessary null pointer check | Cong Ding | 1 | -1/+1 |
2013-01-18 | tty: serial/68328serial.c: remove unnecessary null pointer check | Cong Ding | 1 | -1/+1 |
2013-01-18 | OMAP/serial: Support 1Mbaud and similar baudrates that require Mode16 instead... | Alexey Pelykh | 1 | -10/+28 |
2013-01-18 | serial/arc-uart: Fix section mistmatch | Vineet Gupta | 1 | -2/+2 |
2013-01-18 | serial: sirf: only use lookup table to set baudrate when ioclk=150MHz | Barry Song | 2 | -7/+22 |
2013-01-16 | Staging: sb105x: mark it BROKEN | Greg Kroah-Hartman | 1 | -1/+1 |
2013-01-16 | TTY: mn10300-serial, fix build breakage | Jiri Slaby | 1 | -10/+10 |
2013-01-16 | TTY: ip22zilog, fix tty_flip_buffer_push call | Jiri Slaby | 1 | -18/+12 |
2013-01-16 | serial: 8250_dw: Set maxburst size | Heikki Krogerus | 1 | -2/+4 |
2013-01-16 | serial: 8250_dw: Use ifdef with ACPI | Heikki Krogerus | 1 | -0/+7 |
2013-01-16 | serial: 8250_dma: TX optimisation | Heikki Krogerus | 1 | -3/+3 |
2013-01-16 | serial: 8250_dma: Switch to using tty_port | Heikki Krogerus | 1 | -4/+7 |
2013-01-16 | tty: don't deadlock while flushing workqueue | Sebastian Andrzej Siewior | 1 | -5/+5 |
2013-01-16 | serial: 8250_dw: Enable DMA support with ACPI | Heikki Krogerus | 1 | -0/+65 |
2013-01-16 | serial: 8250: Add support for dmaengine | Heikki Krogerus | 6 | -3/+304 |
2013-01-16 | serial: 8250_dw: Add ACPI 5.0 support | Heikki Krogerus | 2 | -1/+42 |
2013-01-16 | serial: 8250_dw: Set FIFO size dynamically | Heikki Krogerus | 1 | -4/+53 |
2013-01-16 | serial: 8250_dw: Move device tree code to separate function | Heikki Krogerus | 1 | -31/+47 |
2013-01-16 | serial: 8250_dw: Map IO memory | Heikki Krogerus | 1 | -2/+5 |
2013-01-16 | serial: 8250_dw: Don't use UPF_FIXED_TYPE | Heikki Krogerus | 1 | -1/+1 |
2013-01-16 | serial: 8250: Allow drivers to deliver capabilities | Heikki Krogerus | 1 | -6/+16 |
2013-01-16 | tty: Only wakeup the line discipline idle queue when queue is active | Ivo Sieben | 1 | -1/+3 |
2013-01-16 | drivers/tty/serial: extern function which for release resource, need check po... | Chen Gang | 1 | -1/+8 |
2013-01-16 | TTY: hvsi: use for_each_compatible_node() macro | Wei Yongjun | 1 | -3/+1 |
2013-01-16 | serial: sccnxp: Rename header file to match functionality | Alexander Shiyan | 3 | -4/+4 |
2013-01-16 | serial: sccnxp: Implement polling mode | Alexander Shiyan | 2 | -45/+105 |
2013-01-16 | serial: mcf: Add support RS485 in ColdFire serial driver | Quoc-Viet Nguyen | 1 | -0/+71 |
2013-01-16 | TTY: do not reset master's packet mode | Jiri Slaby | 1 | -1/+0 |
2013-01-16 | tty: add parenthesis to macro POLL_PERIOD in rocket.c | Cong Ding | 1 | -1/+1 |
2013-01-16 | tty: cleanup checkpatch warning in pty.c | Cong Ding | 1 | -3/+3 |
2013-01-16 | tty: cleanup the panic message | Cong Ding | 1 | -1/+1 |
2013-01-16 | Revert "n_gsm.c: add tx_lock in gsm_send" | Greg Kroah-Hartman | 1 | -3/+0 |
2013-01-16 | serial: 8250_pci: remove __devexit usage | Greg Kroah-Hartman | 1 | -2/+2 |
2013-01-16 | TTY: nozomi, remove dead code | Jiri Slaby | 1 | -7/+0 |
2013-01-16 | TTY: synclink, remove unneeded tests | Jiri Slaby | 3 | -8/+0 |
2013-01-16 | cyclades: push down tty_port_tty_get | Jiri Slaby | 1 | -122/+115 |
2013-01-16 | TTY: switch tty_schedule_flip | Jiri Slaby | 11 | -100/+51 |