Generic bitbanged MDIO library
authorScott Wood <scottwood@freescale.com>
Mon, 1 Oct 2007 19:20:56 +0000 (14:20 -0500)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:54:03 +0000 (16:54 -0700)
Previously, bitbanged MDIO was only supported in individual
hardware-specific drivers.  This code factors out the higher level
protocol implementation, reducing the hardware-specific portion to
functions setting direction, data, and clock.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found