From: David S. Miller Date: Fri, 5 Jan 2024 11:56:37 +0000 (+0000) Subject: Merge branch 'user_mii_bus-cleanup-part-one' X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=82e7b22f647202ecd8f25de2bd3f1276bbd34989;p=users%2Fjedix%2Flinux-maple.git Merge branch 'user_mii_bus-cleanup-part-one' Vladimir Oltean says: ==================== ds->user_mii_bus cleanup (part 1) There are some drivers which assign ds->user_mii_bus when they don't really need its specific functionality, aka non-OF based dsa_user_phy_connect(). There was some confusion regarding the fact that yes, this is why ds->user_mii_bus really exists, so I've started a cleanup series which aims to eliminate the usage of ds->user_mii_bus from drivers when there is nothing to gain from it. Today's drivers are lantiq_gswip, qca8k and bcm_sf2. The work is not done here, but a "part 2" may or may not come, depending on other priorities. All patches were only compile-tested. ==================== Signed-off-by: David S. Miller --- 82e7b22f647202ecd8f25de2bd3f1276bbd34989