commit | e2ec4581adf7e288c193e981c39ca01cdb20a272 | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Mon Oct 01 14:20:56 2007 -0500 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:54:03 2007 -0700 |
tree | 354c0afb64104457d2690e656f2d7ae883ff5722 | |
parent | 976de6a8c304dcc43e38efcb8a0bace7866b6242 [diff] |
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>