summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250_pci: use local device ID for ADDI-DATA APCI-7800Ian Abbott2013-07-261-2/+3
* serial: 8250_pci: replace PCI_VENDOR_ID_ADDIDATA_OLDIan Abbott2013-07-261-2/+2
* pci_ids.h: move PCI_VENDOR_ID_AMCC hereIan Abbott2013-07-261-1/+0
* serial:st-asc: Add ST ASC driver.Srinivas Kandagatla2013-07-263-0/+954
* serial/efm32-uart: make of_device_id array constUwe Kleine-König2013-07-261-1/+1
* serial/efm32-uart: use COMPILE_TEST symbol to extend compile test coverageUwe Kleine-König2013-07-261-2/+2
* msm_serial: add missing iounmap() on error in msm_request_port()Wei Yongjun2013-07-261-1/+3
* serial: bfin_uart: Remove redundant testing for ifdef CONFIG_SERIAL_BFIN_MODULEAxel Lin2013-07-261-4/+0
* pch_uart: Use DMI interface for board detectionDarren Hart2013-07-261-22/+49
* serial: report base_baud after initializationKees Cook2013-07-261-2/+2
* serial: omap: enable PM runtime only when its fully configuredGrygorii Strashko2013-07-261-1/+2
* serial: fsl_lpuart: Return proper error on lpuart_serial_init error pathAxel Lin2013-07-261-1/+1
* serial: fsl_lpuart: restore UARTCR2 after watermark setup is doneShawn Guo2013-07-261-0/+5
* serial: omap: Fix IRQ handling return valueRuchika Kharwar2013-07-261-3/+1
* serial: omap: Initialize platform_dataVikram Pandita2013-07-261-1/+3
* OMAP: UART: Fix the revision register read.Ruchika Kharwar2013-07-261-1/+1
* OMAP: UART: Keep the TX fifo full when possibleDmitry Fink2013-07-261-1/+2
* OMAP2+: UART: enable tx wakeup bit for wer regGovindraj.R2013-07-261-1/+15
* 8250_pci: improve code comments and Kconfig helpStefan Seyfried2013-07-262-0/+8
* serial: max310x: Add MAX14830 supportAlexander Shiyan2013-07-262-2/+45
* serial: max310x: Add MAX3109 supportAlexander Shiyan2013-07-262-5/+32
* serial: max310x: Driver reworkAlexander Shiyan2013-07-262-469/+453
* serial: imx: add DMA support for imx6qHuang Shijie2013-07-261-5/+400
* serial/imx: fix custom-baudrate handlingHubert Feurstein2013-07-261-0/+5
* serial: imx: distinguish the imx6q uart from the othersHuang Shijie2013-07-261-2/+15
* serial: imx: remove the uart_console() checkHuang Shijie2013-07-261-26/+43
* serial: remove unnecessary platform_set_drvdata()Jingoo Han2013-07-2614-31/+3
* tty/hvc_iucv: Disconnect IUCV connection when lowering DTRHendrik Brueckner2013-07-241-13/+51
* tty/hvc_console: Add DTR/RTS callback to handle HUPCL controlHendrik Brueckner2013-07-242-1/+13
* drivers/tty/serial: don't use devm_pinctrl_get_select_default() in probeWolfram Sang2013-07-244-34/+0
* Drivers: tty: n_gsm.c: fixed 7 errors & 6 warnings that checkpatch complainedAldo Iljazi2013-07-241-13/+16
* tty: Fix lock order in tty_do_resize()Peter Hurley2013-07-242-7/+8
* tty: Remove extra wakeup from pty write() pathPeter Hurley2013-07-241-3/+1
* n_tty: Factor LNEXT processing from per-char i/o pathPeter Hurley2013-07-241-72/+94
* n_tty: Un-inline single-use functionsPeter Hurley2013-07-241-6/+5
* n_tty: Remove overflow tests from receive_buf() pathPeter Hurley2013-07-241-48/+37
* n_tty: Factor PARMRK from normal per-char i/oPeter Hurley2013-07-241-2/+43
* n_tty: Factor ISTRIP and IUCLC receive_buf into separate fnPeter Hurley2013-07-241-12/+32
* n_tty: Split n_tty_receive_char()Peter Hurley2013-07-241-47/+56
* n_tty: Eliminate char tests from IXANY restart testPeter Hurley2013-07-241-7/+12
* n_tty: Factor standard per-char i/o into separate fnPeter Hurley2013-07-241-10/+17
* n_tty: Fix build breakage on ppc64Peter Hurley2013-07-241-0/+1
* n_tty: Factor tty->closing receive_buf() into separate fnPeter Hurley2013-07-231-11/+39
* n_tty: Special case EXTPROC receive_buf() as raw modePeter Hurley2013-07-231-1/+2
* n_tty: Factor raw mode receive_buf() into separate fnPeter Hurley2013-07-231-5/+19
* n_tty: Factor flagged char handling into separate fnPeter Hurley2013-07-231-21/+29
* n_tty: Factor signal char handling into separate fnPeter Hurley2013-07-231-24/+28
* n_tty: Factor 'real raw' receive_buf into standalone fnPeter Hurley2013-07-231-21/+30
* n_tty: Simplify __receive_buf loop countPeter Hurley2013-07-231-5/+3
* n_tty: Rename process_char_map to char_mapPeter Hurley2013-07-231-23/+20