From: Jakub Kicinski Date: Wed, 8 Jan 2025 02:06:19 +0000 (-0800) Subject: Merge branch 'net-dsa-cleanup-eee-part-2' X-Git-Tag: microblaze-v6.16~163^2~123 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=fed88c2cd7fba4ae2d6b5fd8d891585cb2499a41;p=linux-2.6-microblaze.git 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 --- fed88c2cd7fba4ae2d6b5fd8d891585cb2499a41