summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
9 daysMerge tag 'tty-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds25-1891/+1975
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2026-06-12serial: 8250_pci: Don't specify conflicting values to pci_device_id membersUwe Kleine-König (The Capable Hub)1-2/+2
2026-06-12serial: qcom_geni: Fix RX DMA stall when SE_DMA_RX_LEN_IN is zeroViken Dadhaniya1-6/+3
2026-06-01Merge tag 'v7.1-rc6' into tty-nextGreg Kroah-Hartman12-252/+224
2026-05-22serial: dz: Enable modular buildMaciej W. Rozycki1-1/+1
2026-05-22serial: zs: Convert to use a platform deviceMaciej W. Rozycki2-121/+72
2026-05-22serial: dz: Convert to use a platform deviceMaciej W. Rozycki1-60/+56
2026-05-22serial: zs: Switch to using channel resetMaciej W. Rozycki2-4/+5
2026-05-22serial: zs: Fix bootconsole handover lockupMaciej W. Rozycki1-21/+8
2026-05-22serial: dz: Fix bootconsole handover lockupMaciej W. Rozycki1-24/+12
2026-05-22serial: dz: Fix bootconsole message clobbering at chip resetMaciej W. Rozycki1-0/+21
2026-05-22serial: 8250_dw: dispatch SysRq character in dw8250_handle_irq()Jacques Nilo1-1/+1
2026-05-22serial: 8250: dispatch SysRq character in serial8250_handle_irq()Jacques Nilo1-2/+5
2026-05-22tty: serial: samsung: Remove redundant port lock acquisition in rx helpersTudor Ambarus1-8/+0
2026-05-22serial: altera_jtaguart: handle uart_add_one_port() failuresMyeonghun Pak1-1/+6
2026-05-22serial: 8250: fix possible ISR soft lockupMarco Felsch1-0/+7
2026-05-22dt-bindings: serial: rs485: remove deprecated .txt binding stubAkash Sukhavasi1-1/+1
2026-05-22tty: serial: Use named initializers for arrays of i2c_device_dataUwe Kleine-König (The Capable Hub)2-11/+11
2026-05-22serial: 8250_dw: remove clock-notifier infrastructureStepan Ionichev1-81/+0
2026-05-22serial: 8250_dw: unregister 8250 port if clk_notifier_register() failsStepan Ionichev1-1/+3
2026-05-22amba/serial: amba-pl011: Bring back zx29 UART supportStefan Dösinger1-0/+42
2026-05-22serial: 8250: Add support for console flow controlJohn Ogness3-4/+36
2026-05-22serial: 8250: Check LSR timeout on console flow controlJohn Ogness1-2/+6
2026-05-22serial: 8250: Set cons_flow on port registrationJohn Ogness1-0/+2
2026-05-22tty: serial: 8250: protect against NULL uart->port.dev in registerStepan Ionichev1-1/+1
2026-05-22serial: max310x: fix compile errors if CONFIG_SPI_MASTER is disabledHugo Villeneuve2-23/+27
2026-05-11serial: qcom-geni: Avoid probing debug console UART without console supportAniket Randive1-8/+12
2026-05-11serial: max310x: add comments for PLL limitsHugo Villeneuve1-0/+17
2026-05-11serial: max310x: move variables to while() scopeHugo Villeneuve1-2/+3
2026-05-11serial: max310x: allow driver to be built with SPI or I2CHugo Villeneuve1-1/+1
2026-05-11serial: max310x: use FIELD_PREP macro to set PLL bitfieldsHugo Villeneuve1-1/+4
2026-05-11serial: max310x: use regmap_read_poll_timeout() for busy waitHugo Villeneuve1-27/+17
2026-05-11serial: max310x: improve max310x_set_ref_clk() efficiencyHugo Villeneuve1-39/+52
2026-05-11serial: max310x: update baudrate comments for err calculationHugo Villeneuve1-1/+1
2026-05-11serial: max310x: change return type of max310x_set_ref_clk()Hugo Villeneuve1-8/+8
2026-05-11serial: max310x: simplify max310x_update_best_err()Hugo Villeneuve1-4/+4
2026-05-11serial: max310x: uniformize clock/freq typesHugo Villeneuve1-4/+5
2026-05-11serial: core: prevent division by zero by always returning non-zero baud rateHugo Villeneuve1-17/+12
2026-05-11serial: core: simplify clipping logic in uart_get_baud_rate()Hugo Villeneuve1-4/+4
2026-05-11serial: core: update uart_get_baud_rate() obsolete commentsHugo Villeneuve1-2/+3
2026-05-11serial: apbuart: remove check for zero baud rate from uart_get_baud_rate()Hugo Villeneuve1-2/+0
2026-05-11serial: icom: remove check for zero baud rate from uart_get_baud_rate()Hugo Villeneuve1-2/+0
2026-05-11serial: qcom_geni: fix kfifo underflow when flush precedes DMA completion IRQViken Dadhaniya1-1/+13
2026-05-11serial: fsl_lpuart: fix rx buffer and DMA map leaks in start_rx_dmaShitalkumar Gandhi1-3/+12
2026-05-11serial: qcom-geni: fix UART_RX_PAR_EN bit positionPrasanna S1-1/+1
2026-05-11serial: sh-sci: fix memory region release in error pathHongling Zeng1-1/+1
2026-05-11tty: serial: pch_uart: add check for dma_alloc_coherent()Zhaoyang Yu1-6/+13
2026-05-11serial: zs: Fix swapped RI/DSR modem line transition countingMaciej W. Rozycki1-2/+2
2026-05-11serial: 8250_dw: Use a fixed CPR value for UltraRISC DP1000 UARTJia Wang1-0/+10