summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2011-12-09serial: move struct uart_8250_port from 8250.c to 8250.hPaul Gortmaker2-26/+26
2011-12-09msm_serial_hs: Fix spinlock recursion in handling CTSMayank Rana1-5/+2
2011-12-09msm_serial_hs: Fix type inconsistency for tx and rx command_ptr_ptrMayank Rana1-8/+8
2011-12-09serial: fix serial_cs I/O windows for Argosy RS-COM 2PMaciej Szmigiero1-4/+4
2011-12-09serial: 8250: replace hardcoded 0xbf with #defineWolfram Sang1-1/+1
2011-12-09serial: bfin-sport-uart: Add tty ASYNC_CTS_FLOW flag to do CTS flow control.Sonic Zhang1-1/+3
2011-12-09serial: bfin-sport-uart: Request CTS GPIO PIN when the sport emulated serial ...Sonic Zhang1-9/+9
2011-12-09tty: bfin-sport-uart: Rx interrupt is not called always with irq disabled.Sonic Zhang1-2/+3
2011-12-09serial: bfin-uart: remove redundant CTS check for hardware CTS control.Sonic Zhang1-23/+1
2011-12-09serial: bfin-uart: Add tty ASYNC_CTS_FLOW flag to do CTS flow control.Sonic Zhang1-1/+3
2011-12-09serial: bfin-uart: Request CTS GPIO PIN when the serial device starts up.Sonic Zhang1-10/+9
2011-11-30TTY: serial: convert drivers/tty/serial/* to use module_platform_driver()Axel Lin4-50/+4
2011-11-26TTY: Remove redundant spi driver bus initializationLars-Peter Clausen5-5/+0
2011-11-26serial/8250_pci: init-quirk msi support for kt serial controllerDan Williams1-0/+14
2011-11-26serial/8250_pci: setup-quirk workaround for the kt serial controllerDan Williams2-2/+19
2011-11-26serial/mxs-auart: only wake up tty layer onceUwe Kleine-König1-2/+3
2011-11-26serial/imx: propagate error of platform_driver_register in init routineUwe Kleine-König1-1/+1
2011-11-26OMAP: UART: fix the return type of check_modem_statusShubhrajyoti D1-1/+1
2011-11-26Merge 3.2-rc3 into tty-next to handle merge conflict in tty_ldisc.cGreg Kroah-Hartman6-36/+46
2011-11-21Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds5-36/+27
2011-11-17UART: add CSR SiRFprimaII SoC on-chip uart driversRong Wang4-0/+990
2011-11-15Revert "tty/serial: Prevent drop of DCD on suspend for Tegra UARTs"Greg Kroah-Hartman2-16/+0
2011-11-15TTY: serial, extract uart_port_startupJiri Slaby1-15/+28
2011-11-15TTY: serial, fill uart_port_shutdownJiri Slaby1-18/+24
2011-11-15TTY: serial, define uart_port_activate/shutdownJiri Slaby1-0/+11
2011-11-15TTY: serial, inline uart_getJiri Slaby1-44/+22
2011-11-15TTY: serial, do not touch tty->alt_speedJiri Slaby1-3/+1
2011-11-15TTY: serial, document few functionsJiri Slaby1-0/+20
2011-11-15TTY: serial, use tty_port_close_start helperJiri Slaby1-39/+1
2011-11-15TTY: serial, switch closing_wait and close_delay to jiffiesJiri Slaby1-9/+10
2011-11-15TTY: serial, cleanup atmel_set_ldiscJiri Slaby1-6/+1
2011-11-15TTY: serial, cleanup include fileJiri Slaby1-0/+82
2011-11-15serial: OMAP2+: UART: Make the SERIAL_OMAP depend on ARCH_OMAP2PLUSShubhrajyoti D1-1/+1
2011-11-15drivers/tty/serial/pch_uart.c: add console supportAlexander Stein2-1/+168
2011-11-15serial, mfd: don't hardcode the consoleMika Westerberg1-11/+7
2011-11-15RS485: fix inconsistencies in the meaning of some variablesClaudio Scordino2-21/+5
2011-11-15pch_uart: Fix DMA resource leak issueTomoya MORINAGA1-2/+2
2011-11-15serial,mfd: Fix CMSPAR setupAlan Cox1-3/+1
2011-11-15tty/serial: Prevent drop of DCD on suspend for Tegra UARTsDoug Anderson2-0/+16
2011-11-15pch_uart: Change company name OKI SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA1-3/+3
2011-11-15pch_uart: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA2-7/+15
2011-11-15pch_uart: Fix hw-flow control issueTomoya MORINAGA1-0/+1
2011-11-11Merge branches 'sh/pm-runtime' and 'common/clkfwk' into sh-fixes-for-linusPaul Mundt10-41/+16
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-1/+8
2011-11-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-23/+0
2011-11-04Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-17/+8
2011-11-04serial: sh-sci: Fix up SH-2A SCIF support.Phil Edworthy1-0/+19
2011-11-01Merge branch 'next/dt' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds1-10/+20
2011-10-31tty: Add export.h for EXPORT_SYMBOL/THIS_MODULE to exportersPaul Gortmaker1-0/+1
2011-10-31tty: Add module.h to drivers/tty users who just expect it there.Paul Gortmaker7-1/+7