Merge branch 'net-dsa-cleanup-eee-part-2'
authorJakub Kicinski <kuba@kernel.org>
Wed, 8 Jan 2025 02:06:19 +0000 (18:06 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 8 Jan 2025 02:06:20 +0000 (18:06 -0800)
commitfed88c2cd7fba4ae2d6b5fd8d891585cb2499a41
tree66836de78b521c4e85802e64b85bc5da1e8d5121
parentaca14bbc878bb04218b1f1b173b018902e6e44f0
parent2fa8b4383d24c1c788528ed4377d9f07c6c10227
Merge branch 'net-dsa-cleanup-eee-part-2'

Russell King says:

====================
net: dsa: cleanup EEE (part 2)

This is part 2 of the DSA EEE cleanups, removing what has become dead
code as a result of the EEE management phylib now does.

Patch 1 removes the useless setting of tx_lpi parameters in the
ksz driver.

Patch 2 does the same for mt753x.

Patch 3 removes the DSA core code that calls the get_mac_eee() operation.
This needs to be done before removing the implementations because doing
otherwise would cause dsa_user_get_eee() to return -EOPNOTSUPP.

Patches 4..8 remove the trivial get_mac_eee() implementations from DSA
drivers.

Patch 9 finally removes the get_mac_eee() method from struct
dsa_switch_ops.
====================

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