aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
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
2026-05-11serial: 8250_dw: build Renesas RZN1 CPR value from DW_UART_CPR_* definitionsJia Wang2-2/+16
2026-05-11serial: 8250_dwlib: move DesignWare register definitions to headerJia Wang3-60/+67
2026-05-11serial: Replace driver usage of UPF_CONS_FLOWJohn Ogness8-13/+13
2026-05-11serial: sh-sci: Remove plat_sci_port.flagsGeert Uytterhoeven1-1/+1
2026-05-11serial: jsm: Drop unused driver_data assigment and redundant zerosUwe Kleine-König (The Capable Hub)1-19/+19
2026-05-11serial: 8250_pci: Consistently define pci_device_ids using named initializersUwe Kleine-König (The Capable Hub)1-1559/+1565
2026-05-11tty: synclink_gt: remove broken driverEthan Nelson-Moore4-5056/+1
2026-05-11serial: 8250_port: recognize UPIO_AUManuel Lauss1-0/+2
2026-05-11serial: mxs-auart: replace hardcoded 1 with predefined macro GPIO_LINE_DIRECT...Nikola Z. Ivanov1-1/+1
2026-05-11serial: 8250_mtk: Add ACPI supportZhiyong Tao1-4/+19
2026-04-27serial: qcom: Unify user-visible "Qualcomm" nameKrzysztof Kozlowski1-2/+2
2026-04-26driver core: Replace dev->of_node_reused with dev_of_node_reused()Douglas Anderson1-1/+1
2026-04-19Merge tag 'tty-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds32-1357/+444
2026-04-15Merge tag 'for-linus-7.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+3
2026-04-15Merge tag 'fbdev-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+34
2026-04-13Merge tag 'pwrseq-updates-for-v7.1-rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+27
2026-04-10hvc/xen: Check console connection flagJason Andryuk1-0/+3
2026-04-07lib/fonts: Provide helpers for calculating glyph pitch and sizeThomas Zimmermann1-3/+2
2026-04-07vt: Implement helpers for struct vc_font in source fileThomas Zimmermann1-0/+35
2026-04-02tty: serial: ip22zilog: Fix section mispatch warningThomas Bogendoerfer1-1/+1
2026-03-31serdev: Do not return -ENODEV from of_serdev_register_devices() if external c...Manivannan Sadhasivam1-1/+8
2026-03-31serdev: Add an API to find the serdev controller associated with the devicetr...Manivannan Sadhasivam1-0/+19
2026-03-30vt: resize saved unicode buffer on alt screen exit after resizeNicolas Pitre1-9/+15
2026-03-30vt: discard stale unicode buffer on alt screen exit after resizeLiav Mordouch1-1/+13
2026-03-30hvc/xen: Check console connection flagJason Andryuk1-0/+3
2026-03-30serial: sh-sci: Add support for RZ/G3L RSCIBiju Das4-3/+26
2026-03-30tty: atmel_serial: update outdated reference to atmel_tasklet_func()Kexin Sun1-1/+1
2026-03-30serial: xilinx_uartps: Drop unused includeAndy Shevchenko1-1/+0
2026-03-30serial: qcom-geni: drop stray newline format specifierKathiravan Thirumoorthy1-1/+1
2026-03-30serial: 8250: loongson: Enable building on MIPS Loongson64Rong Zhang1-4/+5
2026-03-30serial: 8250_fintek: Add support for F81214ERavi Rama1-1/+9
2026-03-23Merge 7.0-rc5 into tty-nextGreg Kroah-Hartman8-92/+350
2026-03-13vt: save/restore unicode screen buffer for alternate screenNicolas Pitre1-0/+8
2026-03-12serial: 8250_dw: Ensure BUSY is deassertedIlpo Järvinen3-55/+161