[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <d9543e7d-23e1-4dba-a6b3-35dcd6a35dec@gmail.com>
Date: Sat, 31 Jan 2026 18:36:07 +0100
From: Heiner Kallweit <hkallweit1@...il.com>
To: Andrew Lunn <andrew@...n.ch>, Andrew Lunn <andrew+netdev@...n.ch>,
Russell King - ARM Linux <linux@...linux.org.uk>,
Paolo Abeni <pabeni@...hat.com>, Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>, David Miller <davem@...emloft.net>,
Simon Horman <horms@...nel.org>,
Michael Hennerich <michael.hennerich@...log.com>,
Alexandru Tachici <alexandru.tachici@...log.com>,
Vladimir Oltean <olteanv@...il.com>
Cc: "netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: [PATCH net-next 0/3] net: phy: remove modalias-based MDIO device bus
matching
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
Powered by blists - more mailing lists