summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2025-12-23serial: xilinx_uartps: fix rs485 delay_rts_after_sendj.turek1-7/+7
2025-12-23serial: sh-sci: Check that the DMA cookie is validClaudiu Beznea1-1/+1
2025-12-23serial: core: Fix serial device initializationAlexander Stein1-0/+1
2025-12-23serial: rsci: Convert to FIELD_MODIFY()Geert Uytterhoeven1-2/+1
2025-12-21vt: Remove con_debug_enter/_leave from struct conswThomas Zimmermann1-29/+1
2025-12-21vt: Remove trailing whitespaceThomas Zimmermann1-1/+1
2025-12-17serial: 8250: longson: Fix NULL vs IS_ERR() bug in probeDan Carpenter1-2/+2
2025-12-17serial: core: Restore sysfs fwnode informationAndy Shevchenko1-4/+6
2025-12-17serdev: Provide a bustype shutdown functionUwe Kleine-König1-0/+21
2025-12-17serial: sh-sci: Add support for RZ/G3E RSCIBiju Das3-9/+257
2025-12-17serial: rsci: Rename early_console data, port_params and callback() namesBiju Das3-9/+9
2025-12-17serial: sh-sci: Add finish_console_write() callbackBiju Das2-1/+5
2025-12-17serial: sh-sci: Make sci_scbrr_calc() publicBiju Das2-3/+6
2025-12-17serial: sh-sci: Add support for RZ/G3E RSCI clksBiju Das2-0/+13
2025-12-17serial: sh-sci: Add RSCI_PORT_SCIF32 port IDBiju Das2-1/+2
2025-12-17serial: sh-sci: Rename port SCI_PORT_RSCI->RSCI_PORT_SCIF16Biju Das3-6/+6
2025-12-17serial: sh-sci: Add sci_is_rsci_type()Biju Das1-4/+9
2025-12-17serial: sh-sci: Use devm_reset_control_array_get_exclusive()Biju Das1-1/+1
2025-12-17serial: rsci: Drop unused TDR registerBiju Das1-6/+0
2025-12-17serial: rsci: Drop unused macro DCRBiju Das1-3/+0
2025-12-17serial: sh-sci: Drop extra linesBiju Das1-10/+4
2025-12-17serial: rsci: Drop rsci_clear_SCxSR()Biju Das1-6/+2
2025-12-17serial: sh-sci: Drop checking port type for device file{create, remove}Biju Das1-11/+4
2025-12-17serial: rsci: Add set_rtrg() callbackBiju Das1-0/+17
2025-12-17serial: sh-sci: Update rx_trigger size for RZ/T2H RSCIBiju Das1-1/+1
2025-12-17tty/n_hdlc: Fix struct n_hdlc kernel-doc warningsBartlomiej Kubik1-0/+2
2025-12-17serial: 8250_keba: Use dev_err_probe()Gerhard Engleder1-4/+3
2025-12-17serial: 8250_keba: Add ICR definesGerhard Engleder1-3/+7
2025-12-17serial: 8250_keba: Add missing includesGerhard Engleder1-1/+9
2025-12-17serial: 8250_men_mcb: Clean definesFilip Jensen1-8/+4
2025-12-17tty: vt/keyboard: Split apart vt_do_diacrit()Nathan Chancellor1-106/+115
2025-12-17serial: 8250_dw: fix runtime PM initialization sequenceArtem Shimko1-5/+7
2025-12-17serial: 8250_dw: handle clock enable errors in runtime_resumeArtem Shimko1-2/+9
2025-12-07Merge tag 'tty-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds41-1134/+1659
2025-12-05Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+0
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2025-12-02Merge tag 'objtool-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-21/+21
2025-12-02Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-33/+18
2025-11-28tty: convert ptm_open_peer() to FD_ADD()Christian Brauner1-33/+18
2025-11-27drivers: serial: kgdboc: Drop checks for CON_ENABLED and CON_BOOTMarcos Paulo de Souza1-1/+0
2025-11-26serial: 8250: Fix 8250_rsa symbol loopIlpo Järvinen4-13/+21
2025-11-26serial: sh-sci: Fix deadlock during RSCI FIFO overrun errorBiju Das1-2/+10
2025-11-26serial: 8250: Add Loongson uart driver supportBinbin Zhou3-0/+249
2025-11-26serial: 8250: add driver for KEBA UARTGerhard Engleder3-0/+294
2025-11-26serial: Keep rs485 settings for devices without firmware nodeGerhard Engleder1-0/+8
2025-11-26serial: qcom-geni: Enable Serial on SA8255p Qualcomm platformsPraveen Talari1-17/+141
2025-11-26serial: qcom-geni: Enable PM runtime for serial driverPraveen Talari1-2/+22
2025-11-26serial: sprd: Return -EPROBE_DEFER when uart clock is not readyWenhua Lin1-0/+6
2025-11-26tty: serial: samsung: Declare earlycon for Exynos850Sam Protsenko1-0/+2
2025-11-26serial: icom: Convert PCIBIOS_* return codes to errnosHaotian Zhang1-0/+1