]> asedeno.scripts.mit.edu Git - linux.git/commit
net: bcmgenet: Refactor register access in bcmgenet_mii_config
authorStefan Wahren <wahrenst@gmx.net>
Mon, 11 Nov 2019 19:49:24 +0000 (20:49 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Nov 2019 04:08:00 +0000 (20:08 -0800)
commit4f8d81b77e6624e222aefb7583da16ef8a656588
tree1ff6bdc36451afe52bd81183dea38b39a85e532d
parenta50e3a9931c198313b404b897f3cd47d8fc0999b
net: bcmgenet: Refactor register access in bcmgenet_mii_config

The register access in bcmgenet_mii_config() is a little bit opaque and
not easy to extend. In preparation for the missing RGMII PHY modes
move all the phy name assignments into the switch statement and the
register access to the end of the function. This make the code easier
to read and extend.

Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/genet/bcmmii.c