The Linux Kernel Mailing List
 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.1-rc6
Date: Fri, 18 Nov 2022 19:07:07 +0100	[thread overview]
Message-ID: <Y3fJy1m1WHFAO05t@kroah.com> (raw)

The following changes since commit 30a0b95b1335e12efef89dd78518ed3e4a71a763:

  Linux 6.1-rc3 (2022-10-30 15:19:28 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.1-rc6

for you to fetch changes up to 3ec17cb325ac731c2211e13f7eaa4b812694e218:

  docs/driver-api/miscellaneous: Remove kernel-doc of serial_core.c (2022-11-09 14:56:05 +0100)

----------------------------------------------------------------
TTY/Serial driver fixes for 6.1-rc6

Here are a number of small tty and serial driver fixes for 6.1-rc6.
They all resolve reported problems:
	- kernel doc build problems with the -rc1 serial driver
	  documentation update
	- n_gsm reported problems
	- imx serial driver missing callback
	- lots of tiny 8250 driver fixes for reported issues.

All of these have been in linux-next for over a week with no reported
problems.

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

----------------------------------------------------------------
Akira Yokosawa (1):
      docs/driver-api/miscellaneous: Remove kernel-doc of serial_core.c

Duoming Zhou (1):
      tty: n_gsm: fix sleep-in-atomic-context bug in gsm_control_send

Fedor Pchelkin (2):
      Revert "tty: n_gsm: avoid call of sleeping functions from atomic context"
      Revert "tty: n_gsm: replace kicktimer with delayed_work"

Ilpo Järvinen (4):
      serial: 8250: Fall back to non-DMA Rx if IIR_RDI occurs
      serial: 8250_lpss: Configure DMA also w/o DMA filter
      serial: 8250_lpss: Use 16B DMA burst with Elkhart Lake
      serial: 8250: Flush DMA Rx on RLSI

Lukas Wunner (1):
      serial: 8250: 8250_omap: Avoid RS485 RTS glitch on ->set_termios()

Matthias Schiffer (1):
      serial: 8250_omap: remove wait loop from Errata i202 workaround

Shawn Guo (1):
      serial: imx: Add missing .thaw_noirq hook

Sherry Sun (1):
      tty: serial: fsl_lpuart: don't break the on-going transfer when global reset

Tony Lindgren (3):
      serial: 8250: omap: Fix missing PM runtime calls for omap8250_set_mctrl()
      serial: 8250: omap: Fix unpaired pm_runtime_put_sync() in omap8250_remove()
      serial: 8250: omap: Flush PM QOS work on remove

 Documentation/driver-api/miscellaneous.rst |  5 +-
 drivers/tty/n_gsm.c                        | 71 +++++++++++++++-------------
 drivers/tty/serial/8250/8250_lpss.c        | 17 +++++--
 drivers/tty/serial/8250/8250_omap.c        | 52 +++++++++++---------
 drivers/tty/serial/8250/8250_port.c        |  7 ++-
 drivers/tty/serial/fsl_lpuart.c            | 76 +++++++++++++++++++-----------
 drivers/tty/serial/imx.c                   |  1 +
 7 files changed, 138 insertions(+), 91 deletions(-)

             reply	other threads:[~2022-11-18 18:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-18 18:07 Greg KH [this message]
2022-11-18 20:21 ` [GIT PULL] TTY/Serial driver fixes for 6.1-rc6 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=Y3fJy1m1WHFAO05t@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