aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-02n_tty: Fix throttle for canon lines > 3967 charsPeter Hurley1-0/+5
2015-02-02n_tty: Eliminate receive_room() from consumer/exclusive pathsPeter Hurley1-11/+12
2015-02-02serial: samsung: Add support for early consoleTomasz Figa2-0/+104
2015-02-02serial: sh-sci: Fix R-Car SCIF and HSCIF overrun handlingHisashi Nakamura1-1/+13
2015-02-02serial: sh-sci: Use dev_dbg() to log an error messageYoshihiro Kaneko1-1/+1
2015-02-02serial: 8250_dma: don't bother DMA with small transfersAndy Shevchenko1-0/+4
2015-02-02serial: 8250_core: remove redundant else keywordAndy Shevchenko1-2/+4
2015-02-02sh-sci: extend PM methodsSergei Shtylyov1-6/+3
2015-02-02pty: Fix overlimit memory usePeter Hurley1-14/+3
2015-02-02tty: xuartps: Fix RX hang, and TX corruption in termios callNathan Rossi1-4/+6
2015-02-02tty/isicom: fix big-endian compile warningArnd Bergmann1-1/+1
2015-02-02serial: mxs-auart: Remove unneeded zeroing of 'ret'Fabio Estevam1-1/+1
2015-02-02serial: mxs-auart: Check for platform_get_irq() errorFabio Estevam1-0/+3
2015-02-02serial: mxs-auart: Remove irq from private structureFabio Estevam1-6/+4
2015-02-02tty/serial: digicolor: remove sysrq referenceBaruch Siach1-4/+1
2015-02-02serial: 8250_pnp: Enable PNP_CONSOLE for console portsPeter Hurley1-1/+7
2015-02-02tty: serial: msm_serial: Remove console unregistration from driver exit.Pramod Gurav1-3/+0
2015-02-02tty: serial: msm_serial: code cleanup in msm_console_setupPramod Gurav1-20/+4
2015-02-02serial: 8250_pci: remove one useless explicit type conversionHeikki Krogerus1-2/+2
2015-02-02x86, mrst: remove Moorestown specific serial driversAndy Shevchenko4-981/+0
2015-02-02serial: imx: Fix imx_flush_buffer()Fabio Estevam1-0/+26
2015-02-02tty: serial: fsl_lpuart: terminate DMA on buffer flushStefan Agner1-0/+11
2015-02-02serial: fsl-lpuart: disable interrupt when suspendYuan Yao1-0/+13
2015-02-02serial: fsl_lpuart: update RX timer on successful DMA transferStefan Agner1-0/+1
2015-02-02serial: fsl_lpuart: move DMA channel request to probeStefan Agner1-52/+44
2015-02-02serial: fsl_lpuart: avoid new transfer while DMA is runningStefan Agner1-4/+5
2015-02-02serial: fsl_lpuart: delete timer on shutdownStefan Agner1-3/+4
2015-02-02tty: Prevent untrappable signals from malicious programPeter Hurley1-0/+3
2015-02-02vt: provide notifications on selection changesNicolas Pitre1-1/+3
2015-01-22s390/hvc_iucv: add simple wildcard matches to the iucv allow filterHendrik Brueckner1-7/+24
2015-01-19Merge 3.19-rc5 into tty-nextGreg Kroah-Hartman5-35/+70
2015-01-09vt: fix locking around vt_bind/vt_unbindImre Deak1-6/+5
2015-01-09vt: fix check for system/busy console drivers when unregistering themImre Deak1-2/+1
2015-01-09TTY: fix misspelling of current function in stringJulia Lawall1-2/+2
2015-01-09TTY: fix misspelling of current function in stringJulia Lawall1-1/+1
2015-01-09serial: 8250_early: optimize early 8250 uartVineet Gupta1-2/+5
2015-01-09tty: 8250: Add 64byte UART support for FSL platformsVijay Rai1-1/+22
2015-01-09serial: driver for Conexant Digicolor USARTBaruch Siach3-0/+579
2015-01-09serial: imx: ignore framing errors when IGNPAR is set.Eric Nelson1-1/+1
2015-01-09serial: imx: preserve characters with parity or framing errorsEric Nelson1-1/+1
2015-01-09serial: altera-uart: fix NULL device in log messageLey Foon Tan1-0/+1
2015-01-09serial: altera-juart: fix NULL device in log messageLey Foon Tan1-0/+1
2015-01-09serial: samsung: add DMA support for RXRobert Baldyga2-3/+231
2015-01-09serial: samsung: add DMA support for TXRobert Baldyga2-16/+225
2015-01-09serial: samsung: add dma reqest/release functionsRobert Baldyga1-0/+101
2015-01-09serial: samsung: alloc dma stucture in ourportRobert Baldyga1-0/+12
2015-01-09serial: samsung: add struct s3c24xx_uart_dmaRobert Baldyga1-0/+38
2015-01-09serial: imx: Support sw flow control in DMA modeJiada Wang1-2/+28
2015-01-09serial: imx: Fix issue in software flow controlJiada Wang1-0/+2
2015-01-09serial: imx: Enable UCR4_OREN in startup interfaceJiada Wang1-7/+8