mbox series

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

Message ID 20230316205301.2087667-1-f.fainelli@gmail.com
Headers show
Series ACPI/DT mdiobus module owner fixes | expand

Message

Florian Fainelli March 16, 2023, 8:52 p.m. UTC
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(-)