A couple of enhancements to the Microchip KSZ switch driver: one to add PHY register settings for errata workarounds for more stable operation, and another to add a device tree option to change the output clock rate as required by some board designs.
Robert Hancock (2): net: dsa: microchip: Add PHY errata workarounds net: dsa: microchip: Support optional 125MHz SYNCLKO output Documentation/devicetree/bindings/net/dsa/ksz.txt | 2 + drivers/net/dsa/microchip/ksz9477.c | 66 +++++++++++++++++++++++ drivers/net/dsa/microchip/ksz_common.c | 2 + drivers/net/dsa/microchip/ksz_priv.h | 2 + 4 files changed, 72 insertions(+) -- 1.8.3.1