Linux Serial subsystem development
 help / color / mirror / Atom feed
* [PATCH tty v5 0/3] 8250: Add console flow control
@ 2026-05-11 15:26 John Ogness
  2026-05-11 15:27 ` [PATCH tty v5 1/3] serial: 8250: Set cons_flow on port registration John Ogness
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: John Ogness @ 2026-05-11 15:26 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Jiri Slaby
  Cc: Andy Shevchenko, linux-kernel, Ilpo Järvinen, Xin Zhao,
	Kees Cook, Osama Abdelkader, linux-serial, Andy Shevchenko,
	Thomas Gleixner, Ingo Molnar, Randy Dunlap, Joseph Tilahun,
	Krzysztof Kozlowski, Dr. David Alan Gilbert

Hi,

As requested by Greg [0], this is a resend of the last 3 patches from
v4 of a series to implement console flow control for the 8250 serial
driver. v4 is here [1] (including all the details about the entirety
of the series).

John Ogness

[0] https://lore.kernel.org/lkml/2026051134-revisable-sherry-e5b5@gregkh
[1] https://lore.kernel.org/lkml/20260506121606.5805-1-john.ogness@linutronix.de

John Ogness (3):
  serial: 8250: Set cons_flow on port registration
  serial: 8250: Check LSR timeout on console flow control
  serial: 8250: Add support for console flow control

 drivers/tty/serial/8250/8250_core.c |  6 ++++++
 drivers/tty/serial/8250/8250_port.c | 21 +++++++++++++++++----
 drivers/tty/serial/serial_core.c    | 21 ++++++++++++++++++++-
 include/linux/serial_core.h         |  8 ++++++++
 4 files changed, 51 insertions(+), 5 deletions(-)


base-commit: 4a9a0b1a82a8b23eb68032dd19b120e82cd67004
-- 
2.47.3


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-05-12  9:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-11 15:26 [PATCH tty v5 0/3] 8250: Add console flow control John Ogness
2026-05-11 15:27 ` [PATCH tty v5 1/3] serial: 8250: Set cons_flow on port registration John Ogness
2026-05-11 15:27 ` [PATCH tty v5 2/3] serial: 8250: Check LSR timeout on console flow control John Ogness
2026-05-11 15:27 ` [PATCH tty v5 3/3] serial: 8250: Add support for " John Ogness
2026-05-11 16:07   ` Ilpo Järvinen
2026-05-12  9:29     ` John Ogness

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox