summaryrefslogtreecommitdiff
path: root/drivers/tty (follow)
Commit message (Expand)AuthorAge
...
| * | | | | serial: fsl_lpuart: restore UARTCR2 after watermark setup is doneShawn Guo2013-07-26
| * | | | | serial: omap: Fix IRQ handling return valueRuchika Kharwar2013-07-26
| * | | | | serial: omap: Initialize platform_dataVikram Pandita2013-07-26
| * | | | | OMAP: UART: Fix the revision register read.Ruchika Kharwar2013-07-26
| * | | | | OMAP: UART: Keep the TX fifo full when possibleDmitry Fink2013-07-26
| * | | | | OMAP2+: UART: enable tx wakeup bit for wer regGovindraj.R2013-07-26
| * | | | | 8250_pci: improve code comments and Kconfig helpStefan Seyfried2013-07-26
| * | | | | serial: max310x: Add MAX14830 supportAlexander Shiyan2013-07-26
| * | | | | serial: max310x: Add MAX3109 supportAlexander Shiyan2013-07-26
| * | | | | serial: max310x: Driver reworkAlexander Shiyan2013-07-26
| * | | | | serial: imx: add DMA support for imx6qHuang Shijie2013-07-26
| * | | | | serial/imx: fix custom-baudrate handlingHubert Feurstein2013-07-26
| * | | | | serial: imx: distinguish the imx6q uart from the othersHuang Shijie2013-07-26
| * | | | | serial: imx: remove the uart_console() checkHuang Shijie2013-07-26
| * | | | | serial: remove unnecessary platform_set_drvdata()Jingoo Han2013-07-26
| * | | | | tty/hvc_iucv: Disconnect IUCV connection when lowering DTRHendrik Brueckner2013-07-24
| * | | | | tty/hvc_console: Add DTR/RTS callback to handle HUPCL controlHendrik Brueckner2013-07-24
| * | | | | drivers/tty/serial: don't use devm_pinctrl_get_select_default() in probeWolfram Sang2013-07-24
| * | | | | Drivers: tty: n_gsm.c: fixed 7 errors & 6 warnings that checkpatch complainedAldo Iljazi2013-07-24
| * | | | | tty: Fix lock order in tty_do_resize()Peter Hurley2013-07-24
| * | | | | tty: Remove extra wakeup from pty write() pathPeter Hurley2013-07-24
| * | | | | n_tty: Factor LNEXT processing from per-char i/o pathPeter Hurley2013-07-24
| * | | | | n_tty: Un-inline single-use functionsPeter Hurley2013-07-24
| * | | | | n_tty: Remove overflow tests from receive_buf() pathPeter Hurley2013-07-24
| * | | | | n_tty: Factor PARMRK from normal per-char i/oPeter Hurley2013-07-24
| * | | | | n_tty: Factor ISTRIP and IUCLC receive_buf into separate fnPeter Hurley2013-07-24
| * | | | | n_tty: Split n_tty_receive_char()Peter Hurley2013-07-24
| * | | | | n_tty: Eliminate char tests from IXANY restart testPeter Hurley2013-07-24
| * | | | | n_tty: Factor standard per-char i/o into separate fnPeter Hurley2013-07-24
| * | | | | n_tty: Fix build breakage on ppc64Peter Hurley2013-07-24
| * | | | | n_tty: Factor tty->closing receive_buf() into separate fnPeter Hurley2013-07-23
| * | | | | n_tty: Special case EXTPROC receive_buf() as raw modePeter Hurley2013-07-23
| * | | | | n_tty: Factor raw mode receive_buf() into separate fnPeter Hurley2013-07-23
| * | | | | n_tty: Factor flagged char handling into separate fnPeter Hurley2013-07-23
| * | | | | n_tty: Factor signal char handling into separate fnPeter Hurley2013-07-23
| * | | | | n_tty: Factor 'real raw' receive_buf into standalone fnPeter Hurley2013-07-23
| * | | | | n_tty: Simplify __receive_buf loop countPeter Hurley2013-07-23
| * | | | | n_tty: Rename process_char_map to char_mapPeter Hurley2013-07-23
| * | | | | n_tty: Move buffers into n_tty_dataPeter Hurley2013-07-23
| * | | | | n_tty: Remove alias ptrs in __receive_buf()Peter Hurley2013-07-23
| * | | | | n_tty: Fix EOF push handlingPeter Hurley2013-07-23
| * | | | | n_tty: Avoid false-sharing echo buffer indicesPeter Hurley2013-07-23
| * | | | | n_tty: Eliminate counter in __process_echoesPeter Hurley2013-07-23
| * | | | | n_tty: Only flush echo output if actually outputPeter Hurley2013-07-23
| * | | | | n_tty: Process echoes in blocksPeter Hurley2013-07-23
| * | | | | n_tty: Eliminate echo_commit memory barrierPeter Hurley2013-07-23
| * | | | | n_tty: Remove echo_lockPeter Hurley2013-07-23
| * | | | | n_tty: Replace echo_cnt with computed valuePeter Hurley2013-07-23
| * | | | | n_tty: Use separate head and tail indices for echo_bufPeter Hurley2013-07-23
| * | | | | n_tty: Remove unused echo_overrun fieldPeter Hurley2013-07-23