Linux Serial subsystem development
 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.10-rc5
Date: Sun, 22 Nov 2020 12:42:50 +0100	[thread overview]
Message-ID: <X7pOurJAAFWxYMG/@kroah.com> (raw)

The following changes since commit f8394f232b1eab649ce2df5c5f15b0e528c92091:

  Linux 5.10-rc3 (2020-11-08 16:10:16 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-5.10-rc5

for you to fetch changes up to 425af483523b76bc78e14674a430579d38b2a593:

  serial: ar933x_uart: disable clk on error handling path in probe (2020-11-12 09:41:07 +0100)

----------------------------------------------------------------
TTY fixes for 5.10-rc5

Here are some small tty/serial fixes for 5.10-rc5 that resolve some
reported issues:
	- speakup crash when telling the kernel to use a device that
	  isn't really there
	- imx serial driver fixes for reported problems
	- ar933x_uart driver fix for probe error handling path

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

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

----------------------------------------------------------------
Fugang Duan (1):
      tty: serial: imx: keep console clocks always on

Sam Nobs (1):
      tty: serial: imx: fix potential deadlock

Samuel Thibault (1):
      speakup: Do not let the line discipline be used several times

Zheng Zengkai (1):
      serial: ar933x_uart: disable clk on error handling path in probe

 drivers/accessibility/speakup/spk_ttyio.c | 12 +++++++++++-
 drivers/tty/serial/ar933x_uart.c          |  6 ++++--
 drivers/tty/serial/imx.c                  | 30 +++++++++++-------------------
 3 files changed, 26 insertions(+), 22 deletions(-)

             reply	other threads:[~2020-11-22 11:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-22 11:42 Greg KH [this message]
2020-11-22 21:09 ` [GIT PULL] TTY/Serial driver fixes for 5.10-rc5 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=X7pOurJAAFWxYMG/@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