summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)Author
2025-06-24serial: imx: Restore original RXTL for console to fix data lossFabio Estevam
2025-06-19serial: core: restore of_node information in sysfsAidan Stewart
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-22tty: serial: 8250_omap: fix TX with DMA for am33xxJiri Slaby (SUSE)
2025-05-21serial: max3100: Replace open-coded parity calculation with parity8()Kuan-Wei Chiu
2025-05-21serial: jsm: fix NPE during jsm_uart_port_initDustin Lundquist
2025-05-018250: microchip: pci1xxxx: Add PCIe Hot reset disable support for Rev C0 and ...Rengarajan S
2025-05-01tty: serial: samsung_tty: support 18 uart portsFaraz Ata
2025-04-28Merge 6.15-rc4 into tty-nextGreg Kroah-Hartman
2025-04-25serial: 8250: unexport serial8250_rpm_*() functionsJiri Slaby (SUSE)
2025-04-25serial: use uart_port_ref_lock() helperJiri Slaby (SUSE)
2025-04-25serial: rename local uart_port_lock() -> uart_port_ref_lock()Jiri Slaby (SUSE)
2025-04-25serial: switch uart_port::iotype to enum uart_iotypeJiri Slaby (SUSE)
2025-04-15serial: sifive: lock port in startup()/shutdown() callbacksRyo Takakura
2025-04-15serial: 8250_of: manage bus clock in suspend/resumeAlex Elder
2025-04-15serial: sifive: Switch to nbcon consoleRyo Takakura
2025-04-11serial: msm: Configure correct working mode before starting earlyconStephan Gerhold
2025-04-11serial: sh-sci: Introduced sci_of_dataThierry Bultel
2025-04-11serial: sh-sci: Introduced function pointersThierry Bultel
2025-04-11serial: sh-sci: Fix a comment about SCIFAThierry Bultel
2025-04-11serial: Fix potential null-ptr-deref in mlb_usio_probe()Henry Martin
2025-04-11serial: 8250_of: add support for an optional bus clockAlex Elder
2025-04-11serial: sc16is7xx: use new GPIO line value setter callbacksBartosz Golaszewski
2025-04-11serial: max310x: use new GPIO line value setter callbacksBartosz Golaszewski
2025-04-11serial: tegra-utc: Remove unneeded semicolonChen Ni
2025-04-11serial: qcom-geni: Remove alias dependency from qcom serial driverViken Dadhaniya
2025-04-11tty: serial: uartlite: register uart driver in initJakub Lewalski
2025-04-11serial: lantiq: Remove unnecessary print function dev_err()Chen Ni
2025-04-11serial: 8250_ni: Tidy up ACPI ID tableAndy Shevchenko
2025-04-11serial: 8250_ni: Switch to use dev_err_probe()Andy Shevchenko
2025-04-11serial: 8250_ni: use serial_port_in()/serial_port_out() helpersAndy Shevchenko
2025-04-11serial: 8250_ni: Remove unneeded conditionalsAndy Shevchenko
2025-04-11serial: 8250_ni: Switch to use platform_get_mem_or_io()Andy Shevchenko
2025-04-11serial: 8250_ni: Remove duplicate mappingAndy Shevchenko
2025-04-11serial: 8250_ni: Switch to use uart_read_port_properties()Andy Shevchenko
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-02Merge tag 'tty-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-03-27Merge tag 'printk-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-24tty: serial: fsl_lpuart: Fix unused variable 'sport' build warningSherry Sun
2025-03-20serial: stm32: do not deassert RS485 RTS GPIO prematurelyCheick Traore
2025-03-20serial: 8250: add driver for NI UARTsChaitanya Vadrevu
2025-03-20serial: icom: fix code format problemsCharles Han
2025-03-20serial: sh-sci: Save and restore more registersGeert Uytterhoeven
2025-03-20tty: serial: pl011: remove incorrect of_match_ptr annotationArnd Bergmann
2025-03-20tty: serial: lpuart: only disable CTS instead of overwriting the whole UARTMO...Sherry Sun
2025-03-20serial: 8250_dma: terminate correct DMA in tx_dma_flush()John Keeping
2025-03-20tty: serial: fsl_lpuart: rename register variables more specificallySherry Sun
2025-03-20tty: serial: fsl_lpuart: use port struct directly to simply codeSherry Sun
2025-03-20tty: serial: fsl_lpuart: Use u32 and u8 for register variablesSherry Sun
2025-03-20tty: serial: fsl_lpuart: disable transmitter before changing RS485 related re...Sherry Sun