diff options
author | Troy Kisky <troy.kisky@boundarydevices.com> | 2012-02-07 14:08:47 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-02-27 21:19:24 +0100 |
commit | 13947f43c995e8c33d8a902d3fe2624f74ec5a12 (patch) | |
tree | 83fcefa28b4953b098af9827f9ec4e9581a37104 /include/micrel.h | |
parent | 28774cbaacaa8aeb87a5aa079a0699bb44fb773f (diff) | |
download | u-boot-imx-13947f43c995e8c33d8a902d3fe2624f74ec5a12.zip u-boot-imx-13947f43c995e8c33d8a902d3fe2624f74ec5a12.tar.gz u-boot-imx-13947f43c995e8c33d8a902d3fe2624f74ec5a12.tar.bz2 |
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>
Diffstat (limited to 'include/micrel.h')
0 files changed, 0 insertions, 0 deletions