commit | bd1024b052be8c9604b6bc101d5e147f9f280f00 | [log] [tgz] |
---|---|---|
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | Tue Oct 11 18:10:14 2011 +0900 |
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | Fri Dec 02 13:46:20 2011 +0900 |
tree | 6d1f85ec13a982e2dde6246c29fa90a12d92ac6e | |
parent | 7708d8b352e9e595f6f08afd3206af6495c7dc09 [diff] |
net: sh_eth: use miiphybb instead of own mii functions The sh_eth driver had an own mii functions. However the function didn't support the gigabit PHY. The U-Boot has the general phy driver and miiphybb driver, and they already support it. So this patch removes the own functions and uses the phy driver. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>