This patchseries adds GbE support for miitool, makes miitool more user-friendly (now you can run miitool without arguments for most cases) and removes dublication of MII PHY IDs information. Antony Pavlov (5): miitool: change behaviour closer to linux' mii-tool miitool: add initial GbE support miitool: drop internal table of known MII, use phy drivers instead net/phy: add driver for LXT PHYs net/phy/phy.c: fix whitespace commands/miitool.c | 188 ++++++++++++++++++++++++++------------------- drivers/net/phy/Kconfig | 5 ++ drivers/net/phy/Makefile | 1 + drivers/net/phy/lxt.c | 31 ++++++++ drivers/net/phy/mdio_bus.c | 10 +-- drivers/net/phy/phy.c | 2 +- include/linux/phy.h | 4 +- 7 files changed, 148 insertions(+), 93 deletions(-) create mode 100644 drivers/net/phy/lxt.c -- 1.8.5.2 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox