commit | 0ac023faa69e54c0c443da360fa2bf8fbd9e3078 | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <avorontsov@ru.mvista.com> | Tue Mar 31 08:33:52 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 02 01:28:00 2009 -0700 |
tree | c602e73a72f49feda998f0f64ffc512466d47cc6 | |
parent | da1aa63ec3b4e9b4c5680f06288f57f44caa61b8 [diff] |
fsl_pq_mdio: Revive UCC MDIO support commit 1577ecef766650a57fceb171acee2b13cbfaf1d3 ("netdev: Merge UCC and gianfar MDIO bus drivers") introduced a regression so that UCC MDIO buses no longer work. This is because fsl_pq_mdio driver wrongly masks all non-TBI PHYs for !fsl,gianfar-mdio buses, while it should do that only for fsl,gianfar-tbi buses. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: David S. Miller <davem@davemloft.net>