[PATCH] PAL: Support of the fixed PHY
authorVitaly Bordug <vbordug@ru.mvista.com>
Tue, 15 Aug 2006 06:00:29 +0000 (23:00 -0700)
committerJeff Garzik <jeff@garzik.org>
Sat, 19 Aug 2006 21:44:31 +0000 (17:44 -0400)
commit11b0bacd717c285c94dbb56505a28434b34f0639
treed98e1576210a258d3b412809dfe0177f028575be
parentec42cdb624059bb9d9d1accca5ed4345bf8f5fda
[PATCH] PAL: Support of the fixed PHY

This makes it possible for HW PHY-less boards to utilize PAL goodies.  Generic
routines to connect to fixed PHY are provided, as well as ability to specify
software callback that fills up link, speed, etc.  information into PHY
descriptor (the latter feature not tested so far).

Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/phy/Kconfig
drivers/net/phy/Makefile
drivers/net/phy/fixed.c [new file with mode: 0644]
drivers/net/phy/mdio_bus.c
drivers/net/phy/phy_device.c
include/linux/phy.h