All of lore.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 6.11-rc4
Date: Sun, 18 Aug 2024 17:39:01 +0200	[thread overview]
Message-ID: <ZsIVlRGstB9mxtQU@kroah.com> (raw)

The following changes since commit 7c626ce4bae1ac14f60076d00eafe71af30450ba:

  Linux 6.11-rc3 (2024-08-11 14:27:14 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.11-rc4

for you to fetch changes up to 0863bffda1131fd2fa9c05b653ad9ee3d8db127e:

  Revert "serial: 8250_omap: Set the console genpd always on if no console suspend" (2024-08-15 07:22:10 +0200)

----------------------------------------------------------------
TTY/Serial fixes for 6.11-rc4

Here are some small tty and serial driver fixes for 6.11-rc4 to resolve
some reported problems.  Included in here are:
  - conmakehash.c userspace build issues
  - fsl_lpuart driver fix
  - 8250_omap revert for reported regression
  - atmel_serial rts flag fix

All of these have been in linux-next this week with no reported issues.

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

----------------------------------------------------------------
Griffin Kroah-Hartman (1):
      Revert "serial: 8250_omap: Set the console genpd always on if no console suspend"

Masahiro Yamada (1):
      tty: vt: conmakehash: remove non-portable code printing comment header

Mathieu Othacehe (1):
      tty: atmel_serial: use the correct RTS flag.

Peng Fan (1):
      tty: serial: fsl_lpuart: mark last busy before uart_add_one_port

 drivers/tty/serial/8250/8250_omap.c | 33 +++++----------------------------
 drivers/tty/serial/atmel_serial.c   |  2 +-
 drivers/tty/serial/fsl_lpuart.c     |  1 +
 drivers/tty/vt/conmakehash.c        | 12 ++----------
 4 files changed, 9 insertions(+), 39 deletions(-)

             reply	other threads:[~2024-08-18 15:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-18 15:39 Greg KH [this message]
2024-08-18 17:23 ` [GIT PULL] TTY / Serial driver fixes for 6.11-rc4 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=ZsIVlRGstB9mxtQU@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.