summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2011-12-09Merge branches 'common/clkfwk', 'common/pfc' and 'common/serial-rework' into ...Paul Mundt8-61/+217
2011-12-08pmac_zilog: Fix unexpected irqFinn Thain1-50/+52
2011-12-08SERIAL: AR933X: Add driver for the built-in UART of the SoCGabor Juhos3-0/+712
2011-12-02serial: sh-sci: Handle GPIO function requests.Paul Mundt1-2/+69
2011-12-02serial: sh-sci: Avoid FIFO clear for MCE toggle.Paul Mundt1-6/+13
2011-12-02serial: sh-sci: per-port modem control.Paul Mundt1-11/+20
2011-11-30tty: n_hdlc not atomic use tty->flags.Ilya Zykov1-3/+3
2011-11-30TTY: serial: convert drivers/tty/serial/* to use module_platform_driver()Axel Lin4-50/+4
2011-11-27TTY: Remove redundant spi driver bus initializationLars-Peter Clausen5-5/+0
2011-11-27serial/8250_pci: init-quirk msi support for kt serial controllerDan Williams1-0/+14
2011-11-27serial/8250_pci: setup-quirk workaround for the kt serial controllerDan Williams2-2/+19
2011-11-27serial/mxs-auart: only wake up tty layer onceUwe Kleine-König1-2/+3
2011-11-27serial/imx: propagate error of platform_driver_register in init routineUwe Kleine-König1-1/+1
2011-11-27OMAP: UART: fix the return type of check_modem_statusShubhrajyoti D1-1/+1
2011-11-27Merge 3.2-rc3 into tty-next to handle merge conflict in tty_ldisc.cGreg Kroah-Hartman9-48/+78
2011-11-24serial: sh-sci: Add support for loopback mode.Paul Mundt1-1/+14
2011-11-24serial: sh-sci: Fix up modem control handling.Paul Mundt1-7/+14
2011-11-24serial: sh-sci: Clarify enable_ms/break_ctl comments.Paul Mundt1-2/+7
2011-11-24serial: sh-sci: Support icount statistics for error cases.Paul Mundt1-0/+16
2011-11-24serial: sh-sci: Fix up SCFCR handling.Paul Mundt1-5/+28
2011-11-24Merge branch 'rmobile-fixes-for-linus' into rmobile-latestPaul Mundt1-0/+19
2011-11-24drivers/serial/ucc_uart.c: Add missing call to init UCC UART port timeoutChuck Meade1-0/+3
2011-11-22serial: Kconfig: drop unknown symbol 'ARCH_IMX'Paul Bolle1-1/+1
2011-11-22serial: pl011: Enable module alias autogeneration for AMBA driversDave Martin1-0/+2
2011-11-22serial: pl010: Enable module alias autogeneration for AMBA driversDave Martin1-0/+2
2011-11-22Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds7-43/+52
2011-11-17UART: add CSR SiRFprimaII SoC on-chip uart driversRong Wang4-0/+990
2011-11-17TTY: ldisc, remove some unneeded includesJiri Slaby1-19/+1
2011-11-17TTY: pty, cleanup the pty countingJiri Slaby1-17/+9
2011-11-17TTY: ldisc, wait for ldisc infinitely in hangupJiri Slaby1-2/+17
2011-11-17TTY: ldisc, move wait idle to callerJiri Slaby1-2/+2
2011-11-17TTY: ldisc, allow waiting for ldisc arbitrarily longJiri Slaby1-5/+6
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul3-8/+8
2011-11-16Revert "tty/serial: Prevent drop of DCD on suspend for Tegra UARTs"Greg Kroah-Hartman2-16/+0
2011-11-16TTY: serial, extract uart_port_startupJiri Slaby1-15/+28
2011-11-16TTY: serial, fill uart_port_shutdownJiri Slaby1-18/+24
2011-11-16TTY: serial, define uart_port_activate/shutdownJiri Slaby1-0/+11
2011-11-16TTY: serial, inline uart_getJiri Slaby1-44/+22
2011-11-16TTY: serial, do not touch tty->alt_speedJiri Slaby1-3/+1
2011-11-16TTY: serial, document few functionsJiri Slaby1-0/+20
2011-11-16TTY: serial, use tty_port_close_start helperJiri Slaby1-39/+1
2011-11-16TTY: serial, switch closing_wait and close_delay to jiffiesJiri Slaby1-9/+10
2011-11-16TTY: serial, cleanup atmel_set_ldiscJiri Slaby1-6/+1
2011-11-16TTY: serial, cleanup include fileJiri Slaby1-0/+82
2011-11-16serial: OMAP2+: UART: Make the SERIAL_OMAP depend on ARCH_OMAP2PLUSShubhrajyoti D1-1/+1
2011-11-16TTY: open/release, cleanup printksJiri Slaby1-30/+26
2011-11-16TTY: move debug checking out of tty_releaseJiri Slaby1-44/+57
2011-11-16TTY: move tty_lookup_driver to switch-casesJiri Slaby1-8/+11
2011-11-16TTY: coalesce fail paths in tty_openJiri Slaby1-15/+17
2011-11-16TTY: extract driver lookup from tty_openJiri Slaby1-38/+55