Changes since v1: - broken to rename patch and mdio-gpio rework --- Paulius Zaleckas (2): phylib: make mdio-gpio work without OF phylib: rename mdio-ofgpio to mdio-gpio drivers/net/phy/Kconfig | 7 + drivers/net/phy/Makefile | 2 drivers/net/phy/mdio-gpio.c | 308 +++++++++++++++++++++++++++++++++++++++++ drivers/net/phy/mdio-ofgpio.c | 204 --------------------------- include/linux/mdio-gpio.h | 30 ++++ 5 files changed, 344 insertions(+), 207 deletions(-) create mode 100644 drivers/net/phy/mdio-gpio.c delete mode 100644 drivers/net/phy/mdio-ofgpio.c create mode 100644 include/linux/mdio-gpio.h -- To unsubscribe from this list: send the line "unsubscribe linux-embedded" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html