]> git.ipfire.org Git - people/ms/u-boot.git/commit
net/phy: enable get_phy_id redefinable
authorShengzhou Liu <Shengzhou.Liu@freescale.com>
Fri, 11 Apr 2014 08:14:17 +0000 (16:14 +0800)
committerTom Rini <trini@ti.com>
Mon, 12 May 2014 19:19:45 +0000 (15:19 -0400)
commit597fe041a85fe3b1bf6044adf5e132f7a5457000
tree059a003a55b9126c186047438366fa6c87d419e0
parent02aa4c538838edc918ff4e7e9e4121259552ef70
net/phy: enable get_phy_id redefinable

As some PHYs have non-standard PHY ID registers, PHY Id can't
be read correctly by current get_phy_id function, so we enable
get_phy_id redefinable to permit specific PHY driver having own
specific get_phy_id function.

Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
drivers/net/phy/phy.c