summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2022-04-22serial/8250: Use fifo in 8250 console driverWander Lairson Costa
2022-04-22drivers: tty: serial: Fix deadlock in sa1100_set_termios()Duoming Zhou
2022-04-22tty/sysrq: change the definition of sysrq_key_table's element to make it more...Junwen Wu
2022-04-22tty: serial: fsl_lpuart: remove the count initialization as it is not neededSherry Sun
2022-04-22serial: allow COMPILE_TEST for some driversJiri Slaby
2022-04-22serial: pic32: make SERIAL_PIC32_CONSOLE depend on SERIAL_PIC32=yJiri Slaby
2022-04-22serial: qcom: use check for empty instead of pendingJiri Slaby
2022-04-22serial: zs: use NULL as a pointer, not 0Jiri Slaby
2022-04-22serial: xilinx_uartps: cache xmit in cdns_uart_handle_tx()Jiri Slaby
2022-04-22serial: xilinx_uartps: return early in cdns_uart_handle_tx()Jiri Slaby
2022-04-22serial: sunplus-uart: change sunplus_console_ports from global to staticTom Rix
2022-04-22tty: serial: meson: Added S4 SOC compatibilityYu Tu
2022-04-22tty: serial: meson: Add a 12MHz internal clock rate to calculate baud rate in...Yu Tu
2022-04-22serial: icom: remove unused struct icom_port membersJiri Slaby
2022-04-22serial: icom: delete empty serial hooksJiri Slaby
2022-04-22serial: icom: use list_for_each_entry()Jiri Slaby
2022-04-22serial: icom: make icom_acfg_baud const and unsignedJiri Slaby
2022-04-22serial: icom: use ARRAY_SIZEJiri Slaby
2022-04-22serial: icom: move header content to .cJiri Slaby
2022-04-22serial: icom: use proper __le types and functionsJiri Slaby
2022-04-22serial: icom: remove to_icom_adapter() and icom_kref_release()Jiri Slaby
2022-04-22serial: icom: switch vague casts to container_ofJiri Slaby
2022-04-22serial: icom: remove ICOM_VERSION_STR macroJiri Slaby
2022-04-21serial: 8250/omap1: include linux/soc/ti/omap1-soc.hArnd Bergmann
2022-04-20tty: n_gsm: clean up implicit CR bit encoding in address fieldDaniel Starke
2022-04-20tty: n_gsm: clean up dead code in gsm_queue()Daniel Starke
2022-04-20Revert "serial: 8250: Handle UART without interrupt on TEMT using em485"Ilpo Järvinen
2022-04-20tty: n_gsm: fix missing update of modem controls after DLCI openDaniel Starke
2022-04-19dmaengine: imx: Move header to include/dma/Sascha Hauer
2022-04-15serial: 8250: Fix runtime PM for start_tx() for empty bufferTony Lindgren
2022-04-15serial: imx: fix overrun interrupts in DMA modeJohan Hovold
2022-04-15serial: amba-pl011: do not time out prematurely when draining tx fifoLino Sanfilippo
2022-04-15tty: serial: fsl_lpuart: fix potential bug when using both of_alias_get_id an...Sherry Sun
2022-04-15serial: When UART is suspended, set RTS to falseAl Cooper
2022-04-15serial: 8250: add compatible for fsl,16550-FIFO64Eric Tremblay
2022-04-15serial: 8250: Add UART_CAP_NOTEMT on PORT_16550A_FSL64Eric Tremblay
2022-04-15serial: 8250: Handle UART without interrupt on TEMT using em485Eric Tremblay
2022-04-15serial: 8250_aspeed_vuart: Fix potential NULL dereference in aspeed_vuart_probeMiaoqian Lin
2022-04-15serial: atmel: remove redundant assignment in rs485_configLino Sanfilippo
2022-04-15serial: fsl_lpuart: remove redundant code in rs485_config functionsLino Sanfilippo
2022-04-15serial: imx: remove redundant assignment in rs485_configLino Sanfilippo
2022-04-15serial: max310: remove redundant memset in rs485_configLino Sanfilippo
2022-04-15serial: omap: remove redundant code in rs485_configLino Sanfilippo
2022-04-15serial: sc16is7xx: remove redundant check in rs485_configLino Sanfilippo
2022-04-15serial: stm32: remove redundant code in rs485_configLino Sanfilippo
2022-04-15serial: amba-pl011: remove redundant code in rs485_configLino Sanfilippo
2022-04-15serial: core: move RS485 configuration tasks from drivers into coreLino Sanfilippo
2022-04-15tty: serial: meson: Use DIV_ROUND_CLOSEST to calculate baud ratesYu Tu
2022-04-15serial: 8250: Report which option to enable for blacklisted PCI devicesMaciej W. Rozycki
2022-04-15tty: n_tty: Restore EOF push handling behaviorDaniel Gibson