From: "Uwe Kleine-König (The Capable Hub)" <u.kleine-koenig@baylibre.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Jiri Slaby <jirislaby@kernel.org>
Cc: "Hugo Villeneuve" <hvilleneuve@dimonoff.com>,
"John Ogness" <john.ogness@linutronix.de>,
"Alan Cox" <alan@redhat.com>,
"Atsushi Nemoto" <anemo@mba.ocn.ne.jp>,
linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org,
"Jonathan Corbet" <corbet@lwn.net>,
"Shuah Khan" <skhan@linuxfoundation.org>,
"Fushuai Wang" <wangfushuai@baidu.com>,
"Kees Cook" <kees@kernel.org>,
linux-doc@vger.kernel.org,
"Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>,
"Andy Shevchenko" <andriy.shevchenko@linux.intel.com>,
"Abinash Singh" <abinashsinghlalotra@gmail.com>,
"Rahul Bukte" <rahul.bukte@sony.com>,
"Randy Dunlap" <rdunlap@infradead.org>,
"Lukas Wunner" <lukas@wunner.de>,
"Huacai Chen" <chenhuacai@kernel.org>,
"Haowei Zheng" <zhenghaowei@loongson.cn>,
"Rong Zhang" <rongrong@oss.cipunited.com>,
"Gerhard Engleder" <eg@keba.com>,
"Binbin Zhou" <zhoubinbin@loongson.cn>,
"Russell King" <rmk@dyn-67.arm.linux.org.uk>
Subject: [PATCH v2 0/8] serial: Some yak shaving
Date: Tue, 4 Aug 2026 10:57:52 +0200 [thread overview]
Message-ID: <cover.1785832297.git.u.kleine-koenig@baylibre.com> (raw)
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
next reply other threads:[~2026-08-04 8:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-04 8:57 Uwe Kleine-König (The Capable Hub) [this message]
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)
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=cover.1785832297.git.u.kleine-koenig@baylibre.com \
--to=u.kleine-koenig@baylibre.com \
--cc=abinashsinghlalotra@gmail.com \
--cc=alan@redhat.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=anemo@mba.ocn.ne.jp \
--cc=chenhuacai@kernel.org \
--cc=corbet@lwn.net \
--cc=eg@keba.com \
--cc=gregkh@linuxfoundation.org \
--cc=hvilleneuve@dimonoff.com \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=jirislaby@kernel.org \
--cc=john.ogness@linutronix.de \
--cc=kees@kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=lukas@wunner.de \
--cc=rahul.bukte@sony.com \
--cc=rdunlap@infradead.org \
--cc=rmk@dyn-67.arm.linux.org.uk \
--cc=rongrong@oss.cipunited.com \
--cc=skhan@linuxfoundation.org \
--cc=wangfushuai@baidu.com \
--cc=zhenghaowei@loongson.cn \
--cc=zhoubinbin@loongson.cn \
/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