summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2014-12-17serial: samsung: select EXYNOS specific driver data if ARCH_EXYNOS is definedChander Kashyap1-4/+1
2014-11-18serial: samsung: fix maximum baudrateSeung-Woo Kim1-1/+1
2014-11-18serial: samsung: Add exynos3250 dependencyChanwoo Choi1-1/+2
2014-11-18upstream: treewide: Fix typo in printkMasanari Iida1-1/+1
2014-11-18vt: disable console blankMarek Szyprowski1-1/+1
2014-11-18tty: serial: samsung: Remove useless checks in suspend/resume callbacksTomasz Figa1-18/+13
2014-11-14tty: Fix high cpu load if tty is unreleaseablePeter Hurley1-1/+6
2014-11-14serial: Fix divide-by-zero fault in uart_get_divisor()Peter Hurley1-1/+1
2014-10-05serial: 8250_dma: check the result of TX buffer mappingHeikki Krogerus1-5/+12
2014-09-05serial: core: Preserve termios c_cflag for console resumePeter Hurley1-0/+3
2014-08-14sunsab: Fix detection of BREAK on sunsab serial consoleChristopher Alexander Tobias Schulze1-0/+9
2014-07-09serial: 8250_dw: Fix LCR workaround regressionJames Hogan1-2/+4
2014-07-09serial: 8250_dw: Improve unwritable LCR workaroundTim Kryger1-10/+32
2014-07-09serial: 8250_dw: Report CTS asserted for auto flowTim Kryger1-8/+26
2014-06-078250_core: Fix unwanted TX chars writeLoic Poulain1-1/+1
2014-06-07serial: 8250: Fix thread unsafe __dma_tx_complete functionLoic Poulain1-2/+7
2014-05-13n_tty: Fix n_tty_write crash when echoing in raw modePeter Hurley1-0/+4
2014-05-13tty: serial: 8250_core.c Bug fix for Exar chips.Michael Welling1-1/+1
2014-05-13drivers/tty/hvc: don't free hvc_console_setup after initTomoki Sekiyama1-1/+1
2014-05-06hvc: ensure hvc_init is only ever called once in hvc_console.cPaul Gortmaker1-1/+5
2014-04-26tty: Set correct tty name in 'active' sysfs attributeHannes Reinecke1-6/+17
2014-02-22vt: Fix secure clear screenPetr Písař1-0/+2
2014-02-22tty: n_gsm: Fix for modems with brk in modem status controlLars Poeschel1-0/+11
2014-02-06serial: 8250: enable UART_BUG_NOMSR for TegraStephen Warren1-0/+4
2014-02-06serial: 8250: Fix initialisation of Quatech cards with the AMCC PCI chipJonathan Woithe1-2/+2
2014-02-06serial: add support for 200 v3 series Titan cardYegor Yefremov1-0/+4
2014-02-06tty/serial: at91: Handle shutdown more safelyMarek Roszko1-7/+13
2014-01-25serial: amba-pl011: use port lock to guard control register accessJon Medhurst1-0/+6
2014-01-09serial: 8250_dw: add new ACPI IDsMika Westerberg1-0/+2
2014-01-09TTY: pmac_zilog, check existence of ports in pmz_console_init()Geert Uytterhoeven1-0/+3
2013-11-04serial: vt8500: add missing bracesRoel Kluin1-2/+3
2013-10-13xen/hvc: allow xenboot console to be used againDavid Vrabel1-0/+1
2013-10-05serial: pch_uart: fix tty-kref leak in dma-rx pathJohan Hovold1-1/+2
2013-10-05serial: pch_uart: fix tty-kref leak in rx-error pathJohan Hovold1-0/+2
2013-10-05serial: tegra: fix tty-kref leakJohan Hovold1-1/+3
2013-10-05tty: Fix SIGTTOU not sent with tcflush()Peter Hurley1-0/+3
2013-09-26tty: disassociate_ctty() sends the extra SIGCONTOleg Nesterov1-1/+2
2013-09-07powerpc/hvsi: Increase handshake timeout from 200ms to 400ms.Eugene Surovegin1-2/+2
2013-08-11serial/mxs-auart: increase time to wait for transmitter to become idleUwe Kleine-König1-8/+13
2013-08-11serial: arc_uart: Fix module aliasAxel Lin1-1/+1
2013-08-11serial/mxs-auart: fix race condition in interrupt handlerUwe Kleine-König1-8/+9
2013-08-11parisc: Fix interrupt routing for C8000 serial portsThomas Bogendoerfer1-2/+1
2013-08-04tty_port: Fix refcounting leak in tty_port_tty_hangup()Gianluca Anzolin1-3/+2
2013-07-21pch_uart: Add uart_clk selection for the MinnowBoardDarren Hart1-0/+5
2013-07-13Revert "serial: 8250_pci: add support for another kind of NetMos Technology P...Greg Kroah-Hartman1-4/+0
2013-07-13tty: Reset itty for other ptyPeter Hurley1-0/+2
2013-06-22Merge tag 'tty-3.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-12/+6
2013-06-18parisc: fix serial ports on C8000 workstationThomas Bogendoerfer1-1/+9
2013-06-17tty: Fix transient pty write() EIOPeter Hurley1-8/+5
2013-06-17tty/vt: Return EBUSY if deallocating VT1 and it is busyRoss Lagerwall1-4/+1