netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] net: bcm: asp2: fix fallout from phylib EEE changes
@ 2025-01-14 16:50 Russell King (Oracle)
  2025-01-14 16:50 ` [PATCH net-next 1/3] net: bcm: asp2: fix LPI timer handling Russell King (Oracle)
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Russell King (Oracle) @ 2025-01-14 16:50 UTC (permalink / raw)
  To: Andrew Lunn, Heiner Kallweit
  Cc: Andrew Lunn, bcm-kernel-feedback-list, David S. Miller,
	Eric Dumazet, Florian Fainelli, Jakub Kicinski, Justin Chen,
	netdev, Paolo Abeni

Hi,

This series addresses the fallout from the phylib changes in the
Broadcom ASP2 driver.

The first patch uses phylib's copy of the LPI timer setting, which
means the driver no longer has to track this. It will be set in
hardware each time the adjust_link function is called when the link
is up, and will be read at initialisation time to set the current
value.

The second patch removes the driver's storage of tx_lpi_enabled,
which has become redundant since phylib managed EEE was merged. The
driver does nothing with this flag other than storing it.

The last patch converts the driver to use phylib's enable_tx_lpi
flag rather than trying to maintain its own copy.

 drivers/net/ethernet/broadcom/asp2/bcmasp.h        |  3 --
 .../net/ethernet/broadcom/asp2/bcmasp_ethtool.c    | 39 ----------------------
 drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c   | 22 +++++++-----
 3 files changed, 14 insertions(+), 50 deletions(-)
-- 
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 80Mbps down 10Mbps up. Decent connectivity at last!

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

end of thread, other threads:[~2025-01-15 21:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-14 16:50 [PATCH net-next 0/3] net: bcm: asp2: fix fallout from phylib EEE changes Russell King (Oracle)
2025-01-14 16:50 ` [PATCH net-next 1/3] net: bcm: asp2: fix LPI timer handling Russell King (Oracle)
2025-01-14 19:57   ` Florian Fainelli
2025-01-14 16:50 ` [PATCH net-next 2/3] net: bcm: asp2: remove tx_lpi_enabled Russell King (Oracle)
2025-01-14 19:57   ` Florian Fainelli
2025-01-14 16:50 ` [PATCH net-next 3/3] net: bcm: asp2: convert to phylib managed EEE Russell King (Oracle)
2025-01-14 19:57   ` Florian Fainelli
2025-01-15 21:30 ` [PATCH net-next 0/3] net: bcm: asp2: fix fallout from phylib EEE changes patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).