summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2014-05-28serial: sccnxp: Add IGNPAR flag handlingAlexander Shiyan1-0/+2
2014-05-28serial: sccnxp: Remove useless timer_pending() checkAlexander Shiyan1-3/+1
2014-05-28serial: imx: disable the receiver ready interrupt for imx_stop_rxHuang Shijie1-0/+4
2014-05-28serial: imx: remove the DMA wait queueHuang Shijie1-28/+14
2014-05-28serial: imx: remove the redundant codeHuang Shijie1-9/+0
2014-05-28serial: imx: reset the uart port all the timeHuang Shijie1-12/+10
2014-05-28serial: Add support for Advantech PCM-3614I/PCM-3618I serial expansion cardsThomee Wright1-0/+9
2014-05-28serial: imx: Disable new features of autobaud detectionFabio Estevam1-2/+2
2014-05-28parport: Add support for the WCH353 1S/1P multi-IO cardEzequiel Garcia1-0/+10
2014-05-28serial: efm32: add module_exitVincent Stehlé1-0/+1
2014-05-28serial: samsung: Neaten dbg usesJoe Perches2-26/+32
2014-05-28tty: serial: men_z135_uart: Don't activate TX Space available IRQ on startupJohannes Thumshirn1-3/+4
2014-05-28serial: st-asc: Fix data corruption during long console burstsDaniel Thompson1-4/+4
2014-05-28tty: serial: uartlite: Specify time for sending charsMichal Simek1-4/+13
2014-05-28serial: SERIAL_FSL_LPUART should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2014-05-28serial: sirf: fix spinlock deadlock issueQipan Li2-33/+18
2014-05-28serial: sirf: move to writel for TXFIFO instead of writebBarry Song2-3/+1
2014-05-28serial: add missing SERIAL_CORE dependenciesArnd Bergmann1-0/+3
2014-05-28serial: sc16is7xx: dynamically allocate tx/rx bufferJon Ringle1-9/+8
2014-05-28serial: sc16is7xx: compile I2C when REGMAP_I2C is moduleJan Moskyto Matejka1-2/+0
2014-05-27tty: n_hdlc: Drop redundant error messageJean Delvare1-4/+0
2014-05-27serial: pch_uart: Fix Kconfig dependenciesJean Delvare1-1/+1
2014-05-24Staging: speakup: Update __speakup_paste_selection() tty (ab)usage to match vtBen Hutchings1-0/+2
2014-05-22Merge 3.15-rc6 into staging-next.Greg Kroah-Hartman4-17/+20
2014-05-20tty/serial: pl011: add DT based earlycon supportRob Herring1-0/+1
2014-05-20serial: earlycon: add DT supportRob Herring1-0/+28
2014-05-20Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Rob Herring18-819/+3097
2014-05-16tile: hvc: Use irq_alloc/free_hwirqThomas Gleixner1-4/+4
2014-05-16tile: serial: Use irq_alloc/free_hwirqThomas Gleixner1-4/+4
2014-05-15goldfish: clean up the checkpatch warningsAlan1-26/+34
2014-05-15goldfish: clean up tty 64bit supportAlan1-10/+5
2014-05-15goldfish: enable 64-bit tty driverJun Tian1-0/+9
2014-05-03tty/serial: fix generic earlycon option parsingRob Herring1-13/+5
2014-05-03tty/serial: add back missing setup_early_serial8250_consoleRob Herring1-0/+10
2014-05-03tty: Fix lockless tty buffer racePeter Hurley1-3/+14
2014-05-03Revert "tty: Fix race condition between __tty_buffer_request_room and flush_t...Peter Hurley1-14/+2
2014-05-03drivers/tty/hvc: don't free hvc_console_setup after initTomoki Sekiyama1-1/+1
2014-05-03n_tty: Fix n_tty_write crash when echoing in raw modePeter Hurley1-0/+4
2014-05-03tty: serial: 8250_core.c Bug fix for Exar chips.Michael Welling1-1/+1
2014-04-27Merge 3.15-rc3 into tty-nextGreg Kroah-Hartman5-34/+55
2014-04-25serial: sc16is7xx: fix implicit decl of func copy_{to,from}_userJon Ringle1-0/+1
2014-04-25serial: sc16is7xx: depend on I2CJon Ringle1-0/+1
2014-04-25serial: sc16is7xxJon Ringle3-0/+1289
2014-04-24Revert "serial: sh-sci: Add device tree support for r8a7779"Greg Kroah-Hartman1-9/+1
2014-04-24tty/serial: add arm/arm64 semihosting earlyconRob Herring3-0/+72
2014-04-24tty/serial: pl011: add generic earlycon supportRob Herring2-1/+30
2014-04-24tty/serial: convert 8250 to generic earlyconRob Herring2-123/+16
2014-04-24tty/serial: add generic serial earlyconRob Herring3-0/+161
2014-04-24x86: move FIX_EARLYCON_MEM kconfig into x86Rob Herring1-5/+0
2014-04-24tty: serial: Add driver for MEN's 16z135 High Speed UART.Johannes Thumshirn3-0/+877