aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/smsc.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support for SMSC LAN8187 and LAN8700 PHYsSteve Glendinning2008-04-291-1/+68
| | | | | | | | Add support for two additional SMSC PHY models with identical interrupt source and mask registers to the LAN83C185 Signed-off-by: Steve Glendinning <steve.glendinning@smsc.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
* Rename SMSC phy functions to be more genericSteve Glendinning2008-04-291-7/+7
| | | | | | | | | Several models of SMSC PHY have the same interrupt status and mask registers as the LAN83C185, so these functions can service multiple different PHY drivers. Signed-off-by: Steve Glendinning <steve.glendinning@smsc.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
* [PATCH] remove unnecessary config.h includes from drivers/net/Dave Jones2006-08-141-1/+0
| | | | | | | config.h is automatically included by kbuild these days. Signed-off-by: Dave Jones <davej@redhat.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
* [PATCH] phy: new SMSC LAN83C185 PHY driverHerbert Valerio Riedel2006-05-241-0/+101
new SMSC LAN83C185 10BaseT/100BaseTX PHY driver for the PHY subsystem Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>