public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: Heiner Kallweit <hkallweit1@gmail.com>
To: Andrew Lunn <andrew@lunn.ch>, Andrew Lunn <andrew+netdev@lunn.ch>,
	Russell King - ARM Linux <linux@armlinux.org.uk>,
	Paolo Abeni <pabeni@redhat.com>,
	Eric Dumazet <edumazet@google.com>,
	Jakub Kicinski <kuba@kernel.org>,
	David Miller <davem@davemloft.net>,
	Simon Horman <horms@kernel.org>,
	Michael Hennerich <michael.hennerich@analog.com>,
	Alexandru Tachici <alexandru.tachici@analog.com>,
	Vladimir Oltean <olteanv@gmail.com>
Cc: "netdev@vger.kernel.org" <netdev@vger.kernel.org>
Subject: [PATCH net-next 0/3] net: phy: remove modalias-based MDIO device bus matching
Date: Sat, 31 Jan 2026 18:36:07 +0100	[thread overview]
Message-ID: <d9543e7d-23e1-4dba-a6b3-35dcd6a35dec@gmail.com> (raw)

modalias-based MDIO device bus matching has only one user (dsa-loop),
where we can replace modalias-based matching with a simple custom
match function. This, and first patch of the series, lay the foundation
for removing modalias-based matching.

Heiner Kallweit (3):
  net: ethernet: adi: make name member of struct adin1110_cfg a pointer
  net: dsa: loop: remove MDIO device modalias
  net: phy: remove modalias-based mdio bus matching

 drivers/net/dsa/dsa_loop.c          |  8 +++++++-
 drivers/net/ethernet/adi/adin1110.c |  2 +-
 drivers/net/phy/mdio_device.c       | 13 -------------
 include/linux/mdio.h                |  1 -
 include/linux/mod_devicetable.h     |  1 -
 5 files changed, 8 insertions(+), 17 deletions(-)

-- 
2.52.0


             reply	other threads:[~2026-01-31 17:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-31 17:36 Heiner Kallweit [this message]
2026-01-31 17:37 ` [PATCH net-next 1/3] net: ethernet: adi: make name member of struct adin1110_cfg a pointer Heiner Kallweit
2026-01-31 17:38 ` [PATCH net-next 2/3] net: dsa: loop: remove MDIO device modalias Heiner Kallweit
2026-02-02 12:36   ` Vladimir Oltean
2026-01-31 17:40 ` [PATCH net-next 3/3] net: phy: remove modalias-based mdio bus matching Heiner Kallweit
2026-02-03 12:11 ` [PATCH net-next 0/3] net: phy: remove modalias-based MDIO device " patchwork-bot+netdevbpf

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=d9543e7d-23e1-4dba-a6b3-35dcd6a35dec@gmail.com \
    --to=hkallweit1@gmail.com \
    --cc=alexandru.tachici@analog.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=andrew@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=kuba@kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=michael.hennerich@analog.com \
    --cc=netdev@vger.kernel.org \
    --cc=olteanv@gmail.com \
    --cc=pabeni@redhat.com \
    /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