[PATCH v2] add mdio bus support to miitool
Sascha Hauer
s.hauer at pengutronix.de
Fri Feb 8 04:24:15 EST 2013
2nd version. This adds both the mdio buses and the phy devices
to the mdio_bus_type. This is in sync with Linux which also
adds the buses (for example i2c_adapter) and the devices (for example
i2c devices) to the same bus type. Linux uses a struct device_type
pointer in struct device to distinguish between both. As we do
not have this struct, we use the type_data field which has the
same purpose.
----------------------------------------------------------------
Sascha Hauer (2):
net phy: Add mdio buses to mdio_bus_type
miitool: Add support for examing mdio bus
commands/miitool.c | 94 +++++++++++++++++++++++++++++++++++---------
drivers/net/phy/mdio_bus.c | 18 +++++++++
drivers/net/phy/phy.c | 1 +
include/linux/phy.h | 7 ++++
4 files changed, 101 insertions(+), 19 deletions(-)
More information about the barebox
mailing list