[PATCH 0/2] ACPI/DT mdiobus module owner fixes

From: Florian Fainelli
Date: Thu Mar 16 2023 - 17:04:23 EST


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.

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 | 9 +++++----
drivers/net/phy/mdio_devres.c | 8 ++++----
include/linux/acpi_mdio.h | 9 ++++++++-
include/linux/of_mdio.h | 22 +++++++++++++++++++---
5 files changed, 42 insertions(+), 16 deletions(-)

--
2.34.1