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)
commite2ec4581adf7e288c193e981c39ca01cdb20a272
tree354c0afb64104457d2690e656f2d7ae883ff5722
parent976de6a8c304dcc43e38efcb8a0bace7866b6242
Generic bitbanged MDIO library

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>
drivers/net/phy/Kconfig
drivers/net/phy/Makefile
drivers/net/phy/mdio-bitbang.c [new file with mode: 0644]
include/linux/mdio-bitbang.h [new file with mode: 0644]