* [GIT PULL] TTY/Serial driver fixes for 6.0-rc7
@ 2022-09-24 8:23 Greg KH
2022-09-24 15:48 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2022-09-24 8:23 UTC (permalink / raw)
To: Linus Torvalds
Cc: Jiri Slaby, Stephen Rothwell, Andrew Morton, linux-kernel,
linux-serial
The following changes since commit 7e18e42e4b280c85b76967a9106a13ca61c16179:
Linux 6.0-rc4 (2022-09-04 13:10:01 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.0-rc7
for you to fetch changes up to 643792048ee84b199052e9c8f89253649ca78922:
serial: sifive: enable clocks for UART when probed (2022-09-22 16:38:18 +0200)
----------------------------------------------------------------
TTY/Serial driver fixes for 6.0-rc7
Here are some small, and late, serial driver fixes for 6.0-rc7 to
resolve some reported problems.
Included in here are:
- tegra icount accounting fixes, including a framework function
that other drivers will be converted over to using in 6.1-rc1.
- fsl_lpuart reset bugfix
- 8250 omap 485 bugfix
- sifive serial clock bugfix
The last 3 patches have not shown up in linux-next due to them being
added to my tree only 2 days ago, but they are tiny and self-contained
and the developers say they resolve issues that they have with 6.0-rc.
The other 3 have been in linux-next for a while with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Ilpo Järvinen (3):
serial: Create uart_xmit_advance()
serial: tegra: Use uart_xmit_advance(), fixes icount.tx accounting
serial: tegra-tcu: Use uart_xmit_advance(), fixes icount.tx accounting
Lukas Wunner (1):
serial: fsl_lpuart: Reset prior to registration
Matthias Schiffer (1):
serial: 8250: omap: Use serial8250_em485_supported
Olof Johansson (1):
serial: sifive: enable clocks for UART when probed
drivers/tty/serial/8250/8250_omap.c | 1 +
drivers/tty/serial/fsl_lpuart.c | 9 +++++----
drivers/tty/serial/serial-tegra.c | 5 ++---
drivers/tty/serial/sifive.c | 2 +-
drivers/tty/serial/tegra-tcu.c | 2 +-
include/linux/serial_core.h | 17 +++++++++++++++++
6 files changed, 27 insertions(+), 9 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] TTY/Serial driver fixes for 6.0-rc7
2022-09-24 8:23 [GIT PULL] TTY/Serial driver fixes for 6.0-rc7 Greg KH
@ 2022-09-24 15:48 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-09-24 15:48 UTC (permalink / raw)
To: Greg KH
Cc: Linus Torvalds, Jiri Slaby, Stephen Rothwell, Andrew Morton,
linux-kernel, linux-serial
The pull request you sent on Sat, 24 Sep 2022 10:23:42 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.0-rc7
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7e2cd21e02b35483ce8ea88da5732d4d3ec3a6c9
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-09-24 15:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-24 8:23 [GIT PULL] TTY/Serial driver fixes for 6.0-rc7 Greg KH
2022-09-24 15:48 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox