summary refs log tree commit diff
path: root/drivers/tty
AgeCommit message (Expand)Author
2022-05-05serial: 8250_mtk: Make sure to select the right FEATURE_SELAngeloGioacchino Del Regno
2022-05-05serial: 8250_mtk: Fix UART_EFR register addressAngeloGioacchino Del Regno
2022-05-05tty/serial: digicolor: fix possible null-ptr-deref in digicolor_uart_probe()Yang Yingliang
2022-05-05tty: hvc: dcc: Bind driver to CPU core0 for reads and writesShanker Donthineni
2022-05-05serial: pch: inline pop_tx() into handle_tx()Jiri Slaby
2022-05-05serial: pch: simplify pop_tx() even moreJiri Slaby
2022-05-05serial: pch: remove xmit circ_buf size double checkJiri Slaby
2022-05-05serial: pch: remove debug print from pop_txJiri Slaby
2022-05-05serial: pch: decomission pch_uart_hal_write()Jiri Slaby
2022-05-05serial: pch: don't overwrite xmit->buf[0] by x_charJiri Slaby
2022-05-05serial: pch: move size check from pop_tx one level upJiri Slaby
2022-05-05serial: pic32: restore disabled irqs in pic32_uart_startup()Jiri Slaby
2022-05-05serial: pic32: free up irq names correctlyJiri Slaby
2022-05-05serial: pic32: don't zero members of kzalloc-ated structureJiri Slaby
2022-05-05serial: pic32: don't assign pic32_sport::cts_gpio twiceJiri Slaby
2022-05-05serial: pic32: convert to_pic32_sport() to an inlineJiri Slaby
2022-05-05serial: pic32: remove pic32_get_port() macroJiri Slaby
2022-05-05serial: pic32: simplify pic32_sport::enable_tx_irq handlingJiri Slaby
2022-05-05serial: pic32: simplify clk handlingJiri Slaby
2022-05-05serial: pic32: remove constants from struct pic32_sportJiri Slaby
2022-05-05serial: pic32: move header content to .cJiri Slaby
2022-05-05serial: pic32: remove unused items from the headerJiri Slaby
2022-05-05serial: stm32: Use TC interrupt to deassert GPIO RTS in RS485 modeMarek Vasut
2022-05-05serial: stm32: Factor out GPIO RTS toggling into separate functionMarek Vasut
2022-05-05serial: sifive: Remove duplicate `clkin_rate' settingMaciej W. Rozycki
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-26sysrq: do not omit current cpu when showing backtrace of all active CPUsChangbin Du
2022-04-26tty: hvcs: simplify if-if to if-elseWan Jiabing