+9
−0
+1
−0
drivers/net/phy/mdio-bitbang.c
0 → 100644
+187
−0
include/linux/mdio-bitbang.h
0 → 100644
+42
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>