summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
6 daysserial: amba-pl011: synchronize DMA teardownFan Wu1-4/+4
10 daysserial: sc16is7xx: implement gpio get_direction() callbackHugo Villeneuve1-0/+12
10 daysserial: sc16is7xx: fix regression with GPIO configurationHugo Villeneuve1-19/+105
10 daysserial: sc16is7xx: remove obsolete out_thread labelHugo Villeneuve1-3/+1
10 daysserial: sc16is7xx: Fill in rs485_supportedIlpo Järvinen1-0/+7
10 dayssc16is7xx: Properly resume TX after stopTomasz Moń1-6/+41
10 daysserial: 8250_mid: Fix NULL function pointer dereference on DNV/ICX-D/SNR plat...Jiangshan Yi1-5/+9
10 daysserial: 8250_mid: Remove unneeded test for ->setup() presenceAndy Shevchenko1-5/+3
10 daysserial: max310x: implement gpio_chip::get_direction()Tapio Reijonen1-0/+12
10 daysserial: max310x: replace bare use of 'unsigned' with 'unsigned int' (checkpatch)Hugo Villeneuve1-4/+4
2026-08-19serial: 8250_dma: Clear stale RX state on shutdownCunhao Lu1-5/+7
2026-07-24serial: 8250_mid: Disable DMA for selected platformsAndy Shevchenko1-2/+11
2026-07-24serial: 8250_mid: Remove 8250_pci usageIlpo Järvinen1-11/+7
2026-07-24serial: 8250_omap: clear rx_running on zero-length DMA completesMatthias Feser1-1/+2
2026-07-24serial: msm: Disable DMA for kernel console UARTStephan Gerhold1-1/+2
2026-06-19serial: qcom-geni: fix UART_RX_PAR_EN bit positionPrasanna S1-1/+1
2026-06-19tty: serial: qcom-geni-serial: align #define valuesBartosz Golaszewski1-31/+31
2026-06-19tty: serial: qcom-geni-serial: remove unused symbolsBartosz Golaszewski1-15/+0
2026-06-19serial: altera_jtaguart: handle uart_add_one_port() failuresMyeonghun Pak1-1/+6
2026-06-19serial: altera_jtaguart: Use platform_get_irq_optional() to get the interruptLad Prabhakar1-4/+7
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-23/+21
2026-06-19serial: samsung_tty: Use port lock wrappersThomas Gleixner1-22/+22
2026-06-19serial: dz: Fix bootconsole handover lockupMaciej W. Rozycki1-24/+13
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-19tty: serial: pch_uart: add check for dma_alloc_coherent()Zhaoyang Yu1-6/+13
2026-04-18serial: uartlite: fix PM runtime usage count underflow on probeMaciej Andrzejewski ICEYE1-0/+1
2026-04-18serial: 8250: Add late synchronize_irq() to shutdown to handle DW UART BUSYIlpo Järvinen1-0/+6
2026-04-18serial: 8250: Fix TX deadlock when using DMARaul E Rangel1-0/+15
2026-04-18serial: 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-19serial: sprd: Return -EPROBE_DEFER when uart clock is not readyWenhua Lin1-0/+6
2026-01-19serial: 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-12-07serial: 8250_dw: handle reset control deassert errorArtem Shimko1-1/+3
2025-12-07serial: 8250_dw: Use devm_add_action_or_reset()Andy Shevchenko1-32/+31
2025-10-29serial: 8250_exar: add support for Advantech 2 port card with Device ID 0x0018Florian Eckert1-0/+11
2025-10-19serial: stm32: allow selecting console when the driver is moduleRaphael Gallais-Pou1-1/+1
2025-10-02serial: sc16is7xx: fix bug in flow control levels initHugo Villeneuve1-12/+2
2025-08-28serial: 8250: fix panic due to PSLVERRYunhui Cui1-2/+1
2025-08-28pch_uart: Fix dma_sync_sg_for_device() nents valueThomas Fourier1-1/+1
2025-07-10tty: serial: uartlite: register uart driver in initJakub Lewalski1-13/+12