The main part of this series is adding handling of the clkout controls some of the mscc phys have and while at it Andrew asked for some of the duplicated probe functionality to be factored out into a common function. changes in v4: - fix missing variable initialization in one probe function changes in v3: - adapt to 5.8 merge-window results - introduce a more generic enet-phy-property instead of using a vsc8531,* one - suggested by Andrew changes in v2: - new probe factoring patch as suggested by Andrew Heiko Stuebner (3): net: phy: mscc: move shared probe code into a helper dt-bindings: net: ethernet-phy: add enet-phy-clock-out-frequency net: phy: mscc: handle the clkout control on some phy variants .../devicetree/bindings/net/ethernet-phy.yaml | 5 + drivers/net/phy/mscc/mscc.h | 9 + drivers/net/phy/mscc/mscc_main.c | 211 ++++++++++++------ 3 files changed, 155 insertions(+), 70 deletions(-) -- 2.26.2