Linux Serial subsystem development
 help / color / mirror / Atom feed
* [PATCH v2 0/8] serial: Some yak shaving
@ 2026-08-04  8:57 Uwe Kleine-König (The Capable Hub)
  2026-08-04  8:57 ` [PATCH v2 1/8] serial: txx9: Drop noop probe function and dangerous remove callback Uwe Kleine-König (The Capable Hub)
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: Uwe Kleine-König (The Capable Hub) @ 2026-08-04  8:57 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Jiri Slaby
  Cc: Hugo Villeneuve, John Ogness, Alan Cox, Atsushi Nemoto,
	linux-kernel, linux-serial, Jonathan Corbet, Shuah Khan,
	Fushuai Wang, Kees Cook, linux-doc, Ilpo Järvinen,
	Andy Shevchenko, Abinash Singh, Rahul Bukte, Randy Dunlap,
	Lukas Wunner, Huacai Chen, Haowei Zheng, Rong Zhang,
	Gerhard Engleder, Binbin Zhou, Russell King

Hello,

changes since v1
(https://lore.kernel.org/linux-serial/cover.1785489518.git.ukleinek@kernel.org)

 - Fix author to be my Capable Hub identity for proper attribution
 - Rebase to more recent next
 - Actually build test (rant: For mips compile coverage of an
   allmodconfig build is rather bad)
 - Two compile fixes (I spare you and me the details)
 - patches #2 and #5 are new, originating from suggestions in v1
   feedback
 - slight commit log improvements (Ilpo Järvinen)


Uwe Kleine-König (The Capable Hub) (8):
  serial: txx9: Drop noop probe function and dangerous remove callback
  serial: txx9: Simplify knowing that .iotype is always UPIO_PORT
  serial: txx9: Drop usage of uart_match_port()
  serial: 8250: Make uart_match_port() a 8250 specific function
  serial: 8250: Simplify serial8250_match_port()
  serial: 8250: Fix corner case for port matching
  serial: 8250: hub6: Add cleanup code
  serial: 8250: pnp: Annotate init and exit functions for conditional
    discarding

 Documentation/driver-api/serial/driver.rst |   2 +-
 drivers/tty/serial/8250/8250.h             |  10 +-
 drivers/tty/serial/8250/8250_core.c        |  25 +++-
 drivers/tty/serial/8250/8250_hub6.c        |  11 +-
 drivers/tty/serial/8250/8250_platform.c    |   9 +-
 drivers/tty/serial/8250/8250_pnp.c         |   4 +-
 drivers/tty/serial/8250/Kconfig            |   4 +-
 drivers/tty/serial/8250/Makefile           |   2 +-
 drivers/tty/serial/serial_core.c           |  27 -----
 drivers/tty/serial/serial_txx9.c           | 126 ++-------------------
 include/linux/serial_core.h                |   2 -
 11 files changed, 63 insertions(+), 159 deletions(-)


base-commit: 415606a7be939835db9b0d6b711887586646346d
-- 
2.55.0.11.g153666a7d9bb


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

end of thread, other threads:[~2026-08-12  5:51 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-04  8:57 [PATCH v2 0/8] serial: Some yak shaving Uwe Kleine-König (The Capable Hub)
2026-08-04  8:57 ` [PATCH v2 1/8] serial: txx9: Drop noop probe function and dangerous remove callback Uwe Kleine-König (The Capable Hub)
2026-08-04 13:52   ` Atsushi Nemoto
2026-08-04 14:26     ` Geert Uytterhoeven
2026-08-04  8:57 ` [PATCH v2 2/8] serial: txx9: Simplify knowing that .iotype is always UPIO_PORT Uwe Kleine-König (The Capable Hub)
2026-08-04 14:00   ` Atsushi Nemoto
2026-08-04 14:05   ` Atsushi Nemoto
2026-08-04 14:26     ` Geert Uytterhoeven
2026-08-04  8:57 ` [PATCH v2 3/8] serial: txx9: Drop usage of uart_match_port() Uwe Kleine-König (The Capable Hub)
2026-08-04  8:57 ` [PATCH v2 4/8] serial: 8250: Make uart_match_port() a 8250 specific function Uwe Kleine-König (The Capable Hub)
2026-08-04  8:57 ` [PATCH v2 5/8] serial: 8250: Simplify serial8250_match_port() Uwe Kleine-König (The Capable Hub)
2026-08-04  8:57 ` [PATCH v2 6/8] serial: 8250: Fix corner case for port matching Uwe Kleine-König (The Capable Hub)
2026-08-04  8:57 ` [PATCH v2 7/8] serial: 8250: hub6: Add cleanup code Uwe Kleine-König (The Capable Hub)
2026-08-12  5:51   ` Uwe Kleine-König (The Capable Hub)
2026-08-04  8:58 ` [PATCH v2 8/8] serial: 8250: pnp: Annotate init and exit functions for conditional discarding Uwe Kleine-König (The Capable Hub)
2026-08-08 21:01 ` [PATCH v2 0/8] serial: Some yak shaving Andy Shevchenko

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