From: Johan Hovold Date: Tue, 23 Dec 2014 11:59:17 +0000 (+0100) Subject: net: phy: micrel: use generic config_init for KSZ8021/KSZ8031 X-Git-Tag: fixes-v4.0-rc1~357^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0e1df9cf4a98fac8508f1d73d0f3a147d6c2c85;p=pandora-kernel.git net: phy: micrel: use generic config_init for KSZ8021/KSZ8031 Use generic config_init callback also for KSZ8021 and KSZ8031. This has been avoided this far due to commit b838b4aced99 ("phy/micrel: KSZ8031RNL RMII clock reconfiguration bug"), which claims that the PHY becomes unresponsive if the broadcast-disable flag is set before configuring the clock mode. Turns out that the problem seemingly worked-around by the above mentioned commit was really due to a hardware-configuration issue, where the PHY was in fact strapped to address 3 rather than 0. Tested-by: Bruno Thomsen Signed-off-by: Johan Hovold Signed-off-by: David S. Miller --- Reading git-diff-tree failed