OSDN Git Service

net: mdiobus: Introduce fwnode_mdiobus_register_phy()
authorCalvin Johnson <calvin.johnson@oss.nxp.com>
Fri, 11 Jun 2021 10:53:54 +0000 (13:53 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Jun 2021 20:08:53 +0000 (13:08 -0700)
commitbc1bee3b87ee48bd97ef7fd306445132ba2041b0
treee52b654c50d0a4ecea963c9baae755f0c9a79ba5
parentb9926da003cab58594803a2bc5a1d5bd7c670eba
net: mdiobus: Introduce fwnode_mdiobus_register_phy()

Introduce fwnode_mdiobus_register_phy() to register PHYs on the
mdiobus. From the compatible string, identify whether the PHY is
c45 and based on this create a PHY device instance which is
registered on the mdiobus.

Along with fwnode_mdiobus_register_phy() also introduce
fwnode_find_mii_timestamper() and fwnode_mdiobus_phy_device_register()
since they are needed.
While at it, also use the newly introduced fwnode operation in
of_mdiobus_phy_device_register().

Signed-off-by: Calvin Johnson <calvin.johnson@oss.nxp.com>
Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Acked-by: Grant Likely <grant.likely@arm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
MAINTAINERS
drivers/net/mdio/Kconfig
drivers/net/mdio/Makefile
drivers/net/mdio/fwnode_mdio.c [new file with mode: 0644]
drivers/net/mdio/of_mdio.c
include/linux/fwnode_mdio.h [new file with mode: 0644]