summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2014-05-28tty/serial: Add GPIOLIB helpers for controlling modem linesRichard Genoud4-0/+259
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-27serial: pch_uart: Fix Kconfig dependenciesJean Delvare1-1/+1
2014-05-04tty/serial: fix generic earlycon option parsingRob Herring1-13/+5
2014-05-04tty/serial: add back missing setup_early_serial8250_consoleRob Herring1-0/+10
2014-04-28Merge 3.15-rc3 into tty-nextGreg Kroah-Hartman4-32/+41
2014-04-26serial: sc16is7xx: fix implicit decl of func copy_{to,from}_userJon Ringle1-0/+1
2014-04-26serial: sc16is7xx: depend on I2CJon Ringle1-0/+1
2014-04-25serial: sc16is7xxJon Ringle3-0/+1289
2014-04-25Revert "serial: sh-sci: Add device tree support for r8a7779"Greg Kroah-Hartman1-9/+1
2014-04-25tty/serial: add arm/arm64 semihosting earlyconRob Herring3-0/+72
2014-04-25tty/serial: pl011: add generic earlycon supportRob Herring2-1/+30
2014-04-25tty/serial: convert 8250 to generic earlyconRob Herring2-123/+16
2014-04-25tty/serial: add generic serial earlyconRob Herring3-0/+161
2014-04-25x86: move FIX_EARLYCON_MEM kconfig into x86Rob Herring1-5/+0
2014-04-25tty: serial: Add driver for MEN's 16z135 High Speed UART.Johannes Thumshirn3-0/+877
2014-04-25tty: xuartps: Rebrand driver as Cadence UARTSoren Brinkmann2-447/+470
2014-04-25tty: xuartps: Don't write IRQ disable register to enable interruptsSoren Brinkmann1-5/+1
2014-04-25tty: xuartps: Refactor read-modify-writesSoren Brinkmann1-28/+24
2014-04-25tty: xuartps: Print warning in clock notifierSoren Brinkmann1-1/+3
2014-04-25tty: xuartps: Clean upSoren Brinkmann1-136/+74
2014-04-25tty: xuartps: Initialize ports according to aliasesMichal Simek1-8/+16
2014-04-25tty: xuartps: Fix kernel-doc errors in the driverMichal Simek1-60/+49
2014-04-25tty: serial: omap: fix Sparse warningsFelipe Balbi1-2/+2
2014-04-25tty: serial: omap: remove unneeded singlethread workqueueFelipe Balbi1-3/+0
2014-04-25tty: serial: omap: remove some dead codeFelipe Balbi1-39/+0
2014-04-25tty: serial: omap: switch over to devm_ioremap_resourceFelipe Balbi1-23/+9
2014-04-25tty: serial: omap: switch over to platform_get_resourceFelipe Balbi1-7/+3
2014-04-25tty: serial: omap: cleanup variable declarationsFelipe Balbi1-3/+6
2014-04-25tty: serial: omap: switch over to devm_request_gpioFelipe Balbi1-2/+3
2014-04-25tty: serial: add missing bracesFelipe Balbi1-1/+4