aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-26serial: report base_baud after initializationKees Cook1-2/+2
2013-07-26serial: omap: enable PM runtime only when its fully configuredGrygorii Strashko1-1/+2
2013-07-26serial: fsl_lpuart: Return proper error on lpuart_serial_init error pathAxel Lin1-1/+1
2013-07-26serial: fsl_lpuart: restore UARTCR2 after watermark setup is doneShawn Guo1-0/+5
2013-07-26serial: omap: Fix IRQ handling return valueRuchika Kharwar1-3/+1
2013-07-26serial: omap: Initialize platform_dataVikram Pandita1-1/+3
2013-07-26OMAP: UART: Fix the revision register read.Ruchika Kharwar1-1/+1
2013-07-26OMAP: UART: Keep the TX fifo full when possibleDmitry Fink2-1/+3
2013-07-26OMAP2+: UART: enable tx wakeup bit for wer regGovindraj.R1-1/+15
2013-07-268250_pci: improve code comments and Kconfig helpStefan Seyfried2-0/+8
2013-07-26serial: max310x: Add MAX14830 supportAlexander Shiyan3-4/+47
2013-07-26serial: max310x: Add MAX3109 supportAlexander Shiyan3-7/+34
2013-07-26serial: max310x: Driver reworkAlexander Shiyan3-473/+454
2013-07-26serial: imx: add DMA support for imx6qHuang Shijie1-5/+400
2013-07-26serial/imx: fix custom-baudrate handlingHubert Feurstein1-0/+5
2013-07-26serial: imx: distinguish the imx6q uart from the othersHuang Shijie1-2/+15
2013-07-26serial: imx: remove the uart_console() checkHuang Shijie1-26/+43
2013-07-26serial: remove unnecessary platform_set_drvdata()Jingoo Han14-31/+3
2013-07-24tty/hvc_iucv: Disconnect IUCV connection when lowering DTRHendrik Brueckner1-13/+51
2013-07-24tty/hvc_console: Add DTR/RTS callback to handle HUPCL controlHendrik Brueckner2-1/+13
2013-07-24drivers/tty/serial: don't use devm_pinctrl_get_select_default() in probeWolfram Sang4-34/+0
2013-07-24Drivers: tty: n_gsm.c: fixed 7 errors & 6 warnings that checkpatch complainedAldo Iljazi1-13/+16
2013-07-24tty: Fix lock order in tty_do_resize()Peter Hurley3-8/+10
2013-07-24tty: Remove extra wakeup from pty write() pathPeter Hurley1-3/+1
2013-07-24n_tty: Factor LNEXT processing from per-char i/o pathPeter Hurley1-72/+94
2013-07-24n_tty: Un-inline single-use functionsPeter Hurley1-6/+5
2013-07-24n_tty: Remove overflow tests from receive_buf() pathPeter Hurley1-48/+37
2013-07-24n_tty: Factor PARMRK from normal per-char i/oPeter Hurley1-2/+43
2013-07-24n_tty: Factor ISTRIP and IUCLC receive_buf into separate fnPeter Hurley1-12/+32
2013-07-24n_tty: Split n_tty_receive_char()Peter Hurley1-47/+56
2013-07-24n_tty: Eliminate char tests from IXANY restart testPeter Hurley1-7/+12
2013-07-24n_tty: Factor standard per-char i/o into separate fnPeter Hurley1-10/+17
2013-07-24n_tty: Fix build breakage on ppc64Peter Hurley1-0/+1
2013-07-23n_tty: Factor tty->closing receive_buf() into separate fnPeter Hurley1-11/+39
2013-07-23n_tty: Special case EXTPROC receive_buf() as raw modePeter Hurley1-1/+2
2013-07-23n_tty: Factor raw mode receive_buf() into separate fnPeter Hurley1-5/+19
2013-07-23n_tty: Factor flagged char handling into separate fnPeter Hurley1-21/+29
2013-07-23n_tty: Factor signal char handling into separate fnPeter Hurley1-24/+28
2013-07-23n_tty: Factor 'real raw' receive_buf into standalone fnPeter Hurley1-21/+30
2013-07-23n_tty: Simplify __receive_buf loop countPeter Hurley1-5/+3
2013-07-23n_tty: Rename process_char_map to char_mapPeter Hurley1-23/+20
2013-07-23n_tty: Move buffers into n_tty_dataPeter Hurley1-16/+9
2013-07-23n_tty: Remove alias ptrs in __receive_buf()Peter Hurley1-7/+6
2013-07-23n_tty: Fix EOF push handlingPeter Hurley3-19/+17
2013-07-23n_tty: Avoid false-sharing echo buffer indicesPeter Hurley1-5/+4
2013-07-23n_tty: Eliminate counter in __process_echoesPeter Hurley1-8/+1
2013-07-23n_tty: Only flush echo output if actually outputPeter Hurley1-8/+10
2013-07-23n_tty: Process echoes in blocksPeter Hurley1-23/+47
2013-07-23n_tty: Eliminate echo_commit memory barrierPeter Hurley1-11/+20
2013-07-23n_tty: Remove echo_lockPeter Hurley1-47/+28