summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
3 daysserial: max310x: implement gpio_chip::get_direction()Tapio Reijonen1-0/+12
3 daysserial: max310x: replace bare use of 'unsigned' with 'unsigned int' (checkpatch)Hugo Villeneuve1-4/+4
3 daysserial: 8250_mid: Fix NULL function pointer dereference on DNV/ICX-D/SNR plat...Jiangshan Yi1-5/+9
3 daysserial: sc16is7xx: implement gpio get_direction() callbackHugo Villeneuve1-0/+12
12 daysserial: 8250_mid: Disable DMA for selected platformsAndy Shevchenko1-2/+11
12 daysserial: 8250_mid: Remove 8250_pci usageIlpo Järvinen1-11/+7
12 daysserial: 8250_omap: clear rx_running on zero-length DMA completesMatthias Feser1-1/+2
12 daysserial: msm: Disable DMA for kernel console UARTStephan Gerhold1-1/+2
2026-07-04serial: 8250_dw: unregister 8250 port if clk_notifier_register() failsStepan Ionichev1-1/+3
2026-07-04serial: qcom_geni: Fix RX DMA stall when SE_DMA_RX_LEN_IN is zeroViken Dadhaniya1-6/+3
2026-07-04vc_screen: fix null-ptr-deref in vcs_notifier() during concurrent vcs_writeYi Yang1-1/+1
2026-06-19serial: qcom_geni: fix kfifo underflow when flush precedes DMA completion IRQViken Dadhaniya1-1/+14
2026-06-19tty: serial: samsung: Remove redundant port lock acquisition in rx helpersTudor Ambarus1-8/+0
2026-06-19tty: serial: samsung: use u32 for register interactionsTudor Ambarus1-40/+39
2026-06-19serial: samsung_tty: Use port lock wrappersThomas Gleixner1-25/+25
2026-06-19serdev: Provide a bustype shutdown functionUwe Kleine-König1-0/+21
2026-06-19serdev: make serdev_bus_type constRicardo B. Marliere1-1/+1
2026-06-19serial: zs: Convert to use a platform deviceMaciej W. Rozycki2-121/+72
2026-06-19serial: dz: Convert to use a platform deviceMaciej W. Rozycki1-60/+56
2026-06-19serial: dz: Fix bootconsole handover lockupMaciej W. Rozycki1-24/+12
2026-06-19serial: zs: Switch to using channel resetMaciej W. Rozycki2-4/+5
2026-06-19serial: zs: Fix bootconsole handover lockupMaciej W. Rozycki1-21/+8
2026-06-19serial: dz: Fix bootconsole message clobbering at chip resetMaciej W. Rozycki1-0/+21
2026-06-19serial: fsl_lpuart: fix rx buffer and DMA map leaks in start_rx_dmaShitalkumar Gandhi1-3/+12
2026-06-19serial: zs: Fix swapped RI/DSR modem line transition countingMaciej W. Rozycki1-2/+2
2026-06-19serial: sh-sci: fix memory region release in error pathHongling Zeng1-1/+1
2026-06-19serial: qcom-geni: fix UART_RX_PAR_EN bit positionPrasanna S1-1/+1
2026-06-19serial: altera_jtaguart: handle uart_add_one_port() failuresMyeonghun Pak1-1/+6
2026-06-19tty: serial: pch_uart: add check for dma_alloc_coherent()Zhaoyang Yu1-6/+13
2026-05-23tty: hvc_iucv: fix off-by-one in number of supported devicesRandy Dunlap1-1/+1
2026-03-25serial: uartlite: fix PM runtime usage count underflow on probeMaciej Andrzejewski ICEYE1-0/+1
2026-03-25serial: 8250: Add late synchronize_irq() to shutdown to handle DW UART BUSYIlpo Järvinen1-0/+6
2026-03-25serial: 8250: Fix TX deadlock when using DMARaul E Rangel1-0/+15
2026-03-25serial: 8250_pci: add support for the AX99100Martin Roukala (né Peres)1-0/+17
2026-03-04serial: 8250: 8250_omap.c: Clear DMA RX running status only after DMA termina...Moteen Shah1-1/+1
2026-03-04serial: 8250_dw: handle clock enable errors in runtime_resumeArtem Shimko1-2/+9
2026-03-04serial: SH_SCI: improve "DMA support" promptRandy Dunlap1-1/+1
2026-03-04serial: imx: change SERIAL_IMX_CONSOLE to boolRandy Dunlap1-3/+3
2026-01-30serial: 8250_pci: Fix broken RS485 for F81504/508/512Marnix Rijnart1-1/+1
2026-01-11tty: fix tty_port_tty_*hangup() kernel-docJiri Slaby (SUSE)1-5/+0
2026-01-11tty: introduce and use tty_port_tty_vhangup() helperJiri Slaby (SUSE)2-10/+9
2026-01-11serial: sprd: Return -EPROBE_DEFER when uart clock is not readyWenhua Lin1-0/+6
2026-01-11serial: add support of CPCI cardsMagne Bruno1-0/+37
2025-12-07serial: amba-pl011: prefer dma_mapping_error() over explicit address checkingMiaoqian Lin1-1/+1
2025-11-02serial: sc16is7xx: remove useless enable of enhanced featuresHugo Villeneuve1-7/+0
2025-11-02serial: sc16is7xx: refactor EFR lockHugo Villeneuve1-49/+57
2025-11-02serial: sc16is7xx: reorder code to remove prototype declarationsHugo Villeneuve1-39/+36
2025-11-02serial: sc16is7xx: remove unused to_sc16is7xx_port macroHugo Villeneuve1-1/+0
2025-10-29serial: 8250_mtk: Enable baud clock and manage in runtime PMDaniel Golle1-2/+4
2025-10-29serial: 8250_exar: add support for Advantech 2 port card with Device ID 0x0018Florian Eckert1-0/+11