]> git.ipfire.org Git - people/ms/u-boot.git/commit - drivers/net/sh_eth.c
net: sh_eth: use miiphybb instead of own mii functions
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Tue, 11 Oct 2011 09:10:14 +0000 (18:10 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Fri, 2 Dec 2011 04:46:20 +0000 (13:46 +0900)
commitbd1024b052be8c9604b6bc101d5e147f9f280f00
tree6d1f85ec13a982e2dde6246c29fa90a12d92ac6e
parent7708d8b352e9e595f6f08afd3206af6495c7dc09
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>
drivers/net/sh_eth.c
drivers/net/sh_eth.h