changes v2: - make it work on all know KSZÜ variants except of undocumented LAN* switches - add io-drive-strength compatible for ksz88xx chips - test exact drive strength instead of nearest closest. - add comment and refactor the code Oleksij Rempel (2): dt-bindings: net: dsa: microchip: Update ksz device tree bindings for drive strength net: dsa: microchip: Add drive strength configuration .../bindings/net/dsa/microchip,ksz.yaml | 23 ++ drivers/net/dsa/microchip/ksz8795_reg.h | 14 - drivers/net/dsa/microchip/ksz9477_reg.h | 13 - drivers/net/dsa/microchip/ksz_common.c | 286 ++++++++++++++++++ drivers/net/dsa/microchip/ksz_common.h | 20 ++ 5 files changed, 329 insertions(+), 27 deletions(-) -- 2.39.2