aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2019-12-17tty/serial: atmel: fix out of range clock divider handlingGravatar David Engraf 1-21/+22
2019-12-17tty: link tty and port before configuring it as consoleGravatar Sudip Mukherjee 2-1/+3
2019-12-12serial: sprd: Add clearing break interrupt operationGravatar Yonghan Ye 1-0/+3
2019-12-12tty: serial: msm_serial: Fix lockup for sysrq and oopsGravatar Leo Yan 1-2/+11
2019-12-03Merge tag 'tty-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 36-702/+641
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-5/+3
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+5
2019-11-28Merge branch 'pci/resource'Gravatar Bjorn Helgaas 1-5/+3
2019-11-27Merge tag 'riscv/for-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-2/+2
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+8
2019-11-27Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-0/+2
2019-11-27Revert "serial/8250: Add support for NI-Serial PXI/PXIe+485 devices"Gravatar Je Yen Tam 1-288/+4
2019-11-27vcs: prevent write access to vcsu devicesGravatar Nicolas Pitre 1-0/+3
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-4/+4
2019-11-23tty: vt: keyboard: reject invalid keycodesGravatar Dmitry Torokhov 1-1/+1
2019-11-22tty: don't crash in tty_init_dev when missing tty_portGravatar Jiri Slaby 1-3/+6
2019-11-21serial: stm32: fix clearing interrupt error flagsGravatar Fabrice Gasnier 1-3/+3
2019-11-21tty: Fix Kconfig indentation, continuedGravatar Krzysztof Kozlowski 2-28/+28
2019-11-21serial: serial_core: Perform NULL checks for break_ctl opsGravatar Jiangfeng Xiao 1-1/+1
2019-11-20tty: remove unused argument from tty_open_by_driver()Gravatar Sudip Mukherjee 1-3/+2
2019-11-20tty: Fix Kconfig indentationGravatar Krzysztof Kozlowski 4-64/+64
2019-11-18{tty: serial, nand: onenand}: samsung: rename to fix build warningGravatar Sudip Mukherjee 2-1/+1
2019-11-18serial: ifx6x60: add missed pm_runtime_disableGravatar Chuhong Yuan 1-0/+3
2019-11-18serial: pl011: Fix DMA ->flush_buffer()Gravatar Vincent Whitchurch 1-4/+2
2019-11-14Revert "serial-uartlite: Move the uart register"Gravatar Greg Kroah-Hartman 1-9/+9
2019-11-14Revert "serial-uartlite: Add get serial id if not provided"Gravatar Greg Kroah-Hartman 1-7/+0
2019-11-14Revert "serial-uartlite: Do not use static struct uart_driver out of probe()"Gravatar Greg Kroah-Hartman 1-15/+5
2019-11-14Revert "serial-uartlite: Add runtime support"Gravatar Greg Kroah-Hartman 1-43/+9
2019-11-14Revert "serial-uartlite: Change logic how console_port is setup"Gravatar Greg Kroah-Hartman 1-8/+2
2019-11-14Revert "serial-uartlite: Use allocated structure instead of static ones"Gravatar Greg Kroah-Hartman 1-2/+2
2019-11-13riscv: don't allow selecting SBI based drivers for M-modeGravatar Damien Le Moal 2-2/+2
2019-11-13tty: serial: msm_serial: Use dma_request_chan() directly for channel requestGravatar Peter Ujfalusi 1-2/+2
2019-11-13tty: serial: tegra: Use dma_request_chan() directly for channel requestGravatar Peter Ujfalusi 1-2/+1
2019-11-13tty: serial: amba-pl011: Use dma_request_chan() directly for channel requestGravatar Peter Ujfalusi 1-1/+1
2019-11-13serial-uartlite: Use allocated structure instead of static onesGravatar Shubhrajyoti Datta 1-2/+2
2019-11-13serial-uartlite: Change logic how console_port is setupGravatar Shubhrajyoti Datta 1-2/+8
2019-11-13tty: serial: pch_uart: correct usage of dma_unmap_sgGravatar Peng Fan 1-1/+4
2019-11-13tty: serial: imx: use the sg count from dma_map_sgGravatar Peng Fan 1-1/+1
2019-11-13Remove every trace of SERIAL_MAGICGravatar Pascal Terjan 1-84/+0
2019-11-05tty: serial: fsl_lpuart: use the sg count from dma_map_sgGravatar Peng Fan 1-2/+2
2019-11-04Revert "tty:n_gsm.c: destroy port by tty_port_destroy()"Gravatar Greg Kroah-Hartman 1-1/+0
2019-11-04tty: serial: uartlite: use clk_disable_unprepare to match clk_prepare_enableGravatar Chuhong Yuan 1-1/+1
2019-11-04serial: 8250-mtk: Use platform_get_irq_optional() for optional irqGravatar Frank Wunderlich 1-1/+1
2019-11-04serial: 8250_dw: Avoid double error messaging when IRQ absentGravatar Andy Shevchenko 1-5/+3
2019-11-04tty: serial: msm_serial: Fix flow controlGravatar Jeffrey Hugo 1-1/+5
2019-11-04tty: rocket: reduce stack usageGravatar Sudip Mukherjee 1-13/+19
2019-11-04tty: serial: lpuart: Add RS485 support for 32-bit uart flavourGravatar Philippe Schenker 1-2/+63
2019-11-04tty: serial: lpuart: Use defines that correspond to correct registerGravatar Philippe Schenker 1-2/+2
2019-11-04tty: serial: lpuart: Remove unnecessary code from set_mctrlGravatar Philippe Schenker 1-11/+0
2019-11-03drivers: mcb: use symbol namespacesGravatar Johannes Thumshirn 2-0/+2