Troy Kisky 13947f43c9 net: fec_mxc: add PHYLIB support
Surround non PHYLIB routines miiphy_restart_aneg
and miiphy_wait_aneg with ifndef CONFIG_PHYLIB.
When later PHYLIB is required it is easy to delete
the non-PHYLIB code. This separation idea
came from Andy Fleming.

fec_miiphy_read, and fec_miiphy_write changed to
fec_phy_read, and fec_phy_write with argument changes.

Deprecated miiphy_register is no longer used. Both
old and new PHYLIB code now use mdio_register.

Cleanup some debug prints.

Inline function fec_miiphy_fec_to_eth is no longer necessary.
Moved to the single call location.

Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
2012-02-27 21:19:24 +01:00
..
2012-01-05 20:10:38 +01:00
2012-02-27 21:19:24 +01:00
2012-02-27 21:19:24 +01:00
2011-06-21 22:26:22 +02:00
2012-01-05 20:10:38 +01:00
2011-10-05 22:22:16 +02:00
2011-10-05 22:22:16 +02:00
2011-12-19 12:03:40 +01:00