summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2013-07-26tty: Remove dead codeAndreas Platschek
2013-07-26msm_serial: Send more than 1 character at a time on UARTDMStephen Boyd
2013-07-26msm_serial: Make baud_code detection more dynamicStephen Boyd
2013-07-26msm_serial: Fix sparse warningsStephen Boyd
2013-07-26msm_serial: Fix NUL byte output on UARTDMStephen Boyd
2013-07-26serial: 8250_pci: use local device ID for ADDI-DATA APCI-7800Ian Abbott
2013-07-26serial: 8250_pci: replace PCI_VENDOR_ID_ADDIDATA_OLDIan Abbott
2013-07-26pci_ids.h: move PCI_VENDOR_ID_AMCC hereIan Abbott
2013-07-26serial:st-asc: Add ST ASC driver.Srinivas Kandagatla
2013-07-26serial/efm32-uart: make of_device_id array constUwe Kleine-König
2013-07-26serial/efm32-uart: use COMPILE_TEST symbol to extend compile test coverageUwe Kleine-König
2013-07-26msm_serial: add missing iounmap() on error in msm_request_port()Wei Yongjun
2013-07-26serial: bfin_uart: Remove redundant testing for ifdef CONFIG_SERIAL_BFIN_MODULEAxel Lin
2013-07-26pch_uart: Use DMI interface for board detectionDarren Hart
2013-07-26serial: report base_baud after initializationKees Cook
2013-07-26serial: omap: enable PM runtime only when its fully configuredGrygorii Strashko
2013-07-26serial: fsl_lpuart: Return proper error on lpuart_serial_init error pathAxel Lin
2013-07-26serial: fsl_lpuart: restore UARTCR2 after watermark setup is doneShawn Guo
2013-07-26serial: omap: Fix IRQ handling return valueRuchika Kharwar
2013-07-26serial: omap: Initialize platform_dataVikram Pandita
2013-07-26OMAP: UART: Fix the revision register read.Ruchika Kharwar
2013-07-26OMAP: UART: Keep the TX fifo full when possibleDmitry Fink
2013-07-26OMAP2+: UART: enable tx wakeup bit for wer regGovindraj.R
2013-07-268250_pci: improve code comments and Kconfig helpStefan Seyfried
2013-07-26serial: max310x: Add MAX14830 supportAlexander Shiyan
2013-07-26serial: max310x: Add MAX3109 supportAlexander Shiyan
2013-07-26serial: max310x: Driver reworkAlexander Shiyan
2013-07-26serial: imx: add DMA support for imx6qHuang Shijie
2013-07-26serial/imx: fix custom-baudrate handlingHubert Feurstein
2013-07-26serial: imx: distinguish the imx6q uart from the othersHuang Shijie
2013-07-26serial: imx: remove the uart_console() checkHuang Shijie
2013-07-26serial: remove unnecessary platform_set_drvdata()Jingoo Han
2013-07-24tty/hvc_iucv: Disconnect IUCV connection when lowering DTRHendrik Brueckner
2013-07-24tty/hvc_console: Add DTR/RTS callback to handle HUPCL controlHendrik Brueckner
2013-07-24drivers/tty/serial: don't use devm_pinctrl_get_select_default() in probeWolfram Sang
2013-07-24Drivers: tty: n_gsm.c: fixed 7 errors & 6 warnings that checkpatch complainedAldo Iljazi
2013-07-24tty: Fix lock order in tty_do_resize()Peter Hurley
2013-07-24tty: Remove extra wakeup from pty write() pathPeter Hurley
2013-07-24n_tty: Factor LNEXT processing from per-char i/o pathPeter Hurley
2013-07-24n_tty: Un-inline single-use functionsPeter Hurley
2013-07-24n_tty: Remove overflow tests from receive_buf() pathPeter Hurley
2013-07-24n_tty: Factor PARMRK from normal per-char i/oPeter Hurley
2013-07-24n_tty: Factor ISTRIP and IUCLC receive_buf into separate fnPeter Hurley
2013-07-24n_tty: Split n_tty_receive_char()Peter Hurley
2013-07-24n_tty: Eliminate char tests from IXANY restart testPeter Hurley
2013-07-24n_tty: Factor standard per-char i/o into separate fnPeter Hurley
2013-07-24n_tty: Fix build breakage on ppc64Peter Hurley
2013-07-24n_tty: Factor tty->closing receive_buf() into separate fnPeter Hurley
2013-07-24n_tty: Special case EXTPROC receive_buf() as raw modePeter Hurley
2013-07-24n_tty: Factor raw mode receive_buf() into separate fnPeter Hurley