summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2024-04-09serial: 8250_dw: Revert: Do not reclock if already at correct rateHans de Goede
2024-04-09serial: 8250_lpc18xx: disable clks on error in probe()Dan Carpenter
2024-04-09serial: max3100: Update Kconfig entryAndy Shevchenko
2024-04-09serial: max3100: Remove unneeded forward declarationAndy Shevchenko
2024-04-09serial: max3100: Replace custom polling timeout with standard oneAndy Shevchenko
2024-04-09serial: max3100: Remove custom HW shutdown supportAndy Shevchenko
2024-04-09serial: max3100: Make struct plat_max3100 localAndy Shevchenko
2024-04-09serial: max3100: Fix bitwise typesAndy Shevchenko
2024-04-09serial: max3100: Update uart_driver_registered on driver removalAndy Shevchenko
2024-04-09serial: max3100: Lock port->lock when calling uart_handle_cts_change()Andy Shevchenko
2024-04-09serial: 8250_of: Add clock_notifierBastien Curutchet
2024-04-09serial: pmac_zilog: Drop usage of platform_driver_probe()Uwe Kleine-König
2024-04-09serial: ami: Mark driver struct with __refdata to prevent section mismatchUwe Kleine-König
2024-04-09tty: vt: conmakehash: Don't mention the full path of the input in outputUwe Kleine-König
2024-04-09tty: n_gsm: replace deprecated strncpy with strscpyJustin Stitt
2024-04-09tty: hvc: Remove second semicolonColin Ian King
2024-04-09serial: sifive: Remove 0 from fu540-c000-uart0 binding.Sebastian Andrzej Siewior
2024-04-09serial: pic32_uart: Replace of_gpio.h by proper oneAndy Shevchenko
2024-04-09serial: 8250_omap: Remove unused of_gpio.hAndy Shevchenko
2024-04-09serial: 8250: Add preferred console in serial8250_isa_init_ports()Tony Lindgren
2024-04-09serial: core: Handle serial console optionsTony Lindgren
2024-04-09serial: core: Add support for DEVNAME:0.0 style naming for kernel consoleTony Lindgren
2024-04-09tty: atmel_serial: use single DMA mapping for RXJiri Slaby (SUSE)
2024-04-09tty: atmel_serial: define macro for RX sizeJiri Slaby (SUSE)
2024-04-09tty: atmel_serial: use single DMA mapping for TXJiri Slaby (SUSE)
2024-04-09tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)
2024-04-09tty: msm_serial: use dmaengine_prep_slave_sg()Jiri Slaby (SUSE)
2024-04-09tty: 8250_omap: use dmaengine_prep_slave_sg()Jiri Slaby (SUSE)
2024-04-09tty: 8250_dma: use dmaengine_prep_slave_sg()Jiri Slaby (SUSE)
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-03-15Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2024-03-15Merge tag 'mips_6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds
2024-03-07powerpc/macio: Make remove callback of macio driver void returnedDawei Li
2024-03-06serial: 8250_dw: Replace ACPI device check by a quirkAndy Shevchenko
2024-03-05Revert "tty: serial: simplify qcom_geni_serial_send_chunk_fifo()"Douglas Anderson
2024-03-05tty: serial: fsl_lpuart: avoid idle preamble pending if CTS is enabledSherry Sun
2024-03-05serial: Lock console when calling into driver before registrationPeter Collingbourne
2024-03-05serial: 8250_uniphier: Switch to use uart_read_port_properties()Andy Shevchenko
2024-03-05serial: 8250_tegra: Switch to use uart_read_port_properties()Andy Shevchenko
2024-03-05serial: 8250_pxa: Switch to use uart_read_port_properties()Andy Shevchenko
2024-03-05serial: 8250_omap: Switch to use uart_read_port_properties()Andy Shevchenko
2024-03-05serial: 8250_of: Switch to use uart_read_port_properties()Andy Shevchenko
2024-03-05serial: 8250_lpc18xx: Switch to use uart_read_port_properties()Andy Shevchenko
2024-03-05serial: 8250_ingenic: Switch to use uart_read_port_properties()Andy Shevchenko
2024-03-05serial: 8250_dw: Switch to use uart_read_port_properties()Andy Shevchenko
2024-03-05serial: 8250_bcm7271: Switch to use uart_read_port_properties()Andy Shevchenko
2024-03-05serial: 8250_bcm2835aux: Switch to use uart_read_port_properties()Andy Shevchenko
2024-03-05serial: 8250_aspeed_vuart: Switch to use uart_read_port_properties()Andy Shevchenko
2024-03-05serial: port: Introduce a common helper to read propertiesAndy Shevchenko
2024-03-05serial: sh-sci: Call sci_serial_{in,out}() directlyGeert Uytterhoeven