aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-26serial: 8250: use THRE & __stop_tx also with DMAIlpo Järvinen2-5/+7
2022-04-26serial: Store character timing information to uart_portIlpo Järvinen1-6/+8
2022-04-26serial: 8250: dw: Improve RZN1 supportPhil Edworthy1-0/+2
2022-04-26serial: 8250: dw: Add support for DMA flow controlling devicesPhil Edworthy1-0/+64
2022-04-26serial: 8250: dw: Move the IO accessors to 8250_dwlib.hMiquel Raynal2-16/+16
2022-04-26serial: 8250: dw: Introduce an rx_timeout variable in the IRQ pathMiquel Raynal1-1/+2
2022-04-26serial: 8250: dma: Allow driver operations before starting DMA transfersMiquel Raynal2-0/+22
2022-04-26serial: 8250: dw: Allow to use a fallback CPR value if not synthesizedMiquel Raynal2-3/+8
2022-04-26serial: 8250: dw: Move the USR register to pdataMiquel Raynal2-4/+9
2022-04-26serial: 8250: dw: Create a generic platform data structureEmil Renner Berthing2-8/+39
2022-04-26serial: 8250: dw: Move definitions to the shared headerPhil Edworthy2-21/+26
2022-04-26sysrq: do not omit current cpu when showing backtrace of all active CPUsChangbin Du1-4/+9
2022-04-26tty: hvcs: simplify if-if to if-elseWan Jiabing1-3/+2
2022-04-26tty/hvc_opal: simplify if-if to if-elseWan Jiabing1-2/+2
2022-04-26tty: n_gsm: fix sometimes uninitialized warning in gsm_dlci_modem_output()Daniel Starke1-6/+9
2022-04-22printk: add functions to prefer direct printingJohn Ogness1-0/+2
2022-04-22serial: 8250: Correct the clock for EndRun PTP/1588 PCIe deviceMaciej W. Rozycki1-4/+4
2022-04-22serial: 8250: Also set sticky MCR bits in console restorationMaciej W. Rozycki1-1/+1
2022-04-22tty: n_gsm: fix software flow control handlingDaniel Starke1-0/+16
2022-04-22tty: n_gsm: fix invalid use of MSC in advanced optionDaniel Starke1-8/+117
2022-04-22tty: n_gsm: fix broken virtual tty handlingDaniel Starke1-72/+15
2022-04-22Revert "serial: sc16is7xx: Clear RS485 bits in the shutdown"Hui Wang1-4/+2
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 readableJunwen 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 order to meet the baud rate requirements of special BT modulesYu 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