[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241204084142.1152696-1-o.rempel@pengutronix.de>
Date: Wed, 4 Dec 2024 09:41:32 +0100
From: Oleksij Rempel <o.rempel@...gutronix.de>
To: "David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Woojung Huh <woojung.huh@...rochip.com>,
Andrew Lunn <andrew+netdev@...n.ch>
Cc: Oleksij Rempel <o.rempel@...gutronix.de>,
kernel@...gutronix.de,
linux-kernel@...r.kernel.org,
netdev@...r.kernel.org,
UNGLinuxDriver@...rochip.com,
Phil Elwell <phil@...pberrypi.org>
Subject: [PATCH net-next v2 00/21] lan78xx: Preparations for PHYlink
changes v2:
- split the patch set.
This patch set is part of the preparatory work for migrating the lan78xx
USB Ethernet driver to the PHYlink framework. During extensive testing,
I observed that resetting the USB adapter can lead to various read/write
errors. While the errors themselves are acceptable, they generate
excessive log messages, resulting in significant log spam. This set
improves error handling to reduce logging noise by addressing errors
directly and returning early when necessary.
Key highlights of this series include:
- Enhanced error handling to reduce log spam while preserving the
original error values, avoiding unnecessary overwrites.
- Improved error reporting using the `%pe` specifier for better clarity
in log messages.
- Removal of redundant and problematic PHY fixups for LAN8835 and
KSZ9031, with detailed explanations in the respective patches.
- Cleanup of code structure, including unified `goto` labels for better
readability and maintainability, even in simple editors.
Oleksij Rempel (10):
net: usb: lan78xx: Remove LAN8835 PHY fixup
net: usb: lan78xx: Remove KSZ9031 PHY fixup
net: usb: lan78xx: move functions to avoid forward definitions
net: usb: lan78xx: Improve error reporting with %pe specifier
net: usb: lan78xx: Fix error handling in MII read/write functions
net: usb: lan78xx: Improve error handling in EEPROM and OTP operations
net: usb: lan78xx: Add error handling to lan78xx_init_ltm
net: usb: lan78xx: Add error handling to set_rx_max_frame_length and
set_mtu
net: usb: lan78xx: Add error handling to lan78xx_irq_bus_sync_unlock
net: usb: lan78xx: Improve error handling in dataport and multicast
writes
drivers/net/usb/lan78xx.c | 785 +++++++++++++++++++++-----------------
1 file changed, 433 insertions(+), 352 deletions(-)
--
2.39.5
Powered by blists - more mailing lists