summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-25Revert "serial: omap: unlock the port lock"Felipe Balbi1-4/+1
2014-04-25serial_core: Commonalize crlf when working w/ a non open console portDoug Anderson5-20/+3
2014-04-25tty: serial: replace del_timer by del_timer_syncJulia Lawall1-1/+1
2014-04-25serial: mux: Align SUPPORT_SYSRQ behaviour with other drivers.Daniel Thompson1-1/+1
2014-04-25serial: sh-sci: Add device tree support for r8a7779Simon Horman1-1/+9
2014-04-258250_dw: Support all baudrates on baytrailLoic Poulain1-4/+77
2014-04-25pch_uart: Add uart device to irq nameAlexander Stein1-1/+7
2014-04-25serial_core: fix uart PORT_UNKNOWN handlingThomas Pfaff1-18/+21
2014-04-25serial: samsung: Change barrier() to cpu_relax() in console outputDoug Anderson1-1/+1
2014-04-25serial: samsung: don't check config for every characterDoug Anderson1-5/+6
2014-04-25serial: samsung: Use the passed in "port", fixing kgdb w/ no consoleDoug Anderson1-6/+6
2014-04-25serial: 8250: Fix thread unsafe __dma_tx_complete functionLoic Poulain1-2/+7
2014-04-258250_core: Fix unwanted TX chars writeLoic Poulain1-1/+1
2014-04-17Revert "serial: 8250, disable "too much work" messages"Greg Kroah-Hartman1-1/+2
2014-04-17serial: amba-pl011: fix regression, causing an Oops on rmmodGuennadi Liakhovetski1-1/+5
2014-04-17serial: 8250, disable "too much work" messagesJiri Slaby1-2/+1
2014-04-17serial: omap: Fix missing pm_runtime_resume handling by simplifying codeTony Lindgren1-12/+17