summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2024-04-17serial: stm32: Reset .throttled state in .startup()Uwe Kleine-König1-0/+1
2024-04-17serial: stm32: Return IRQ_NONE in the ISR if no handling happendUwe Kleine-König1-2/+10
2024-04-11serial: core: Fix missing shutdown and startup for serial base portTony Lindgren3-3/+55
2024-04-09serial: core: Clearing the circular buffer before NULLifying itAndy Shevchenko1-0/+1
2024-04-09serial/pmac_zilog: Remove flawed mitigation for rx irq floodFinn Thain1-14/+0
2024-04-09serial: 8250_pci: Remove redundant PCI IDsAndy Shevchenko1-6/+0
2024-04-09serial: core: Fix regression when runtime PM is not enabledTony Lindgren1-1/+1
2024-04-09serial: mxs-auart: add spinlock around changing cts stateEmil Kronborg1-2/+6
2024-04-09serial: 8250_dw: Revert: Do not reclock if already at correct rateHans de Goede1-3/+3
2024-04-09serial: 8250_lpc18xx: disable clks on error in probe()Dan Carpenter1-1/+1
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds55-2018/+2440
2024-03-16Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-5/+2
2024-03-15Merge tag 'mips_6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-1/+1
2024-03-07powerpc/macio: Make remove callback of macio driver void returnedDawei Li1-5/+2
2024-03-07serial: 8250_dw: Replace ACPI device check by a quirkAndy Shevchenko1-25/+26
2024-03-05Revert "tty: serial: simplify qcom_geni_serial_send_chunk_fifo()"Douglas Anderson1-4/+6
2024-03-05tty: serial: fsl_lpuart: avoid idle preamble pending if CTS is enabledSherry Sun1-2/+5
2024-03-05serial: Lock console when calling into driver before registrationPeter Collingbourne2-6/+12
2024-03-05serial: 8250_uniphier: Switch to use uart_read_port_properties()Andy Shevchenko1-13/+4
2024-03-05serial: 8250_tegra: Switch to use uart_read_port_properties()Andy Shevchenko1-17/+9
2024-03-05serial: 8250_pxa: Switch to use uart_read_port_properties()Andy Shevchenko1-13/+9
2024-03-05serial: 8250_omap: Switch to use uart_read_port_properties()Andy Shevchenko1-19/+10
2024-03-05serial: 8250_of: Switch to use uart_read_port_properties()Andy Shevchenko1-80/+19
2024-03-05serial: 8250_lpc18xx: Switch to use uart_read_port_properties()Andy Shevchenko1-12/+8
2024-03-05serial: 8250_ingenic: Switch to use uart_read_port_properties()Andy Shevchenko1-13/+7
2024-03-05serial: 8250_dw: Switch to use uart_read_port_properties()Andy Shevchenko1-40/+27
2024-03-05serial: 8250_bcm7271: Switch to use uart_read_port_properties()Andy Shevchenko1-37/+19
2024-03-05serial: 8250_bcm2835aux: Switch to use uart_read_port_properties()Andy Shevchenko1-51/+43
2024-03-05serial: 8250_aspeed_vuart: Switch to use uart_read_port_properties()Andy Shevchenko1-35/+15
2024-03-05serial: port: Introduce a common helper to read propertiesAndy Shevchenko1-0/+145
2024-03-05serial: sh-sci: Call sci_serial_{in,out}() directlyGeert Uytterhoeven1-126/+119
2024-03-03vt: fix unicode buffer corruption when deleting charactersNicolas Pitre1-1/+1
2024-03-03serial: port: Don't suspend if the port is still busyYicong Yang1-1/+24
2024-03-03serial: 8250_dw: Do not reclock if already at correct ratePeter Collingbourne1-3/+3
2024-03-03tty: serial: imx: Fix broken RS485Rickard x Andersson1-4/+18
2024-03-03serial: pch: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior1-15/+9
2024-03-03serial: pch: Remove eg20t_port::lock.Sebastian Andrzej Siewior1-20/+6
2024-03-03serial: pch: Don't initialize uart_port's spin_lock.Sebastian Andrzej Siewior1-2/+0
2024-03-03serial: pch: Don't disable interrupts while acquiring lock in ISR.Sebastian Andrzej Siewior1-3/+2
2024-03-03serial: pch: Make push_rx() return void.Sebastian Andrzej Siewior1-8/+4
2024-03-03serial: pch: Invoke handle_rx_to() directly.Sebastian Andrzej Siewior1-6/+1
2024-03-03serial: sifive: Use uart_prepare_sysrq_char() to handle sysrq.Sebastian Andrzej Siewior1-10/+7
2024-03-03serial: rda: Use uart_prepare_sysrq_char() to handle sysrq.Sebastian Andrzej Siewior1-18/+10
2024-03-03serial: owl: Use uart_prepare_sysrq_char() to handle sysrq.Sebastian Andrzej Siewior1-18/+12
2024-03-03serial: lpc32xx_hs: Use uart_prepare_sysrq_char() to handle sysrq.Sebastian Andrzej Siewior1-10/+7
2024-03-03serial: sunplus: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior1-12/+6
2024-03-03serial: pxa: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior1-11/+6
2024-03-03serial: omap: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior1-10/+6
2024-03-03serial: msm: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior1-23/+10
2024-03-03serial: meson: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior1-14/+8