summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* tty: Fix GPF in flush_to_ldisc()Peter Hurley2015-12-131-1/+1
* serial: earlycon: Add missing spinlock initializationGeert Uytterhoeven2015-12-131-0/+2
* serial: sh-sci: Fix length of scatterlistYoshihiro Shimoda2015-12-131-1/+1
* n_tty: Fix poll() after buffer-limited eof push readPeter Hurley2015-12-131-13/+9Star
* serial: 8250_uniphier: fix dl_read and dl_write functionsMasahiro Yamada2015-12-131-2/+6
* serial: export fsl8250_handle_irqArnd Bergmann2015-11-211-0/+1
* serial: 8250_mid: Add missing dependencyHeikki Krogerus2015-11-211-0/+1
* tty: audit: Fix audit sourcePeter Hurley2015-11-212-2/+2
* serial: etraxfs-uart: Fix crashGuenter Roeck2015-11-211-1/+1
* serial: fsl_lpuart: Fix earlycon supportPeter Hurley2015-11-211-1/+1
* bcm63xx_uart: Use the device name when registering an interruptSimon Arlott2015-11-211-1/+1
* tty: Fix direct use of tty buffer workPeter Hurley2015-11-211-1/+1
* tty: Fix tty_send_xchar() lock order inversionPeter Hurley2015-11-212-4/+4
* Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-062-2/+2
|\
| * n_tracesink: stop including <asm-generic/bug>Christoph Hellwig2015-10-151-1/+1
| * n_tracerouter: stop including <asm-generic/bug>Christoph Hellwig2015-10-151-1/+1
* | Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2015-11-054-4/+1Star
|\ \
| | \
| | \
| *-. \ Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown2015-11-044-4/+1Star
| |\ \ \
| | | * | spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-284-4/+1Star
| | |/ /
* | | | Merge tag 'clk-for-linus-20151104' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-11-051-4/+0Star
|\ \ \ \
| * \ \ \ Merge branch 'clk-fixes' into clk-nextStephen Boyd2015-10-021-0/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | serial: 8250_dw: allow lower reference frequenciesAndy Shevchenko2015-10-021-4/+0Star
| | |_|/ | |/| |
* | | | Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-11-0560-1655/+2443
|\ \ \ \
| * | | | tty: Use unbound workqueue for all input workersPeter Hurley2015-10-181-1/+1
| * | | | tty: Abstract tty buffer workPeter Hurley2015-10-184-3/+13
| * | | | tty: Prevent tty teardown during tty_write_message()Peter Hurley2015-10-181-4/+2Star
| * | | | tty: core: Use correct spinlock flavor in tiocspgrp()Peter Hurley2015-10-181-3/+2Star
| * | | | tty: Combine SIGTTOU/SIGTTIN handlingPeter Hurley2015-10-182-46/+26Star
| * | | | 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/+1Star
| * | | | 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: make the UART driver in control of selecting this driverHeikki Krogerus2015-10-181-0/+2
| * | | | 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-182-0/+40
| * | | | tty: disable unbind for old 74xx based serial/mpsc console portPaul Gortmaker2015-10-181-1/+2
| * | | | n_tty: Remove reader wakeups for TTY_BREAK/TTY_PARITY charsPeter Hurley2015-10-181-4/+0Star
| * | | | tty: synclink, fix indentationJiri Slaby2015-10-181-1/+1
| * | | | serial: at91, fix rs485 propertiesJiri Slaby2015-10-181-3/+2Star
| * | | | tty: r3964: Replace/remove bogus tty lock usePeter Hurley2015-10-181-7/+13
| * | | | tty: r3964: Use tty->read_wait waitqueuePeter Hurley2015-10-181-6/+4Star
| * | | | tty: Remove tty_port::close_waitPeter Hurley2015-10-185-6/+0Star
| * | | | tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsPeter Hurley2015-10-187-103/+10Star
| * | | | tty: Remove tty_wait_until_sent_from_close()Peter Hurley2015-10-183-11/+4Star
| * | | | serial: tegra: Add helper function for handling RX bufferJon Hunter2015-10-181-42/+24Star
| * | | | serial: tegra: Remove redundant code and check in tegra_uart_stop_rx()Jon Hunter2015-10-181-10/+7Star
| * | | | serial: tegra: Remove unnecessary return statementsJon Hunter2015-10-181-11/+0Star
| * | | | serial: tegra: Handle another RX race conditionJon Hunter2015-10-181-8/+2Star
| * | | | serial: 8250_omap: Remove RTS clearPeter Hurley2015-10-181-1/+0Star