summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)Author
2022-05-05serial: sifive: Report actual baud base rather than fixed 115200Maciej W. Rozycki
2022-05-05serial: 8250: Add proper clock handling for OxSemi PCIe devicesMaciej W. Rozycki
2022-05-05serial: 8250: Export ICR access helpers for internal useMaciej W. Rozycki
2022-05-05serial: 8250: Fold EndRun device support into OxSemi Tornado codeMaciej W. Rozycki
2022-05-05serial: men_z135_uart: Drop duplicated iotype assignmentIlpo Järvinen
2022-05-05serial: 8250: pxa: Remove unneeded <linux/pm_runtime.h>Geert Uytterhoeven
2022-05-05serial: 8250: core: Remove unneeded <linux/pm_runtime.h>Geert Uytterhoeven
2022-05-05serial: 8250: dw: Fix NULL pointer dereferenceHeikki Krogerus
2022-05-02Merge 5.18-rc5 into tty-nextGreg Kroah-Hartman
2022-04-26serial: 8250_dwlib: Implement SW half duplex supportIlpo Järvinen
2022-04-26serial: 8250_dwlib: RS485 HW half & full duplex supportIlpo Järvinen
2022-04-26serial: 8250: Handle UART without interrupt on TEMTIlpo Järvinen
2022-04-26serial: 8250: use THRE & __stop_tx also with DMAIlpo Järvinen
2022-04-26serial: Store character timing information to uart_portIlpo Järvinen
2022-04-26serial: 8250: dw: Improve RZN1 supportPhil Edworthy
2022-04-26serial: 8250: dw: Add support for DMA flow controlling devicesPhil Edworthy
2022-04-26serial: 8250: dw: Move the IO accessors to 8250_dwlib.hMiquel Raynal
2022-04-26serial: 8250: dw: Introduce an rx_timeout variable in the IRQ pathMiquel Raynal
2022-04-26serial: 8250: dma: Allow driver operations before starting DMA transfersMiquel Raynal
2022-04-26serial: 8250: dw: Allow to use a fallback CPR value if not synthesizedMiquel Raynal
2022-04-26serial: 8250: dw: Move the USR register to pdataMiquel Raynal
2022-04-26serial: 8250: dw: Create a generic platform data structureEmil Renner Berthing
2022-04-26serial: 8250: dw: Move definitions to the shared headerPhil Edworthy
2022-04-22serial: 8250: Correct the clock for EndRun PTP/1588 PCIe deviceMaciej W. Rozycki
2022-04-22serial: 8250: Also set sticky MCR bits in console restorationMaciej W. Rozycki
2022-04-22Revert "serial: sc16is7xx: Clear RS485 bits in the shutdown"Hui Wang
2022-04-22serial: stm32: add earlycon supportValentin Caron
2022-04-22serial: stm32: add KGDB supportValentin Caron
2022-04-22serial: stm32: remove infinite loop possibility in putchar functionValentin Caron
2022-04-22serial: core: fix tcdrain() with CTS enabledTomasz Moń
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: 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