[GIT PULL] TTY/Serial driver fixes for 7.2-rc3
Greg KH <[email protected]>
| Newsgroups | org.kernel.vger.linux-serial,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482: Linux 7.2-rc1 (2026-06-28 12:01:31 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-7.2-rc3 for you to fetch changes up to 302fbbb4fcbdeac2dc8c63a56c1c4e38c4781958: serial: 8250: Ignore flow control on suspend/resume with no_console_suspend (2026-07-10 14:47:30 +0200) ---------------------------------------------------------------- TTY/Serial fixes for 7.2-rc3 Here are some small tty/serial/vt fixes for 7.2-rc3 that resolve some reported problems. Included in here are: - vt spurious modifier issue that showed up in -rc1 (reported a bunch) - 8250 driver bugfixes - msm serial driver bugfix - max310x serial driver bugfix All of these have been in linux-next with no reported issues Signed-off-by: Greg Kroah-Hartman <[email protected]> ---------------------------------------------------------------- Andy Shevchenko (1): serial: 8250_mid: Disable DMA for selected platforms John Ogness (1): serial: 8250: Ignore flow control on suspend/resume with no_console_suspend Matthias Feser (1): serial: 8250_omap: clear rx_running on zero-length DMA completes Nicolas Pitre (1): vt: fix spurious modifier in CSI/cursor key sequences Stephan Gerhold (1): serial: msm: Disable DMA for kernel console UART Tapio Reijonen (1): serial: max310x: implement gpio_chip::get_direction() drivers/tty/serial/8250/8250_mid.c | 13 +++++++++++-- drivers/tty/serial/8250/8250_omap.c | 3 ++- drivers/tty/serial/8250/8250_port.c | 10 ++++++++-- drivers/tty/serial/max310x.c | 12 ++++++++++++ drivers/tty/serial/msm_serial.c | 3 ++- drivers/tty/vt/keyboard.c | 12 +++++++++--- 6 files changed, 44 insertions(+), 9 deletions(-)