Merge branch 'net-bcm-asp2-fix-fallout-from-phylib-eee-changes'
authorJakub Kicinski <kuba@kernel.org>
Wed, 15 Jan 2025 21:17:58 +0000 (13:17 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 15 Jan 2025 21:17:58 +0000 (13:17 -0800)
commitc80bed9812f249dd282dce8bc6a2ce9acb0887b9
treee8c8ee99460c6e1be52581432cdbd79854da3fdb
parent7a1723d3b230765dc025401db8308937e4c4fb13
parent21f56ad1b21131eb2c9c16e11ccb28f77b5addc4
Merge branch 'net-bcm-asp2-fix-fallout-from-phylib-eee-changes'

Russell King says:

====================
net: bcm: asp2: fix fallout from phylib EEE changes

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.
====================

Link: https://patch.msgid.link/Z4aV3RmSZJ1WS3oR@shell.armlinux.org.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>