From: Florian Fainelli Date: Thu, 5 Dec 2013 22:52:15 +0000 (-0800) Subject: arc_emac: remove custom "max-speed" parsing code X-Git-Tag: v3.14-rc1~94^2~595^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0ac9564061265dd14e6f8f777622e3401b82b4b;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed