summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* serial: stm32: Reset .throttled state in .startup()Uwe Kleine-König2024-04-171-0/+1
* serial: stm32: Return IRQ_NONE in the ISR if no handling happendUwe Kleine-König2024-04-171-2/+10
* serial: core: Fix missing shutdown and startup for serial base portTony Lindgren2024-04-113-3/+55
* serial: core: Clearing the circular buffer before NULLifying itAndy Shevchenko2024-04-091-0/+1
* serial/pmac_zilog: Remove flawed mitigation for rx irq floodFinn Thain2024-04-091-14/+0
* serial: 8250_pci: Remove redundant PCI IDsAndy Shevchenko2024-04-091-6/+0
* serial: core: Fix regression when runtime PM is not enabledTony Lindgren2024-04-091-1/+1
* serial: mxs-auart: add spinlock around changing cts stateEmil Kronborg2024-04-091-2/+6
* serial: 8250_dw: Revert: Do not reclock if already at correct rateHans de Goede2024-04-091-3/+3
* serial: 8250_lpc18xx: disable clks on error in probe()Dan Carpenter2024-04-091-1/+1
* Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-03-2155-2018/+2440
|\
| * serial: 8250_dw: Replace ACPI device check by a quirkAndy Shevchenko2024-03-061-25/+26
| * serial: Lock console when calling into driver before registrationPeter Collingbourne2024-03-052-6/+12
| * serial: 8250_uniphier: Switch to use uart_read_port_properties()Andy Shevchenko2024-03-051-13/+4
| * serial: 8250_tegra: Switch to use uart_read_port_properties()Andy Shevchenko2024-03-051-17/+9
| * serial: 8250_pxa: Switch to use uart_read_port_properties()Andy Shevchenko2024-03-051-13/+9
| * serial: 8250_omap: Switch to use uart_read_port_properties()Andy Shevchenko2024-03-051-19/+10
| * serial: 8250_of: Switch to use uart_read_port_properties()Andy Shevchenko2024-03-051-80/+19
| * serial: 8250_lpc18xx: Switch to use uart_read_port_properties()Andy Shevchenko2024-03-051-12/+8
| * serial: 8250_ingenic: Switch to use uart_read_port_properties()Andy Shevchenko2024-03-051-13/+7
| * serial: 8250_dw: Switch to use uart_read_port_properties()Andy Shevchenko2024-03-051-40/+27
| * serial: 8250_bcm7271: Switch to use uart_read_port_properties()Andy Shevchenko2024-03-051-37/+19
| * serial: 8250_bcm2835aux: Switch to use uart_read_port_properties()Andy Shevchenko2024-03-051-51/+43
| * serial: 8250_aspeed_vuart: Switch to use uart_read_port_properties()Andy Shevchenko2024-03-051-35/+15
| * serial: port: Introduce a common helper to read propertiesAndy Shevchenko2024-03-051-0/+145
| * serial: sh-sci: Call sci_serial_{in,out}() directlyGeert Uytterhoeven2024-03-051-126/+119
| * serial: pch: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior2024-03-021-15/+9
| * serial: pch: Remove eg20t_port::lock.Sebastian Andrzej Siewior2024-03-021-20/+6
| * serial: pch: Don't initialize uart_port's spin_lock.Sebastian Andrzej Siewior2024-03-021-2/+0
| * serial: pch: Don't disable interrupts while acquiring lock in ISR.Sebastian Andrzej Siewior2024-03-021-3/+2
| * serial: pch: Make push_rx() return void.Sebastian Andrzej Siewior2024-03-021-8/+4
| * serial: pch: Invoke handle_rx_to() directly.Sebastian Andrzej Siewior2024-03-021-6/+1
| * serial: sifive: Use uart_prepare_sysrq_char() to handle sysrq.Sebastian Andrzej Siewior2024-03-021-10/+7
| * serial: rda: Use uart_prepare_sysrq_char() to handle sysrq.Sebastian Andrzej Siewior2024-03-021-18/+10
| * serial: owl: Use uart_prepare_sysrq_char() to handle sysrq.Sebastian Andrzej Siewior2024-03-021-18/+12
| * serial: lpc32xx_hs: Use uart_prepare_sysrq_char() to handle sysrq.Sebastian Andrzej Siewior2024-03-021-10/+7
| * serial: sunplus: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior2024-03-021-12/+6
| * serial: pxa: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior2024-03-021-11/+6
| * serial: omap: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior2024-03-021-10/+6
| * serial: msm: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior2024-03-021-23/+10
| * serial: meson: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior2024-03-021-14/+8
| * serial: bcm63xx: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior2024-03-021-16/+8
| * serial: ar933x: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior2024-03-021-12/+6
| * serial: amba-pl011: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior2024-03-021-16/+8
| * serial: 8250_dw: Emit an error message if getting the baudclk failedUwe Kleine-König2024-03-021-1/+2
| * serial: 8250: Use serial8250_do_set_termios for uartclk updatingSerge Semin2024-03-021-19/+1
| * serial: st-asc: don't get/put GPIOs in atomic contextBartosz Golaszewski2024-03-021-16/+24
| * serial: samsung: honor fifosize from dts at firstTamseel Shams2024-03-021-7/+10
| * drivers/tty/serial: Remove unused function early_mcf_setupThomas Huth2024-03-021-27/+0
| * serial: 8250_pci1xxxx: Drop quirk from 8250_portAndy Shevchenko2024-03-022-14/+18