All of lore.kernel.org
 help / color / mirror / Atom feed
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


             reply	other threads:[~2026-08-04  8:58 UTC|newest]

Thread overview: 17+ 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 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 23:17   ` anemo
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

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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.