]> Git Repo - J-u-boot.git/commit
net: sh_eth: use miiphybb instead of own mii functions
authorYoshihiro Shimoda <[email protected]>
Tue, 11 Oct 2011 09:10:14 +0000 (18:10 +0900)
committerNobuhiro Iwamatsu <[email protected]>
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 <[email protected]>
Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
drivers/net/sh_eth.c
drivers/net/sh_eth.h
This page took 0.033622 seconds and 4 git commands to generate.