Re: [U-Boot] [PATCH] phy: Add support PHY of SMSC

2011-12-05 Thread Nobuhiro Iwamatsu
Hi, 2011/12/6 Wolfgang Denk : > Dear Nobuhiro Iwamatsu, > > In message > <1322119455-29628-1-git-send-email-nobuhiro.iwamatsu...@renesas.com> you > wrote: >> This add support PHY of SMSC. >> Following phy can be used by set CONFIG_PHY_SMSC to config. >>  - SMSC LAN8700 >>  - SMSC LAN8710/LAN8720

Re: [U-Boot] [PATCH] phy: Add support PHY of SMSC

2011-12-05 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu, In message <1322119455-29628-1-git-send-email-nobuhiro.iwamatsu...@renesas.com> you wrote: > This add support PHY of SMSC. > Following phy can be used by set CONFIG_PHY_SMSC to config. > - SMSC LAN8700 > - SMSC LAN8710/LAN8720 > - SMSC LAN8710/LAN8720 > > A setup of P

[U-Boot] [PATCH] phy: Add support PHY of SMSC

2011-11-23 Thread Nobuhiro Iwamatsu
This add support PHY of SMSC. Following phy can be used by set CONFIG_PHY_SMSC to config. - SMSC LAN8700 - SMSC LAN8710/LAN8720 - SMSC LAN8710/LAN8720 A setup of PHY was copied from linux kenrel. Signed-off-by: Nobuhiro Iwamatsu --- drivers/net/phy/Makefile |1 + drivers/net/phy/phy.c