aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-07-26msm_serial: Send more than 1 character at a time on UARTDMStephen Boyd1-19/+32
2013-07-26msm_serial: Make baud_code detection more dynamicStephen Boyd2-68/+48
2013-07-26msm_serial: Fix sparse warningsStephen Boyd1-10/+7
2013-07-26msm_serial: Fix NUL byte output on UARTDMStephen Boyd2-5/+10
2013-07-26serial: 8250_pci: use local device ID for ADDI-DATA APCI-7800Ian Abbott1-2/+3
2013-07-26serial: 8250_pci: replace PCI_VENDOR_ID_ADDIDATA_OLDIan Abbott1-2/+2
2013-07-26pci_ids.h: move PCI_VENDOR_ID_AMCC hereIan Abbott1-1/+0
2013-07-26serial:st-asc: Add ST ASC driver.Srinivas Kandagatla3-0/+954
2013-07-26serial/efm32-uart: make of_device_id array constUwe Kleine-König1-1/+1
2013-07-26serial/efm32-uart: use COMPILE_TEST symbol to extend compile test coverageUwe Kleine-König1-2/+2
2013-07-26msm_serial: add missing iounmap() on error in msm_request_port()Wei Yongjun1-1/+3
2013-07-26serial: bfin_uart: Remove redundant testing for ifdef CONFIG_SERIAL_BFIN_MODULEAxel Lin1-4/+0
2013-07-26pch_uart: Use DMI interface for board detectionDarren Hart1-22/+49
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 Fink1-1/+2
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 Shiyan2-2/+45
2013-07-26serial: max310x: Add MAX3109 supportAlexander Shiyan2-5/+32
2013-07-26serial: max310x: Driver reworkAlexander Shiyan2-469/+453
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 Hurley2-7/+8
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