Re: [net-next PATCH v5 10/15] net: mdio: Add ACPI support code for mdio

2021-02-08 Thread Andy Shevchenko
On Mon, Feb 8, 2021 at 5:14 PM Calvin Johnson wrote: > > Define acpi_mdiobus_register() to Register mii_bus and create PHYs for > each ACPI child node. ... > +/** > + * acpi_mdiobus_register - Register mii_bus and create PHYs from the ACPI > ASL. > + * Redundant blank line. > + * @mdio: poin

[net-next PATCH v5 10/15] net: mdio: Add ACPI support code for mdio

2021-02-08 Thread Calvin Johnson
Define acpi_mdiobus_register() to Register mii_bus and create PHYs for each ACPI child node. Signed-off-by: Calvin Johnson --- Changes in v5: - add missing MODULE_LICENSE() - replace fwnode_get_id() with OF and ACPI function calls Changes in v4: None Changes in v3: None Changes in v2: None MA