summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2013-02-04tty: set_termios/set_termiox should not return -EINTROleg Nesterov1-2/+2
2013-02-01MIPS: PNX8550: Remove support for SOC and JBS and STB810 boards.Ralf Baechle1-5/+5
2013-01-30tty: Prevent deadlock in n_gsm driverDirkjan Bussink1-1/+41
2013-01-30serial: ralink: adds support for the serial core found on ralink wisocJohn Crispin2-3/+11
2013-01-30TTY: synclink: Convert + to | for bit operationsJoe Perches3-46/+46
2013-01-30serial/8250: Add suport for later SUNIX (TIMEDIA) boards.Stephen Chivers1-0/+33
2013-01-29Revert "n_tty: Unthrottle tty when flushing read buffer"Greg Kroah-Hartman1-2/+0
2013-01-29Merge branch 'master' into for-nextJiri Kosina102-1656/+3890
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman9-8/+63
2013-01-25Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman9-8/+71
2013-01-25serial: tegra: Fix compilation errorVenu Byravarasu1-1/+1
2013-01-25serial: pxa: fine-tune clk useageYi Zhang1-1/+11
2013-01-25serial: pch_uart: fix sysrq handling for pch_uartLiang Li1-0/+2
2013-01-25n_tty: Unthrottle tty when flushing read bufferKarthik Manamcheri1-0/+2
2013-01-25goldfish: move to tty_port for flip buffersAlan Cox1-12/+7
2013-01-22serial: Convert to devm_ioremap_resource()Thierry Reding1-4/+4
2013-01-22serial: xilinx_uartps: Remove leftover __exit_p()Michal Simek1-1/+1
2013-01-22serial:ifx6x60: Remove memset for SPI framechanning1-1/+0
2013-01-21goldfish: tty driverArve Hjønnevåg3-0/+340
2013-01-21serial: sccnxp: Make baudrate table struct staticAlexander Shiyan1-4/+2
2013-01-21serial: sccnxp: Reset break and overrun bits in RX handlerAlexander Shiyan1-1/+6
2013-01-21serial/efm32: parse location propertyUwe Kleine-König1-7/+24
2013-01-21serial: xilinx_uartps: Get clock rate info from dtsJosh Cartwright1-15/+19
2013-01-20pch_uart: add sysrq supportLiang Li1-8/+19
2013-01-20pch_uart: fix a deadlock when pch_uart as consoleLiang Li1-7/+22
2013-01-20tty: Correct tty buffer flush.Ilya Zykov1-70/+22
2013-01-20drivers/tty/serial/8250: use strlcpy instead of strcpyChen Gang1-1/+1
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach4-1/+21
2013-01-18tty: Add driver unthrottle in ioctl(...,TCFLSH,..).Ilya Zykov1-2/+6
2013-01-18serial: lpc32xx: Fix fallout from tty_port conversionThierry Reding1-1/+1
2013-01-17serial: vt8500: Cleanup code using devm_ functionTony Prisk1-9/+4
2013-01-17serial: vt8500: UART uses gated clock rather than 24Mhz referenceTony Prisk1-15/+19
2013-01-17serial: tegra: Switch to using struct tty_portThierry Reding1-12/+15
2013-01-17serial: imx: Remove unused 'tty' variableFabio Estevam1-1/+0
2013-01-17serial: pxa: Do not tweak clock in pxa serial write() functionHaojun Bao1-2/+0
2013-01-17serial: sccnxp: Fix possible crash if no platform data suppliedAlexander Shiyan1-2/+2
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...Alexey 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