Commit ba28ef3c authored by Jakub Kicinski's avatar Jakub Kicinski
Browse files

Merge branch 'convert-lan78xx-driver-to-the-phylink'

Oleksij Rempel says:

====================
convert lan78xx driver to the PHYLINK

This series converts the lan78xx driver to use the PHYLINK framework,
which enhances PHY and MAC management. The changes also streamline the
driver by removing unused elements and improving link status reporting.

This is the final part of the previously split conversion series:
https://lore.kernel.org/all/20250428130542.3879769-1-o.rempel@pengutronix.de/

Tested on EVB_LAN7850.
====================

Link: https://patch.msgid.link/20250618122602.3156678-1-o.rempel@pengutronix.de


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parents 64f37cd5 6a377509
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -113,9 +113,8 @@ config USB_RTL8152
config USB_LAN78XX
	tristate "Microchip LAN78XX Based USB Ethernet Adapters"
	select MII
	select PHYLIB
	select PHYLINK
	select MICROCHIP_PHY
	select FIXED_PHY
	select CRC32
	help
	  This option adds support for Microchip LAN78XX based USB 2
+347 −383

File changed.

Preview size limit exceeded, changes collapsed.