summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2022-04-22serial: stm32: add earlycon supportValentin Caron2-0/+52
2022-04-22serial: stm32: add KGDB supportValentin Caron1-2/+35
2022-04-22serial: stm32: remove infinite loop possibility in putchar functionValentin Caron2-3/+11
2022-04-22tty: Add function for handling flow control charsIlpo Järvinen1-11/+18
2022-04-22serial: core: fix tcdrain() with CTS enabledTomasz Moń1-12/+14
2022-04-22serial/8250: Use fifo in 8250 console driverWander Lairson Costa1-6/+65
2022-04-22drivers: tty: serial: Fix deadlock in sa1100_set_termios()Duoming Zhou1-2/+2
2022-04-22tty/sysrq: change the definition of sysrq_key_table's element to make it more...Junwen Wu1-8/+6
2022-04-22tty: serial: fsl_lpuart: remove the count initialization as it is not neededSherry Sun1-1/+1
2022-04-22serial: allow COMPILE_TEST for some driversJiri Slaby2-3/+5
2022-04-22serial: pic32: make SERIAL_PIC32_CONSOLE depend on SERIAL_PIC32=yJiri Slaby1-1/+1
2022-04-22serial: qcom: use check for empty instead of pendingJiri Slaby1-1/+1
2022-04-22serial: zs: use NULL as a pointer, not 0Jiri Slaby1-1/+1
2022-04-22serial: xilinx_uartps: cache xmit in cdns_uart_handle_tx()Jiri Slaby1-10/+7
2022-04-22serial: xilinx_uartps: return early in cdns_uart_handle_tx()Jiri Slaby1-29/+18
2022-04-22serial: sunplus-uart: change sunplus_console_ports from global to staticTom Rix1-1/+1
2022-04-22tty: serial: meson: Added S4 SOC compatibilityYu Tu1-0/+8
2022-04-22tty: serial: meson: Add a 12MHz internal clock rate to calculate baud rate in...Yu Tu1-2/+15
2022-04-22serial: icom: remove unused struct icom_port membersJiri Slaby1-19/+0
2022-04-22serial: icom: delete empty serial hooksJiri Slaby1-11/+0
2022-04-22serial: icom: use list_for_each_entry()Jiri Slaby1-10/+6
2022-04-22serial: icom: make icom_acfg_baud const and unsignedJiri Slaby1-1/+1
2022-04-22serial: icom: use ARRAY_SIZEJiri Slaby1-1/+1
2022-04-22serial: icom: move header content to .cJiri Slaby2-276/+265
2022-04-22serial: icom: use proper __le types and functionsJiri Slaby2-32/+29
2022-04-22serial: icom: remove to_icom_adapter() and icom_kref_release()Jiri Slaby1-10/+3
2022-04-22serial: icom: switch vague casts to container_ofJiri Slaby1-90/+106
2022-04-22serial: icom: remove ICOM_VERSION_STR macroJiri Slaby1-1/+0
2022-04-20tty: n_gsm: clean up implicit CR bit encoding in address fieldDaniel Starke1-1/+1
2022-04-20tty: n_gsm: clean up dead code in gsm_queue()Daniel Starke1-4/+0
2022-04-20Revert "serial: 8250: Handle UART without interrupt on TEMT using em485"Ilpo Järvinen1-74/+2
2022-04-15tty: serial: fsl_lpuart: fix potential bug when using both of_alias_get_id an...Sherry Sun1-20/+4
2022-04-15serial: When UART is suspended, set RTS to falseAl Cooper1-0/+5
2022-04-15serial: 8250: add compatible for fsl,16550-FIFO64Eric Tremblay1-0/+2
2022-04-15serial: 8250: Add UART_CAP_NOTEMT on PORT_16550A_FSL64Eric Tremblay1-1/+1
2022-04-15serial: 8250: Handle UART without interrupt on TEMT using em485Eric Tremblay2-2/+75
2022-04-15serial: 8250_aspeed_vuart: Fix potential NULL dereference in aspeed_vuart_probeMiaoqian Lin1-0/+2
2022-04-15serial: atmel: remove redundant assignment in rs485_configLino Sanfilippo1-3/+1
2022-04-15serial: fsl_lpuart: remove redundant code in rs485_config functionsLino Sanfilippo1-32/+0
2022-04-15serial: imx: remove redundant assignment in rs485_configLino Sanfilippo1-2/+0
2022-04-15serial: max310: remove redundant memset in rs485_configLino Sanfilippo1-1/+0
2022-04-15serial: omap: remove redundant code in rs485_configLino Sanfilippo1-10/+3
2022-04-15serial: sc16is7xx: remove redundant check in rs485_configLino Sanfilippo1-10/+0
2022-04-15serial: stm32: remove redundant code in rs485_configLino Sanfilippo1-7/+2
2022-04-15serial: amba-pl011: remove redundant code in rs485_configLino Sanfilippo1-15/+1
2022-04-15serial: core: move RS485 configuration tasks from drivers into coreLino Sanfilippo1-0/+33
2022-04-15tty: serial: meson: Use DIV_ROUND_CLOSEST to calculate baud ratesYu Tu1-2/+2
2022-04-15serial: 8250: Report which option to enable for blacklisted PCI devicesMaciej W. Rozycki1-27/+40
2022-04-15tty: n_tty: Restore EOF push handling behaviorDaniel Gibson1-1/+37
2022-04-15serial: 8250: Make SERIAL_8250_EM available for arm64 systemsPhil Edworthy1-1/+1