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.15-rc3
Date: Sat, 25 Sep 2021 16:13:15 +0200	[thread overview]
Message-ID: <YU8ue5u+44spJB0v@kroah.com> (raw)

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-5.15-rc3

for you to fetch changes up to 7049d853cfb928f50b6041cb4a5c6d6c1d8dd201:

  tty: unexport tty_ldisc_release (2021-09-14 11:18:47 +0200)

----------------------------------------------------------------
TTY/Serial fixes for 5.15-rc3

Here are 4 small tty/serial driver fixes for 5.15-rc3.  They include:
	- remove an export now that no one is using it anymore
	- mvebu-uart tx_empty callback fix
	- 8250_omap bugfix
	- synclink_gt build fix

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

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

----------------------------------------------------------------
Jiri Slaby (1):
      tty: unexport tty_ldisc_release

Nishanth Menon (1):
      serial: 8250: 8250_omap: Fix RX_LVL register offset

Pali Rohár (1):
      serial: mvebu-uart: fix driver's tx_empty callback

Randy Dunlap (1):
      tty: synclink_gt: rename a conflicting function name

 drivers/tty/serial/8250/8250_omap.c |  2 +-
 drivers/tty/serial/mvebu-uart.c     |  2 +-
 drivers/tty/synclink_gt.c           | 44 ++++++++++++++++++-------------------
 drivers/tty/tty_ldisc.c             |  1 -
 4 files changed, 24 insertions(+), 25 deletions(-)

             reply	other threads:[~2021-09-25 14:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-25 14:13 Greg KH [this message]
2021-09-25 17:47 ` [GIT PULL] TTY/Serial driver fixes for 5.15-rc3 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=YU8ue5u+44spJB0v@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