Thread (32 messages) 32 messages, 8 authors, 2020-10-07

Re: [net-next PATCH v1 4/7] net: mdiobus: Introduce fwnode_mdiobus_register_phy()

From: David Miller <davem@davemloft.net>
Date: 2020-09-30 22:04:21
Also in: linux-acpi, linux-arm-kernel, lkml

From: Calvin Johnson <redacted>
Date: Wed, 30 Sep 2020 21:34:27 +0530
quoted hunk ↗ jump to hunk
--- a/drivers/net/phy/mdio_bus.c
+++ b/drivers/net/phy/mdio_bus.c
@@ -106,6 +106,46 @@ int mdiobus_unregister_device(struct mdio_device *mdiodev)
 }
 EXPORT_SYMBOL(mdiobus_unregister_device);
 
+int fwnode_mdiobus_register_phy(struct mii_bus *bus,
+				struct fwnode_handle *child, u32 addr)
+{
+	struct phy_device *phy;
+	bool is_c45;
+	const char *cp;
+	u32 phy_id;
+	int rc;
Reverse christmas tree here please.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help