commit | f86ad77faf248d6101394f8c79d03f16a9ea461d | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Tue Sep 19 10:46:54 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 19 16:08:54 2017 -0700 |
tree | bda25c25a09c188f80a760bb09238f5b99c4a391 | |
parent | 152b6fd60ae075dbe41707ed9c7caddc18b03b35 [diff] |
net: dsa: bcm_sf2: Utilize b53_{enable, disable}_port Export b53_{enable,disable}_port and use these two functions in bcm_sf2_port_setup and bcm_sf2_port_disable. The generic functions cannot be used without wrapping because we need to manage additional switch integration details (PHY, Broadcom tag etc.). Reviewed-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>