commit | 0fae25089d9e3303e952a4227bd2c1edccabfa20 | [log] [tgz] |
---|---|---|
author | Yegor Yefremov <yegorslists@googlemail.com> | Wed Nov 28 11:15:18 2012 +0100 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Mon Jun 24 19:07:32 2013 -0500 |
tree | e37f4668ae48226b362a0d10131bf3a7575e5174 | |
parent | e2043f5c272d14a0e0acd81382f17cfc883136d6 [diff] [blame] |
net: add ICPlus PHY driver The driver code was taken from Linux kernel source: drivers/net/phy/icplus.c Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c index 8f4c0c6..77d19c6 100644 --- a/drivers/net/phy/phy.c +++ b/drivers/net/phy/phy.c
@@ -433,6 +433,9 @@ #ifdef CONFIG_PHY_ET1011C phy_et1011c_init(); #endif +#ifdef CONFIG_PHY_ICPLUS + phy_icplus_init(); +#endif #ifdef CONFIG_PHY_LXT phy_lxt_init(); #endif