summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)Author
2025-12-18tty: serial: imx: Only configure the wake register when device is set as wake...Sherry Sun
2025-12-12serial: sh-sci: Fix deadlock during RSCI FIFO overrun errorBiju Das
2025-12-12serial: add support of CPCI cardsMagne Bruno
2025-12-07serial: amba-pl011: prefer dma_mapping_error() over explicit address checkingMiaoqian Lin
2025-12-07serial: 8250: Fix 8250_rsa symbol loopIlpo Järvinen
2025-11-13serial: qcom-geni: Add DFS clock mode support to GENI UART driverViken Dadhaniya
2025-11-13tty: serial: Modify the use of dev_err_probe()Xichao Zhao
2025-11-13tty: serial: ip22zilog: Use platform device for probingThomas Bogendoerfer
2025-10-29serial: sc16is7xx: remove useless enable of enhanced featuresHugo Villeneuve
2025-10-29serial: 8250_mtk: Enable baud clock and manage in runtime PMDaniel Golle
2025-10-29serial: 8250_exar: add support for Advantech 2 port card with Device ID 0x0018Florian Eckert
2025-10-29serial: 8250_dw: handle reset control deassert errorArtem Shimko
2025-10-29tty: serial: sh-sci: fix RSCI FIFO overrun handlingCosmin Tanislav
2025-10-15serial: max310x: Add error checking in probe()Dan Carpenter
2025-10-12serial: stm32: allow selecting console when the driver is moduleRaphael Gallais-Pou
2025-10-12serial: qcom-geni: Fix blocked taskKrzysztof Kozlowski
2025-09-14Merge tag 'tty-6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-09-06serial: xilinx_uartps: read reg size from DTSHarshit Shah
2025-08-14serial: sc16is7xx: fix bug in flow control levels initHugo Villeneuve
2025-08-11module: Rename EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYMBOL_FOR_MODULESVlastimil Babka
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski
2025-07-31Merge tag 'mips_6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds
2025-07-28MIPS: Update Joshua Kinard's e-mail addressJoshua Kinard
2025-07-24serial: 8250: fix panic due to PSLVERRYunhui Cui
2025-07-22serial: qcom-geni: Enable Serial on SA8255p Qualcomm platformsPraveen Talari
2025-07-22serial: qcom-geni: Enable PM runtime for serial driverPraveen Talari
2025-07-22serial: qcom-geni: move clock-rate logic to separate functionPraveen Talari
2025-07-22serial: qcom-geni: move resource control logic to separate functionsPraveen Talari
2025-07-22serial: qcom-geni: move resource initialization to separate functionPraveen Talari
2025-07-22serial: 8250_dw: Fix typo "notifer"WangYuli
2025-07-21serial: 8250_ce4100: Fix CONFIG_SERIAL_8250=n buildAndy Shevchenko
2025-07-21Merge tag 'v6.16-rc7' into tty-nextGreg Kroah-Hartman
2025-07-16serial: 8250_ni: Reorder local variablesChaitanya Vadrevu
2025-07-16serial: 8250_ni: Fix build warningChaitanya Vadrevu
2025-07-16serial: sh-sci: Convert to DEFINE_SIMPLE_DEV_PM_OPS()Geert Uytterhoeven
2025-07-09serial: sh-sci: Add support for RZ/T2H SCIThierry Bultel
2025-07-09serial: sh-sci: Use private port IDThierry Bultel
2025-07-09serial: sh-sci: Replace direct stop_rx/stop_tx calls with port ops in sci_shu...Lad Prabhakar
2025-07-09serial: sh-sci: Add R-Car Gen5 supportKuninori Morimoto
2025-07-09serial: 8520_ce4100: Reuse mem_serial_in() in ce4100_mem_serial_in()Andy Shevchenko
2025-07-09pch_uart: Fix dma_sync_sg_for_device() nents valueThomas Fourier
2025-07-09serial: core: fix OF node leakJohan Hovold
2025-06-30Merge 6.16-rc4 into tty-nextGreg Kroah-Hartman
2025-06-29serial: 8250: Move CE4100 quirks to a module under 8250 driverAndy Shevchenko
2025-06-29tty: serial: fsl_lpuart: Constify struct lpuart_soc_dataChristophe JAILLET
2025-06-24serial: imx: Restore original RXTL for console to fix data lossFabio Estevam
2025-06-24serial: 8250: document doubled "type == PORT_8250_CIR" checkJiri Slaby (SUSE)
2025-06-24serial: 8250: rename lsr_TEMT, iir_NOINT to lowercaseJiri Slaby (SUSE)
2025-06-24serial: 8250: extract serial8250_iir_txen_test()Jiri Slaby (SUSE)
2025-06-24serial: 8250: extract serial8250_init_mctrl()Jiri Slaby (SUSE)