All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v4 00/10] Convert LAN78xx to PHYLINK
@ 2025-03-18  9:34 Oleksij Rempel
  2025-03-18  9:34 ` [PATCH net-next v4 01/10] net: usb: lan78xx: handle errors in lan7801 PHY initialization Oleksij Rempel
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: Oleksij Rempel @ 2025-03-18  9:34 UTC (permalink / raw)
  To: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Woojung Huh, Andrew Lunn, Russell King, Thangaraj Samynathan,
	Rengarajan Sundararajan
  Cc: Oleksij Rempel, kernel, linux-kernel, netdev, UNGLinuxDriver,
	Phil Elwell, Maxime Chevallier, Simon Horman

changes v4:
- split "Improve error handling in PHY initialization" patch and move
  some parts before PHYlink porting to address some of compile warning
  as early as possible.
- add cleanup patch to remove unused struct members

This patch series refactors the LAN78xx USB Ethernet driver to use the
PHYLINK API.

Oleksij Rempel (10):
  net: usb: lan78xx: handle errors in lan7801 PHY initialization
  net: usb: lan78xx: handle errors in LED configuration during PHY init
  net: usb: lan78xx: Convert to PHYlink for improved PHY and MAC
    management
  net: usb: lan78xx: improve error reporting on PHY attach failure
  net: usb: lan78xx: Improve error handling in PHY initialization
  net: usb: lan78xx: Use ethtool_op_get_link to reflect current link
    status
  net: usb: lan78xx: port link settings to phylink API
  net: usb: lan78xx: Transition get/set_pause to phylink
  net: usb: lan78xx: Integrate EEE support with phylink LPI API
  net: usb: lan78xx: remove unused struct members

 drivers/net/usb/Kconfig   |   3 +-
 drivers/net/usb/lan78xx.c | 827 ++++++++++++++++++--------------------
 2 files changed, 402 insertions(+), 428 deletions(-)

--
2.39.5


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2025-03-18 10:17 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-18  9:34 [PATCH net-next v4 00/10] Convert LAN78xx to PHYLINK Oleksij Rempel
2025-03-18  9:34 ` [PATCH net-next v4 01/10] net: usb: lan78xx: handle errors in lan7801 PHY initialization Oleksij Rempel
2025-03-18  9:39   ` Marc Kleine-Budde
2025-03-18  9:34 ` [PATCH net-next v4 02/10] net: usb: lan78xx: handle errors in LED configuration during PHY init Oleksij Rempel
2025-03-18  9:34 ` [PATCH net-next v4 03/10] net: usb: lan78xx: Convert to PHYlink for improved PHY and MAC management Oleksij Rempel
2025-03-18  9:34 ` [PATCH net-next v4 04/10] net: usb: lan78xx: improve error reporting on PHY attach failure Oleksij Rempel
2025-03-18  9:42   ` Marc Kleine-Budde
2025-03-18  9:34 ` [PATCH net-next v4 05/10] net: usb: lan78xx: Improve error handling in PHY initialization Oleksij Rempel
2025-03-18  9:34 ` [PATCH net-next v4 06/10] net: usb: lan78xx: Use ethtool_op_get_link to reflect current link status Oleksij Rempel
2025-03-18  9:34 ` [PATCH net-next v4 07/10] net: usb: lan78xx: port link settings to phylink API Oleksij Rempel
2025-03-18  9:34 ` [PATCH net-next v4 08/10] net: usb: lan78xx: Transition get/set_pause to phylink Oleksij Rempel
2025-03-18 10:14   ` Russell King (Oracle)
2025-03-18  9:34 ` [PATCH net-next v4 09/10] net: usb: lan78xx: Integrate EEE support with phylink LPI API Oleksij Rempel
2025-03-18 10:17   ` Russell King (Oracle)
2025-03-18  9:34 ` [PATCH net-next v4 10/10] net: usb: lan78xx: remove unused struct members Oleksij Rempel

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.