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.5-rc3
Date: Fri, 20 Dec 2019 08:07:47 +0100 [thread overview]
Message-ID: <20191220070747.GA2190169@kroah.com> (raw)
The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:
Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-5.5-rc3
for you to fetch changes up to cb47b9f8630ae3fa3f5fbd0c7003faba7abdf711:
tty/serial: atmel: fix out of range clock divider handling (2019-12-17 14:17:32 +0100)
----------------------------------------------------------------
TTY/Serial fixes for 5.5-rc3
Here are some small tty and serial driver fixes for 5.5-rc3.
Only 4 small patches here:
- atmel serial driver fix
- msm_serial driver fix
- sprd serial driver fix
- tty core port fix
The last tty core fix should resolve a long-standing bug with a race
at port creation time that some people would see, and Sudip finally
tracked down.
All of these have been in linux-next with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
David Engraf (1):
tty/serial: atmel: fix out of range clock divider handling
Leo Yan (1):
tty: serial: msm_serial: Fix lockup for sysrq and oops
Sudip Mukherjee (1):
tty: link tty and port before configuring it as console
Yonghan Ye (1):
serial: sprd: Add clearing break interrupt operation
drivers/tty/serial/atmel_serial.c | 43 ++++++++++++++++++++-------------------
drivers/tty/serial/msm_serial.c | 13 ++++++++++--
drivers/tty/serial/serial_core.c | 1 +
drivers/tty/serial/sprd_serial.c | 3 +++
drivers/tty/tty_port.c | 3 ++-
5 files changed, 39 insertions(+), 24 deletions(-)
next reply other threads:[~2019-12-20 7:07 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-20 7:07 Greg KH [this message]
2019-12-20 18:08 ` [GIT PULL] TTY/Serial driver fixes for 5.5-rc3 Linus Torvalds
2019-12-23 12:06 ` Greg KH
2019-12-25 12:52 ` Sudip Mukherjee
2019-12-27 18:30 ` Sudip Mukherjee
2020-01-10 10:37 ` Johan Hovold
2019-12-20 18:15 ` 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=20191220070747.GA2190169@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.