summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorLines
2014-10-18Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-21/+73
2014-10-16serial: atmel: add missing dmaengine headerVinod Koul-0/+1
2014-10-15Merge branch 'topic/dma_control_cleanup_acks' into for-linusVinod Koul-1/+1
2014-10-15serial: sh-sci: use dmaengine_terminate_all() APIVinod Koul-1/+1
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+0
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds-1/+1
2014-10-11Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-5/+4
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds-1/+2
2014-10-09Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds-14/+9
2014-10-08Merge tag 'tty-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-488/+2183
2014-10-07Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel-5/+4
2014-10-02Revert "serial/core: Initialize the console pm state"Greg Kroah-Hartman-3/+0
2014-10-02powerpc: Remove powerpc specific cmd_lineAnton Blanchard-1/+1
2014-09-28tty: serial: msm: Add earlycon supportStephen Boyd-12/+63
2014-09-28serial/core: Initialize the console pm stateSudhir Sreedharan-0/+3
2014-09-28serial: asc: Conditionally use readl_relaxed (COMPILE_TEST)Daniel Thompson-0/+4
2014-09-28serial: of-serial: add PM suspend/resume supportJingchang Lu-0/+27
2014-09-28tty/metag_da: Add console_poll module parameterJames Hogan-2/+12
2014-09-28serial: 8250_pci: remove rts_n override from Baytrail quirkHeikki Krogerus-13/+0
2014-09-28serial: cadence: Add generic earlycon supportMichal Simek-0/+20
2014-09-28serial: imx: change the wait even to interruptiableHuang Shijie-1/+10
2014-09-28serial: imx: terminate the RX DMA when the UART is suspendingHuang Shijie-6/+8
2014-09-28serial: imx: fix throttle/unthrottle callbacks for hardware assisted flow con...Fugang Duan-4/+2
2014-09-28serial: 8250: Add Quark X1000 to 8250_pci.cBryan O'Donoghue-0/+21
2014-09-28tty: omap-serial: pull out calculation from baud_is_mode16Frans Klaver-18/+24
2014-09-28tty: omap-serial: fix division by zeroFrans Klaver-2/+10
2014-09-28xen_hvc: no reason to write the type key on xenstoreStefano Stabellini-3/+0
2014-09-26tty: serial: 8250_core: remove UART_IER_RDI in serial8250_stop_rx()Sebastian Andrzej Siewior-1/+1
2014-09-26tty: serial: 8250_core: use the ->line argument as a hint in serial8250_find_...Sebastian Andrzej Siewior-0/+5
2014-09-26tty: serial: 8250_core: read only RX if there is something in the FIFOSebastian Andrzej Siewior-5/+6
2014-09-26tty: serial: 8250_core: add run time pmSebastian Andrzej Siewior-13/+121
2014-09-26tty: serial: 8250_core: allow to set ->throttle / ->unthrottle callbacksSebastian Andrzej Siewior-0/+14
2014-09-23tty: Hold termios_rwsem for tcflow(TCIxxx)Peter Hurley-3/+7
2014-09-23tty: Move and rename send_prio_char() as tty_send_xchar()Peter Hurley-33/+33
2014-09-23tty: Serialize tcflow() with other tty flow control changesPeter Hurley-2/+6
2014-09-23tty: Move packet mode flow control notifications to pty driverPeter Hurley-27/+45
2014-09-23tty: Serialize tty flow control changes with flow_lockPeter Hurley-11/+28
2014-09-23serial: core: Use spin_lock_irq() in uart_set_termios()Peter Hurley-5/+4
2014-09-23serial: bfin-uart: Fix auto CTSPeter Hurley-1/+2
2014-09-23serial: core: Privatize tty->hw_stoppedPeter Hurley-22/+20
2014-09-23serial: core: Privatize modem status enable flagsPeter Hurley-13/+18
2014-09-23serial: core: Document and assert lock requirements for irq helpersPeter Hurley-0/+8
2014-09-23tty: sc16is7xx: remove retval from gpiochip_remove()Linus Walleij-8/+5
2014-09-20tty: serial_mctrl_gpio: Fix COMPILE_TEST build for architectures with custom ...Alexander Shiyan-1/+1
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai-1/+0
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe-6/+4
2014-09-14Merge 3.17-rc5 into tty-nextGreg Kroah-Hartman-2/+44
2014-09-11serial: 8250_pci: Add PCI IDs for Intel BraswellAlan Cox-0/+27
2014-09-11serial: 8250: don't use slave_id of dma_slave_configAndy Shevchenko-20/+44