mbox series

[GIT,PULL] TTY/Serial driver fixes for 6.10-rc1

Message ID ZlBGWwX-98c6wnGW@kroah.com
State New
Headers show
Series [GIT,PULL] TTY/Serial driver fixes for 6.10-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.10-rc1-fixes

Message

Greg Kroah-Hartman May 24, 2024, 7:48 a.m. UTC
The following changes since commit ed30a4a51bb196781c8058073ea720133a65596f:

  Linux 6.9-rc5 (2024-04-21 12:35:54 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.10-rc1-fixes

for you to fetch changes up to 8492bd91aa055907c67ef04f2b56f6dadd1f44bf:

  serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescaler (2024-05-04 18:14:14 +0200)

----------------------------------------------------------------
TTY/Serial fixes for 6.10-rc1

Here are some small TTY and Serial driver fixes that missed the
6.9-final merge window, but have been in my tree for weeks (my fault,
travel caused me to miss this.)

These fixes include:
  - more n_gsm fixes for reported problems
  - 8520_mtk driver fix
  - 8250_bcm7271 driver fix
  - sc16is7xx driver fix

All of these have been in linux-next for weeks without any reported
problems.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Daniel Starke (2):
      tty: n_gsm: fix possible out-of-bounds in gsm0_receive()
      tty: n_gsm: fix missing receive state reset after mode switch

Doug Berger (1):
      serial: 8250_bcm7271: use default_mux_rate if possible

Hugo Villeneuve (1):
      serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescaler

Pin-yen Lin (1):
      serial: 8520_mtk: Set RTS on shutdown for Rx in-band wakeup

 drivers/tty/n_gsm.c                    | 140 +++++++++++++++++++++++----------
 drivers/tty/serial/8250/8250_bcm7271.c |  99 +++++++++++++----------
 drivers/tty/serial/8250/8250_mtk.c     |   8 +-
 drivers/tty/serial/sc16is7xx.c         |  23 ++++--
 4 files changed, 180 insertions(+), 90 deletions(-)