aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-17serial: rp2: New driver for Comtrol RocketPort 2 cardsKevin Cernekee3-0/+910
2013-01-17tty: rocket: Explicitly list supported PCI IDsKevin Cernekee1-3/+25
2013-01-17serial: vt8500: ioremap'd resource is never freedTony Prisk1-2/+2
2013-01-17serial: vt8500: Fix range-checking on vt8500_uart_portsTony Prisk1-2/+2
2013-01-17tty: serial/crisv10.c: remove unnecessary null pointer checkCong Ding1-1/+1
2013-01-17tty: serial/68328serial.c: remove unnecessary null pointer checkCong Ding1-1/+1
2013-01-17OMAP/serial: Support 1Mbaud and similar baudrates that require Mode16 instead of Mode13Alexey Pelykh1-10/+28
2013-01-17serial/arc-uart: Fix section mistmatchVineet Gupta1-2/+2
2013-01-17serial: sirf: only use lookup table to set baudrate when ioclk=150MHzBarry Song2-7/+22
2013-01-178250/16?50: Add support for Broadcom TruManage redirected serial portStephen Hurd3-0/+50
2013-01-17pty: return EINVAL for TIOCGPTN for BSD ptysJiri Slaby1-0/+2
2013-01-17Input: sysrq - allow specifying alternate reset sequenceMathieu Poirier1-74/+202
2013-01-16TTY: ip22zilog, fix tty_flip_buffer_push callJiri Slaby1-18/+12
2013-01-16serial: 8250_dw: Set maxburst sizeHeikki Krogerus1-2/+4
2013-01-16serial: 8250_dw: Use ifdef with ACPIHeikki Krogerus1-0/+7
2013-01-16serial: 8250_dma: TX optimisationHeikki Krogerus1-3/+3
2013-01-16serial: 8250_dma: Switch to using tty_portHeikki Krogerus1-4/+7
2013-01-15tty: don't deadlock while flushing workqueueSebastian Andrzej Siewior1-5/+5
2013-01-15serial: 8250_dw: Enable DMA support with ACPIHeikki Krogerus1-0/+65
2013-01-15serial: 8250: Add support for dmaengineHeikki Krogerus5-3/+300
2013-01-15serial: 8250_dw: Add ACPI 5.0 supportHeikki Krogerus2-1/+42
2013-01-15serial: 8250_dw: Set FIFO size dynamicallyHeikki Krogerus1-4/+53
2013-01-15serial: 8250_dw: Move device tree code to separate functionHeikki Krogerus1-31/+47
2013-01-15serial: 8250_dw: Map IO memoryHeikki Krogerus1-2/+5
2013-01-15serial: 8250_dw: Don't use UPF_FIXED_TYPEHeikki Krogerus1-1/+1
2013-01-15serial: 8250: Allow drivers to deliver capabilitiesHeikki Krogerus1-6/+16
2013-01-15tty: Only wakeup the line discipline idle queue when queue is activeIvo Sieben1-1/+3
2013-01-15drivers/tty/serial: extern function which for release resource, need check pointer, before free itChen Gang1-1/+8
2013-01-15TTY: hvsi: use for_each_compatible_node() macroWei Yongjun1-3/+1
2013-01-15serial: sccnxp: Rename header file to match functionalityAlexander Shiyan1-1/+1
2013-01-15serial: sccnxp: Implement polling modeAlexander Shiyan1-45/+103
2013-01-15serial: mcf: Add support RS485 in ColdFire serial driverQuoc-Viet Nguyen1-0/+71
2013-01-15TTY: do not reset master's packet modeJiri Slaby1-1/+0
2013-01-15tty: add parenthesis to macro POLL_PERIOD in rocket.cCong Ding1-1/+1
2013-01-15tty: cleanup checkpatch warning in pty.cCong Ding1-3/+3
2013-01-15tty: cleanup the panic messageCong Ding1-1/+1
2013-01-15Revert "n_gsm.c: add tx_lock in gsm_send"Greg Kroah-Hartman1-3/+0
2013-01-15serial: 8250_pci: remove __devexit usageGreg Kroah-Hartman1-2/+2
2013-01-15TTY: nozomi, remove dead codeJiri Slaby1-7/+0
2013-01-15TTY: synclink, remove unneeded testsJiri Slaby2-5/+0
2013-01-15cyclades: push down tty_port_tty_getJiri Slaby1-122/+115
2013-01-15TTY: switch tty_schedule_flipJiri Slaby7-67/+34
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby85-468/+224
2013-01-15TTY: move low_latency to tty_portJiri Slaby17-25/+25
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby22-44/+46
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby48-212/+220
2013-01-15TTY: convert more flipping functionsJiri Slaby6-23/+23
2013-01-15TTY: switch tty_buffer_request_room to tty_portJiri Slaby13-28/+39
2013-01-15serial/arc-uart: switch to devicetree based probingVineet Gupta1-3/+40
2013-01-15serial/arc-uart: platform_data order changedVineet Gupta1-5/+6