This patch series fixes wrong mdiobus module ownership for MDIO buses registered from DT or ACPI. Thanks Maxime for providing the first patch and making me see that ACPI also had the same issue. Changes in v2: - fixed missing kdoc in the first patch Florian Fainelli (1): net: mdio: fix owner field for mdio buses registered using ACPI Maxime Bizon (1): net: mdio: fix owner field for mdio buses registered using device-tree drivers/net/mdio/acpi_mdio.c | 10 ++++++---- drivers/net/mdio/of_mdio.c | 12 +++++++----- drivers/net/phy/mdio_devres.c | 11 ++++++----- include/linux/acpi_mdio.h | 9 ++++++++- include/linux/of_mdio.h | 22 +++++++++++++++++++--- 5 files changed, 46 insertions(+), 18 deletions(-) -- 2.34.1