summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorLines
2022-04-22printk: add functions to prefer direct printingJohn Ogness-0/+2
2022-04-22serial: 8250: Correct the clock for EndRun PTP/1588 PCIe deviceMaciej W. Rozycki-4/+4
2022-04-22serial: 8250: Also set sticky MCR bits in console restorationMaciej W. Rozycki-1/+1
2022-04-22tty: n_gsm: fix software flow control handlingDaniel Starke-0/+16
2022-04-22tty: n_gsm: fix invalid use of MSC in advanced optionDaniel Starke-8/+117
2022-04-22tty: n_gsm: fix broken virtual tty handlingDaniel Starke-72/+15
2022-04-22Revert "serial: sc16is7xx: Clear RS485 bits in the shutdown"Hui Wang-4/+2
2022-04-22serial: stm32: add earlycon supportValentin Caron-0/+52
2022-04-22serial: stm32: add KGDB supportValentin Caron-2/+35
2022-04-22serial: stm32: remove infinite loop possibility in putchar functionValentin Caron-3/+11
2022-04-22tty: Add function for handling flow control charsIlpo Järvinen-11/+18
2022-04-22serial: core: fix tcdrain() with CTS enabledTomasz Moń-12/+14
2022-04-22serial/8250: Use fifo in 8250 console driverWander Lairson Costa-6/+65
2022-04-22drivers: tty: serial: Fix deadlock in sa1100_set_termios()Duoming Zhou-2/+2
2022-04-22tty/sysrq: change the definition of sysrq_key_table's element to make it more...Junwen Wu-8/+6
2022-04-22tty: serial: fsl_lpuart: remove the count initialization as it is not neededSherry Sun-1/+1
2022-04-22serial: allow COMPILE_TEST for some driversJiri Slaby-3/+5
2022-04-22serial: pic32: make SERIAL_PIC32_CONSOLE depend on SERIAL_PIC32=yJiri Slaby-1/+1
2022-04-22serial: qcom: use check for empty instead of pendingJiri Slaby-1/+1
2022-04-22serial: zs: use NULL as a pointer, not 0Jiri Slaby-1/+1
2022-04-22serial: xilinx_uartps: cache xmit in cdns_uart_handle_tx()Jiri Slaby-10/+7
2022-04-22serial: xilinx_uartps: return early in cdns_uart_handle_tx()Jiri Slaby-29/+18
2022-04-22serial: sunplus-uart: change sunplus_console_ports from global to staticTom Rix-1/+1
2022-04-22tty: serial: meson: Added S4 SOC compatibilityYu Tu-0/+8
2022-04-22tty: serial: meson: Add a 12MHz internal clock rate to calculate baud rate in...Yu Tu-2/+15
2022-04-22serial: icom: remove unused struct icom_port membersJiri Slaby-19/+0
2022-04-22serial: icom: delete empty serial hooksJiri Slaby-11/+0
2022-04-22serial: icom: use list_for_each_entry()Jiri Slaby-10/+6
2022-04-22serial: icom: make icom_acfg_baud const and unsignedJiri Slaby-1/+1
2022-04-22serial: icom: use ARRAY_SIZEJiri Slaby-1/+1
2022-04-22serial: icom: move header content to .cJiri Slaby-276/+265
2022-04-22serial: icom: use proper __le types and functionsJiri Slaby-32/+29
2022-04-22serial: icom: remove to_icom_adapter() and icom_kref_release()Jiri Slaby-10/+3
2022-04-22serial: icom: switch vague casts to container_ofJiri Slaby-90/+106
2022-04-22serial: icom: remove ICOM_VERSION_STR macroJiri Slaby-1/+0
2022-04-21serial: 8250/omap1: include linux/soc/ti/omap1-soc.hArnd Bergmann-0/+1
2022-04-20tty: n_gsm: clean up implicit CR bit encoding in address fieldDaniel Starke-1/+1
2022-04-20tty: n_gsm: clean up dead code in gsm_queue()Daniel Starke-4/+0
2022-04-20Revert "serial: 8250: Handle UART without interrupt on TEMT using em485"Ilpo Järvinen-74/+2
2022-04-20tty: n_gsm: fix missing update of modem controls after DLCI openDaniel Starke-0/+4
2022-04-19dmaengine: imx: Move header to include/dma/Sascha Hauer-1/+1
2022-04-15serial: 8250: Fix runtime PM for start_tx() for empty bufferTony Lindgren-2/+2
2022-04-15serial: imx: fix overrun interrupts in DMA modeJohan Hovold-1/+1
2022-04-15serial: amba-pl011: do not time out prematurely when draining tx fifoLino Sanfilippo-2/+7
2022-04-15tty: serial: fsl_lpuart: fix potential bug when using both of_alias_get_id an...Sherry Sun-20/+4
2022-04-15serial: When UART is suspended, set RTS to falseAl Cooper-0/+5
2022-04-15serial: 8250: add compatible for fsl,16550-FIFO64Eric Tremblay-0/+2
2022-04-15serial: 8250: Add UART_CAP_NOTEMT on PORT_16550A_FSL64Eric Tremblay-1/+1
2022-04-15serial: 8250: Handle UART without interrupt on TEMT using em485Eric Tremblay-2/+75
2022-04-15serial: 8250_aspeed_vuart: Fix potential NULL dereference in aspeed_vuart_probeMiaoqian Lin-0/+2