summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorLines
2014-07-11serial: imx: Fix build breakagePeter Hurley-1/+1
2014-07-10serial: arc_uart: Use uart_circ_empty() for open-coded comparisonPeter Hurley-1/+1
2014-07-10serial: Test for no tx data on tx restartPeter Hurley-3/+18
2014-06-25Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2014-06-19tty/serial: fix 8250 early console option passing to regular consoleRob Herring-2/+5
2014-06-19serial: Fix IGNBRK handlingPeter Hurley-32/+44
2014-06-18tty: serial: msm: Fix section mismatch warningKumar Gala-1/+1
2014-06-17serial: samsung: Fix build errorSachin Kamat-1/+1
2014-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+4
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+29
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+2
2014-06-03Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1000/+3720
2014-06-02Merge tag 'drivers-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-51/+2
2014-05-30Merge tag 'qcom-drivers-for-3.16-2' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson-51/+2
2014-05-29Revert "serial: imx: remove the DMA wait queue"Greg Kroah-Hartman-14/+28
2014-05-29serial: kgdb_nmi: Improve console integration with KDB I/ODaniel Thompson-3/+13
2014-05-29serial: kgdb_nmi: Switch from tasklets to real timersDaniel Thompson-21/+9
2014-05-29serial: kgdb_nmi: Use container_of() to locate private dataDaniel Thompson-8/+5
2014-05-29serial: cpm_uart: No LF conversion in put_poll_char()Daniel Thompson-4/+4
2014-05-29serial: sirf: Fix compilation failureDaniel Thompson-1/+1
2014-05-29tty: serial: msm: Remove direct access to GSBIAndy Gross-51/+2
2014-05-28printk/of_serial: fix serial console cessation part way through boot.Stephen Chivers-0/+1
2014-05-28serial: 8250_dma: check the result of TX buffer mappingHeikki Krogerus-5/+12
2014-05-28serial: uart: add hw flow control support configurationMurali Karicheri-5/+17
2014-05-28tty/serial: at91: add interrupts for modem control linesRichard Genoud-3/+122
2014-05-28tty/serial: at91: use mctrl_gpio helpersRichard Genoud-35/+71
2014-05-28tty/serial: Add GPIOLIB helpers for controlling modem linesRichard Genoud-0/+259
2014-05-28serial: sccnxp: Add IGNPAR flag handlingAlexander Shiyan-0/+2
2014-05-28serial: sccnxp: Remove useless timer_pending() checkAlexander Shiyan-3/+1
2014-05-28serial: imx: disable the receiver ready interrupt for imx_stop_rxHuang Shijie-0/+4
2014-05-28serial: imx: remove the DMA wait queueHuang Shijie-28/+14
2014-05-28serial: imx: remove the redundant codeHuang Shijie-9/+0
2014-05-28serial: imx: reset the uart port all the timeHuang Shijie-12/+10
2014-05-28serial: Add support for Advantech PCM-3614I/PCM-3618I serial expansion cardsThomee Wright-0/+9
2014-05-28serial: imx: Disable new features of autobaud detectionFabio Estevam-2/+2
2014-05-28parport: Add support for the WCH353 1S/1P multi-IO cardEzequiel Garcia-0/+10
2014-05-28serial: efm32: add module_exitVincent Stehlé-0/+1
2014-05-28serial: samsung: Neaten dbg usesJoe Perches-26/+32
2014-05-28tty: serial: men_z135_uart: Don't activate TX Space available IRQ on startupJohannes Thumshirn-3/+4
2014-05-28serial: st-asc: Fix data corruption during long console burstsDaniel Thompson-4/+4
2014-05-28tty: serial: uartlite: Specify time for sending charsMichal Simek-4/+13
2014-05-28serial: SERIAL_FSL_LPUART should depend on HAS_DMAGeert Uytterhoeven-0/+1
2014-05-28serial: sirf: fix spinlock deadlock issueQipan Li-33/+18
2014-05-28serial: sirf: move to writel for TXFIFO instead of writebBarry Song-3/+1
2014-05-28serial: add missing SERIAL_CORE dependenciesArnd Bergmann-0/+3
2014-05-28serial: sc16is7xx: dynamically allocate tx/rx bufferJon Ringle-9/+8
2014-05-28serial: sc16is7xx: compile I2C when REGMAP_I2C is moduleJan Moskyto Matejka-2/+0
2014-05-27serial: pch_uart: Fix Kconfig dependenciesJean Delvare-1/+1
2014-05-20tty/serial: pl011: add DT based earlycon supportRob Herring-0/+1
2014-05-20serial: earlycon: add DT supportRob Herring-0/+28