summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tty/hvc_opal: simplify if-if to if-elseWan Jiabing2022-04-261-2/+2
* serial: stm32: add earlycon supportValentin Caron2022-04-222-0/+52
* serial: stm32: add KGDB supportValentin Caron2022-04-221-2/+35
* serial: stm32: remove infinite loop possibility in putchar functionValentin Caron2022-04-222-3/+11
* tty: Add function for handling flow control charsIlpo Järvinen2022-04-221-11/+18
* serial: core: fix tcdrain() with CTS enabledTomasz Moń2022-04-221-12/+14
* char: ttyprintk: register consoleVincent Whitchurch2022-04-222-1/+18
* serial/8250: Use fifo in 8250 console driverWander Lairson Costa2022-04-221-6/+65
* drivers: tty: serial: Fix deadlock in sa1100_set_termios()Duoming Zhou2022-04-221-2/+2
* tty/sysrq: change the definition of sysrq_key_table's element to make it more...Junwen Wu2022-04-221-8/+6
* tty: serial: fsl_lpuart: remove the count initialization as it is not neededSherry Sun2022-04-221-1/+1
* serial: allow COMPILE_TEST for some driversJiri Slaby2022-04-222-3/+5
* serial: pic32: make SERIAL_PIC32_CONSOLE depend on SERIAL_PIC32=yJiri Slaby2022-04-221-1/+1
* serial: qcom: use check for empty instead of pendingJiri Slaby2022-04-221-1/+1
* serial: zs: use NULL as a pointer, not 0Jiri Slaby2022-04-221-1/+1
* serial: xilinx_uartps: cache xmit in cdns_uart_handle_tx()Jiri Slaby2022-04-221-10/+7
* serial: xilinx_uartps: return early in cdns_uart_handle_tx()Jiri Slaby2022-04-221-29/+18
* serial: sunplus-uart: change sunplus_console_ports from global to staticTom Rix2022-04-221-1/+1
* tty: serial: meson: Added S4 SOC compatibilityYu Tu2022-04-221-0/+8
* tty: serial: meson: Add a 12MHz internal clock rate to calculate baud rate in...Yu Tu2022-04-221-2/+15
* serial: icom: remove unused struct icom_port membersJiri Slaby2022-04-221-19/+0
* serial: icom: delete empty serial hooksJiri Slaby2022-04-221-11/+0
* serial: icom: use list_for_each_entry()Jiri Slaby2022-04-221-10/+6
* serial: icom: make icom_acfg_baud const and unsignedJiri Slaby2022-04-221-1/+1
* serial: icom: use ARRAY_SIZEJiri Slaby2022-04-221-1/+1
* serial: icom: move header content to .cJiri Slaby2022-04-222-276/+265
* serial: icom: use proper __le types and functionsJiri Slaby2022-04-222-32/+29
* serial: icom: remove to_icom_adapter() and icom_kref_release()Jiri Slaby2022-04-221-10/+3
* serial: icom: switch vague casts to container_ofJiri Slaby2022-04-221-90/+106
* serial: icom: remove ICOM_VERSION_STR macroJiri Slaby2022-04-221-1/+0
* MAINTAINERS: fix location of moxa-smartio.rstRandy Dunlap2022-04-211-1/+1
* tty: n_gsm: clean up implicit CR bit encoding in address fieldDaniel Starke2022-04-201-1/+1
* tty: n_gsm: clean up dead code in gsm_queue()Daniel Starke2022-04-201-4/+0
* Revert "serial: 8250: Handle UART without interrupt on TEMT using em485"Ilpo Järvinen2022-04-202-76/+2
* Documentation: fix tty linkJiri Slaby2022-04-201-1/+1
* tty: serial: fsl_lpuart: fix potential bug when using both of_alias_get_id an...Sherry Sun2022-04-151-20/+4
* serial: When UART is suspended, set RTS to falseAl Cooper2022-04-151-0/+5
* serial: 8250: add compatible for fsl,16550-FIFO64Eric Tremblay2022-04-151-0/+2
* serial: 8250: Add UART_CAP_NOTEMT on PORT_16550A_FSL64Eric Tremblay2022-04-151-1/+1
* serial: 8250: Handle UART without interrupt on TEMT using em485Eric Tremblay2022-04-153-2/+77
* serial: 8250_aspeed_vuart: Fix potential NULL dereference in aspeed_vuart_probeMiaoqian Lin2022-04-151-0/+2
* serial: atmel: remove redundant assignment in rs485_configLino Sanfilippo2022-04-151-3/+1
* serial: fsl_lpuart: remove redundant code in rs485_config functionsLino Sanfilippo2022-04-151-32/+0
* serial: imx: remove redundant assignment in rs485_configLino Sanfilippo2022-04-151-2/+0
* serial: max310: remove redundant memset in rs485_configLino Sanfilippo2022-04-151-1/+0
* serial: omap: remove redundant code in rs485_configLino Sanfilippo2022-04-151-10/+3
* serial: sc16is7xx: remove redundant check in rs485_configLino Sanfilippo2022-04-151-10/+0
* serial: stm32: remove redundant code in rs485_configLino Sanfilippo2022-04-151-7/+2
* serial: amba-pl011: remove redundant code in rs485_configLino Sanfilippo2022-04-151-15/+1
* serial: core: move RS485 configuration tasks from drivers into coreLino Sanfilippo2022-04-151-0/+33