public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Jiri Slaby <jslaby@suse.cz>,
	Stephen Rothwell <sfr@canb.auug.org.au>,
	Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org
Subject: [GIT PULL] TTY/Serial driver fixes for 5.18-rc7
Date: Sun, 15 May 2022 16:27:19 +0200	[thread overview]
Message-ID: <YoENxyxFu4xUQD6b@kroah.com> (raw)

The following changes since commit 672c0c5173427e6b3e2a9bbb7be51ceeec78093a:

  Linux 5.18-rc5 (2022-05-01 13:57:58 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-5.18-rc7

for you to fetch changes up to 401fb66a355eb0f22096cf26864324f8e63c7d78:

  fsl_lpuart: Don't enable interrupts too early (2022-05-05 23:00:21 +0200)

----------------------------------------------------------------
TTY/Serial driver fixes for 5.18-rc7

Here are some small tty n_gsm and serial driver fixes for 5.18-rc7 that
resolve reported problems.  They include:
	- n_gsm fixes for reported issues
	- 8250_mtk driver fixes for some platforms
	- fsl_lpuart driver fix for reported problem.
	- digicolor driver fix for reported problem.

All have been in linux-next for a while with no reported problems.

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

----------------------------------------------------------------
AngeloGioacchino Del Regno (3):
      serial: 8250_mtk: Fix UART_EFR register address
      serial: 8250_mtk: Make sure to select the right FEATURE_SEL
      serial: 8250_mtk: Fix register address for XON/XOFF character

Daniel Starke (3):
      tty: n_gsm: fix buffer over-read in gsm_dlci_data()
      tty: n_gsm: fix mux activation issues in gsm_config()
      tty: n_gsm: fix invalid gsmtty_write_room() result

Indan Zupancic (1):
      fsl_lpuart: Don't enable interrupts too early

Yang Yingliang (1):
      tty/serial: digicolor: fix possible null-ptr-deref in digicolor_uart_probe()

 drivers/tty/n_gsm.c                  | 20 ++++++++++++--------
 drivers/tty/serial/8250/8250_mtk.c   | 29 ++++++++++++++++++++---------
 drivers/tty/serial/digicolor-usart.c |  5 ++---
 drivers/tty/serial/fsl_lpuart.c      | 18 +++++++++---------
 4 files changed, 43 insertions(+), 29 deletions(-)

             reply	other threads:[~2022-05-15 14:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-15 14:27 Greg KH [this message]
2022-05-15 15:11 ` [GIT PULL] TTY/Serial driver fixes for 5.18-rc7 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YoENxyxFu4xUQD6b@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox