]> git.baikalelectronics.ru Git - kernel.git/commit
net: marvell: neta: disable comphy when setting mode
authorMarek Behún <marek.behun@nic.cz>
Mon, 25 Feb 2019 16:43:03 +0000 (17:43 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Mar 2019 19:23:10 +0000 (11:23 -0800)
commitc71fb45c62e2a31570c424dbe18c97d9a629b533
tree7c9dbd36effb3f57ed5d4bd410540cc9ba59bde9
parent50b63161276425e4d48477d4cccf91a4be01cc03
net: marvell: neta: disable comphy when setting mode

The comphy driver for Armada 3700 by Miquèl Raynal (which is currently
in linux-next) does not actually set comphy mode when phy_set_mode_ext
is called. The mode is set at next call of phy_power_on.

Update the driver to semantics similar to mvpp2: helper
mvneta_comphy_init sets comphy mode and powers it on.
When mode is to be changed in mvneta_mac_config, first power the comphy
off, then call mvneta_comphy_init (which sets the mode to new one).

Only do this when new mode is different from old mode.

This should also work for Armada 38x, since in that comphy driver
methods power_on and power_off are unimplemented.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/mvneta.c