summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2022-05-05serial: 8250_mtk: Make sure to select the right FEATURE_SELAngeloGioacchino Del Regno1-0/+7
2022-05-05serial: 8250_mtk: Fix UART_EFR register addressAngeloGioacchino Del Regno1-7/+8
2022-05-05tty/serial: digicolor: fix possible null-ptr-deref in digicolor_uart_probe()Yang Yingliang1-3/+2
2022-05-05tty: hvc: dcc: Bind driver to CPU core0 for reads and writesShanker Donthineni2-4/+209
2022-05-05serial: pch: inline pop_tx() into handle_tx()Jiri Slaby1-18/+7
2022-05-05serial: pch: simplify pop_tx() even moreJiri Slaby1-7/+5
2022-05-05serial: pch: remove xmit circ_buf size double checkJiri Slaby1-6/+1
2022-05-05serial: pch: remove debug print from pop_txJiri Slaby1-5/+1
2022-05-05serial: pch: decomission pch_uart_hal_write()Jiri Slaby1-33/+13
2022-05-05serial: pch: don't overwrite xmit->buf[0] by x_charJiri Slaby1-20/+7
2022-05-05serial: pch: move size check from pop_tx one level upJiri Slaby1-6/+8
2022-05-05serial: pic32: restore disabled irqs in pic32_uart_startup()Jiri Slaby1-0/+2
2022-05-05serial: pic32: free up irq names correctlyJiri Slaby1-3/+6
2022-05-05serial: pic32: don't zero members of kzalloc-ated structureJiri Slaby1-1/+0
2022-05-05serial: pic32: don't assign pic32_sport::cts_gpio twiceJiri Slaby1-1/+0
2022-05-05serial: pic32: convert to_pic32_sport() to an inlineJiri Slaby1-1/+5
2022-05-05serial: pic32: remove pic32_get_port() macroJiri Slaby1-12/+4
2022-05-05serial: pic32: simplify pic32_sport::enable_tx_irq handlingJiri Slaby1-7/+6
2022-05-05serial: pic32: simplify clk handlingJiri Slaby1-23/+5
2022-05-05serial: pic32: remove constants from struct pic32_sportJiri Slaby1-12/+3
2022-05-05serial: pic32: move header content to .cJiri Slaby2-117/+103
2022-05-05serial: pic32: remove unused items from the headerJiri Slaby1-9/+0
2022-05-05serial: stm32: Use TC interrupt to deassert GPIO RTS in RS485 modeMarek Vasut2-2/+41
2022-05-05serial: stm32: Factor out GPIO RTS toggling into separate functionMarek Vasut1-21/+38
2022-05-05serial: sifive: Remove duplicate `clkin_rate' settingMaciej W. Rozycki1-8/+6
2022-05-05serial: sifive: Report actual baud base rather than fixed 115200Maciej W. Rozycki1-1/+1
2022-05-05serial: 8250: Add proper clock handling for OxSemi PCIe devicesMaciej W. Rozycki1-68/+271
2022-05-05serial: 8250: Export ICR access helpers for internal useMaciej W. Rozycki2-21/+22
2022-05-05serial: 8250: Fold EndRun device support into OxSemi Tornado codeMaciej W. Rozycki1-51/+25
2022-05-05serial: men_z135_uart: Drop duplicated iotype assignmentIlpo Järvinen1-1/+0
2022-05-05serial: 8250: pxa: Remove unneeded <linux/pm_runtime.h>Geert Uytterhoeven1-1/+0
2022-05-05serial: 8250: core: Remove unneeded <linux/pm_runtime.h>Geert Uytterhoeven1-1/+0
2022-05-05serial: 8250: dw: Fix NULL pointer dereferenceHeikki Krogerus1-1/+1
2022-05-02Merge 5.18-rc5 into tty-nextGreg Kroah-Hartman6-215/+293
2022-04-26serial: 8250_dwlib: Implement SW half duplex supportIlpo Järvinen1-2/+8
2022-04-26serial: 8250_dwlib: RS485 HW half & full duplex supportIlpo Järvinen2-0/+85
2022-04-26serial: 8250: Handle UART without interrupt on TEMTIlpo Järvinen1-9/+26
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