summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-11-0582-1807/+2600
|\
| * tty: Use unbound workqueue for all input workersPeter Hurley2015-10-181-1/+1
| * tty: Abstract tty buffer workPeter Hurley2015-10-185-3/+15
| * tty: Prevent tty teardown during tty_write_message()Peter Hurley2015-10-181-4/+2
| * tty: core: Use correct spinlock flavor in tiocspgrp()Peter Hurley2015-10-181-3/+2
| * tty: Combine SIGTTOU/SIGTTIN handlingPeter Hurley2015-10-183-46/+27
| * serial: amba-pl011: fix incorrect integer size in pl011_fifo_to_tty()Timur Tabi2015-10-181-2/+2
| * ttyFDC: Fix build problems due to use of module_{init,exit}James Hogan2015-10-181-34/+1
| * tty: remove unneeded return statementGuillaume Gomez2015-10-181-1/+1
| * serial: 8250_mid: add support for DMA engine handling from UART MMIOHeikki Krogerus2015-10-182-2/+71
| * dmaengine: hsu: remove platform dataHeikki Krogerus2015-10-185-23/+9
| * dmaengine: hsu: introduce stubs for the exported functionsHeikki Krogerus2015-10-181-0/+10
| * dmaengine: hsu: make the UART driver in control of selecting this driverHeikki Krogerus2015-10-182-7/+4
| * serial: fix mctrl helper functionsArnd Bergmann2015-10-181-2/+2
| * serial: 8250_pci: Intel MID UART support to its own driverHeikki Krogerus2015-10-184-222/+273
| * serial: fsl_lpuart: add earlycon supportStefan Agner2015-10-183-0/+47
| * tty: disable unbind for old 74xx based serial/mpsc console portPaul Gortmaker2015-10-181-1/+2
| * serial: pl011: Spelling s/clocks-names/clock-names/Geert Uytterhoeven2015-10-181-1/+1
| * n_tty: Remove reader wakeups for TTY_BREAK/TTY_PARITY charsPeter Hurley2015-10-181-4/+0
| * tty: synclink, fix indentationJiri Slaby2015-10-181-1/+1
| * serial: at91, fix rs485 propertiesJiri Slaby2015-10-181-3/+2
| * tty: Remove wait_event_interruptible_tty()Peter Hurley2015-10-181-26/+0
| * tty: r3964: Replace/remove bogus tty lock usePeter Hurley2015-10-182-9/+16
| * tty: r3964: Use tty->read_wait waitqueuePeter Hurley2015-10-182-9/+4
| * tty: Remove tty_port::close_waitPeter Hurley2015-10-186-7/+0
| * usb: gadget: gserial: Privatize close_waitPeter Hurley2015-10-181-2/+4
| * tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsPeter Hurley2015-10-189-142/+11
| * tty: Remove tty_wait_until_sent_from_close()Peter Hurley2015-10-185-30/+5
| * serial: tegra: Add helper function for handling RX bufferJon Hunter2015-10-181-42/+24
| * serial: tegra: Remove redundant code and check in tegra_uart_stop_rx()Jon Hunter2015-10-181-10/+7
| * serial: tegra: Remove unnecessary return statementsJon Hunter2015-10-181-11/+0
| * serial: tegra: Handle another RX race conditionJon Hunter2015-10-181-8/+2
| * serial: 8250_omap: Remove RTS clearPeter Hurley2015-10-181-1/+0
| * serial: Enable Freescale 16550 workaround on armScott Wood2015-10-182-2/+7
| * tty: serial: men_z135_uart.c: use mcb memory region size instead of hardcoded...Andreas Werner2015-10-181-8/+15
| * serial: atmel: fix compiler warning on address castAndre Przywara2015-10-181-1/+1
| * Merge 4.3-rc5 into tty-nextGreg Kroah-Hartman2015-10-12421-2011/+3234
| |\
| * | Documentation: improve line discipline method descriptionsTilman Schmidt2015-10-051-21/+39
| * | tty: serial: msm: Remove 115.2 Kbps maximum baud rate limitationIvan T. Ivanov2015-10-041-3/+17
| * | tty: serial: msm: Add RX DMA supportIvan T. Ivanov2015-10-043-3/+236
| * | tty: serial: msm: Add TX DMA supportIvan T. Ivanov2015-10-043-24/+294
| * | tty: serial: msm: Add msm prefix to all driver functionsIvan T. Ivanov2015-10-041-21/+21
| * | tty: serial: msm: replaces (1 << x) with BIT(x) macroPramod Gurav2015-10-041-22/+22
| * | tty: serial: msm: Add mask value for UART_DM registersPramod Gurav2015-10-042-6/+22
| * | sc16is7xx: null ptr checkSean Nyekjaer2015-10-041-0/+6
| * | serial: omap: remove warnings about unused functionsEzequiel Garcia2015-10-041-0/+2
| * | mpsc: use dma_set_mask insted of dma_supportedChristoph Hellwig2015-10-041-1/+1
| * | serial: 8250_dma: no need to sync RX bufferAndy Shevchenko2015-10-041-6/+0
| * | serial: 8250: Refactor serial console restore-from-suspendPeter Hurley2015-10-041-14/+22
| * | serial: 8250: Tolerate clock variance for max baud rateJames Hogan2015-10-041-9/+19