aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-28serial: pch_uart: Make port type explicitAndy Shevchenko1-20/+15
2017-08-28serial: core: remove unneeded irq_wake flagAndy Shevchenko1-6/+3
2017-08-28serial: stm32-usart: Avoid using irq_wake flagAndy Shevchenko1-1/+1
2017-08-28serial: st-asc: Avoid using irq_wake flagAndy Shevchenko1-1/+1
2017-08-28serial: fsl_lpuart: Avoid using irq_wake flagAndy Shevchenko1-4/+9
2017-08-28tty: serial: msm: Move request_irq to the end of startupNeeraj Upadhyay1-5/+14
2017-08-28serial: pch_uart: Remove unneeded NULL checkFabio Estevam1-2/+1
2017-08-28tty: serial: sprd: fix error return code in sprd_probe()Gustavo A. R. Silva1-2/+2
2017-08-28serial: meson: constify uart_ops structuresJulia Lawall1-1/+1
2017-08-28serial: owl: constify uart_ops structuresJulia Lawall1-1/+1
2017-08-28serial: stm32: fix pio transmit timeoutGerald Baeza1-1/+1
2017-08-28serial: pl011: constify amba_idArvind Yadav1-1/+1
2017-08-28serial: pl010: constify amba_idArvind Yadav1-1/+1
2017-08-28tty: amba-pl011: constify vendor_data structuresJulia Lawall1-2/+2
2017-08-28tty: undo export of tty_open_by_driverOkash Khawaja1-2/+1
2017-08-28tty: resolve tty contention between kernel and user spaceOkash Khawaja1-5/+95
2017-08-24pty: Repair TIOCGPTPEEREric W. Biederman2-37/+30
2017-08-24x86/lguest: Remove lguest supportJuergen Gross1-1/+1
2017-08-23Revert "pty: fix the cached path of the pty slave file descriptor in the master"Linus Torvalds1-5/+2
2017-08-22parisc/8250_gsc: Fix section mismatchesHelge Deller1-4/+4
2017-08-22parisc/mux: Fix section mismatchesHelge Deller1-7/+7
2017-08-17pty: fix the cached path of the pty slave file descriptor in the masterLinus Torvalds1-2/+5
2017-08-15sparc64: vcc: Add install & cleanup TTY operationsJag Raman1-0/+73
2017-08-15sparc64: vcc: Add break_ctl TTY operationJag Raman1-0/+35
2017-08-15sparc64: vcc: Add chars_in_buffer TTY operationJag Raman1-5/+29
2017-08-15sparc64: vcc: Add write & write_room TTY operationsJag Raman1-3/+98
2017-08-15sparc64: vcc: Add hangup TTY operationJag Raman1-0/+41
2017-08-15sparc64: vcc: Add open & close TTY operationsJag Raman1-1/+62
2017-08-15sparc64: vcc: Enable LDC event processing engineJag Raman1-0/+34
2017-08-15sparc64: vcc: Add RX & TX timer for delayed LDC operationJag Raman1-2/+193
2017-08-15sparc64: vcc: Create sysfs attribute groupJag Raman1-0/+82
2017-08-15sparc64: vcc: Enable VCC port probe and removalJag Raman1-0/+379
2017-08-15sparc64: vcc: TTY driver initialization and cleanupJag Raman1-1/+82
2017-08-15sparc64: vcc: Add VCC debug message macrosJag Raman1-0/+41
2017-08-15sparc64: vcc: Enable VCC module in linuxJag Raman3-0/+24
2017-08-14Merge 4.13-rc5 into tty-nextGreg Kroah-Hartman3-27/+39
2017-08-13Merge tag 'tty-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-24/+36
2017-08-02tty: fix __tty_insert_flip_char regressionArnd Bergmann1-1/+2
2017-08-01Revert "serial: Delete dead code for CIR serial ports"Sean Young1-6/+17
2017-08-01gpio: exar: Use correct property prefix and document bindingsJan Kiszka1-2/+2
2017-07-31powerpc/udbg: Reduce the footgun potential of EARLY_DEBUG_LPAR(_HVSI)Michael Ellerman1-0/+12
2017-07-30tty: pl011: fix initialization order of QDF2400 E44Timur Tabi1-18/+19
2017-07-30tty: improve tty_insert_flip_char() slow pathArnd Bergmann1-2/+3
2017-07-30tty: improve tty_insert_flip_char() fast pathArnd Bergmann1-0/+24
2017-07-30serial: fsl_lpuart: clear unsupported options in .rs485_config()Uwe Kleine-König1-0/+5
2017-07-30serial: 8250_pci: Enable device after we check black listAndy Shevchenko1-10/+29
2017-07-30serial: core: move UPF_NO_TXEN_TEST to quirks and renameAndy Shevchenko3-10/+10
2017-07-30serial: core: enforce type for upf_t when copyingAndy Shevchenko1-2/+2
2017-07-30serial: 8250_early: Remove __init marking from early writeJeffy Chen1-4/+4
2017-07-30serial: 8250_ingenic: Remove __init marking from early writeJeffy Chen1-4/+4