Hi all, This patch series completes the PHY reads/writes diversion when we need to use the slave MII bus provided by DSA and the underlying switch drivers to implement the real PHY reads and writes. This is particularly useful when they are conflicting MDIO bus addresses as in the case of multiple Broadcom switches connected to each other (internal and external, or just external). Florian Fainelli (3): of: mdio: export of_mdio_parse_addr net: dsa: move PHY setup on DSA MII bus to its own function net: dsa: fully divert PHY reads/writes if requested drivers/of/of_mdio.c | 3 ++- include/linux/of_mdio.h | 6 ++++++ net/dsa/slave.c | 51 +++++++++++++++++++++++++++++++++++++------------ 3 files changed, 47 insertions(+), 13 deletions(-) -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html