]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
phy: Add support for SMSC LAN87xx PHYs
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Wed, 23 Nov 2011 21:24:15 +0000 (21:24 +0000)
committerWolfgang Denk <wd@denx.de>
Mon, 5 Dec 2011 22:07:59 +0000 (23:07 +0100)
commit5751aa2f248a72c3cec7048cec8dfad33dab0979
tree5810ab99018e55f4588f6fa7505ae495c4b5ac2a
parent94e9d4c3e8e01a803d8e9aedcf86664795b33605
phy: Add support for SMSC LAN87xx PHYs

This adds support for the SMSC LAN87xx PHYs.

Following PHYs 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 <nobuhiro.iwamatsu.yj@renesas.com>
Fixed white space errors; modified commit message a bit.
Signed-off-by: Wolfgang Denk <wd@denx.de>
drivers/net/phy/Makefile
drivers/net/phy/phy.c
drivers/net/phy/smsc.c [new file with mode: 0644]