linux/drivers/net/ethernet/arc
Florian Fainelli b0ac956406 arc_emac: remove custom "max-speed" parsing code
The ARC emac driver was the only in-tree to parse a PHY device
'max-speed' property but yet failed to do it correctly because
'max-speed' is supposed to set a PHY device supported features, not the
advertising features as it was done.

Now that of_mdiobus_register() takes care of doing that, remove the
custom 'max-speed' parsing code.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-12-06 14:57:21 -05:00
..
emac_main.c arc_emac: remove custom "max-speed" parsing code 2013-12-06 14:57:21 -05:00
emac_mdio.c
emac.h arc_emac: remove custom "max-speed" parsing code 2013-12-06 14:57:21 -05:00
Kconfig
Makefile