summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
| * | tty: serial: msm_serial: code cleanup in msm_console_setupPramod Gurav2015-02-021-20/+4
| * | serial: 8250_pci: remove one useless explicit type conversionHeikki Krogerus2015-02-021-2/+2
| * | x86, mrst: remove Moorestown specific serial driversAndy Shevchenko2015-02-024-981/+0
| * | serial: imx: Fix imx_flush_buffer()Fabio Estevam2015-02-021-0/+26
| * | tty: serial: fsl_lpuart: terminate DMA on buffer flushStefan Agner2015-02-021-0/+11
| * | serial: fsl-lpuart: disable interrupt when suspendYuan Yao2015-02-021-0/+13
| * | serial: fsl_lpuart: update RX timer on successful DMA transferStefan Agner2015-02-021-0/+1
| * | serial: fsl_lpuart: move DMA channel request to probeStefan Agner2015-02-021-52/+44
| * | serial: fsl_lpuart: avoid new transfer while DMA is runningStefan Agner2015-02-021-4/+5
| * | serial: fsl_lpuart: delete timer on shutdownStefan Agner2015-02-021-3/+4
| * | tty: Prevent untrappable signals from malicious programPeter Hurley2015-02-021-0/+3
| * | vt: provide notifications on selection changesNicolas Pitre2015-02-021-1/+3
| * | Merge 3.19-rc5 into tty-nextGreg Kroah-Hartman2015-01-195-35/+70
| |\ \
| * | | vt: fix locking around vt_bind/vt_unbindImre Deak2015-01-091-6/+5
| * | | vt: fix check for system/busy console drivers when unregistering themImre Deak2015-01-091-2/+1
| * | | TTY: fix misspelling of current function in stringJulia Lawall2015-01-091-2/+2
| * | | TTY: fix misspelling of current function in stringJulia Lawall2015-01-091-1/+1
| * | | serial: 8250_early: optimize early 8250 uartVineet Gupta2015-01-091-2/+5
| * | | tty: 8250: Add 64byte UART support for FSL platformsVijay Rai2015-01-091-1/+22
| * | | serial: driver for Conexant Digicolor USARTBaruch Siach2015-01-093-0/+579
| * | | serial: imx: ignore framing errors when IGNPAR is set.Eric Nelson2015-01-091-1/+1
| * | | serial: imx: preserve characters with parity or framing errorsEric Nelson2015-01-091-1/+1
| * | | serial: altera-uart: fix NULL device in log messageLey Foon Tan2015-01-091-0/+1
| * | | serial: altera-juart: fix NULL device in log messageLey Foon Tan2015-01-091-0/+1
| * | | serial: samsung: add DMA support for RXRobert Baldyga2015-01-092-3/+231
| * | | serial: samsung: add DMA support for TXRobert Baldyga2015-01-092-16/+225
| * | | serial: samsung: add dma reqest/release functionsRobert Baldyga2015-01-091-0/+101
| * | | serial: samsung: alloc dma stucture in ourportRobert Baldyga2015-01-091-0/+12
| * | | serial: samsung: add struct s3c24xx_uart_dmaRobert Baldyga2015-01-091-0/+38
| * | | serial: imx: Support sw flow control in DMA modeJiada Wang2015-01-091-2/+28
| * | | serial: imx: Fix issue in software flow controlJiada Wang2015-01-091-0/+2
| * | | serial: imx: Enable UCR4_OREN in startup interfaceJiada Wang2015-01-091-7/+8
| * | | serial: imx: start rx_dma once RXFIFO is not emptyRobin Gong2015-01-091-1/+14
| * | | serial: imx: initialized DMA w/o HW flow enabledAnton Bondarenko2015-01-091-7/+8
| * | | serial: imx: disable TDMAEN in imx_flush_buffer()Dirk Behme2015-01-091-0/+15
| * | | serial: imx: call imx_dma_tx() again in dma_tx_callbackJiada Wang2015-01-091-0/+6
| * | | Revert "serial: imx: always wake up the processes in the TX callback"Jiada Wang2015-01-091-1/+2
| * | | serial: imx: use dma_is_txing to synchronize dma_tx_callback and imx_dma_txDirk Behme2015-01-091-7/+7
| * | | serial: imx: unmap scatter gather list in imx_flush_bufferDirk Behme2015-01-091-3/+10
| * | | serial: imx: unmap sg in case of dmaengine_prep_slave_sg() failureDirk Behme2015-01-091-0/+3
| * | | serial: imx: TX DMA: clean up sg initializationDirk Behme2015-01-091-4/+4
| * | | serial: imx: remove unneeded imx_transmit_buffer() from imx_start_tx()Dirk Behme2015-01-091-3/+0
| * | | serial: imx: use locking to stop concurrent access of UCR1Jiada Wang2015-01-091-0/+12
| * | | serial: imx: add CREAD flag supportJiada Wang2015-01-091-1/+9
| * | | tty/serial: at91: fix typo and indentationCyrille Pitchen2015-01-091-18/+22
| * | | tty/serial: at91: fix RTS line management when hardware handshake is enabledCyrille Pitchen2015-01-091-30/+61
| * | | tty/serial: at91: fix error handling in atmel_serial_probe()Cyrille Pitchen2015-01-091-1/+3
| * | | tty/serial: at91: enable peripheral clock before accessing I/O registersCyrille Pitchen2015-01-091-0/+12
| * | | tty/serial: at91: use correct type for dma_sync_*_for_cpu() and dma_sync_*_fo...Cyrille Pitchen2015-01-091-3/+3
| * | | serial: sirf: rename marco to atlas7Barry Song2015-01-092-22/+22