lkml.org 
[lkml]   [2020]   [Apr]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[net-next PATCH v2 0/3] Introduce new APIs to support phylink and phy layers
Date
Following functions are defined:
phylink_fwnode_phy_connect()
phylink_device_phy_connect()
fwnode_phy_find_device()
device_phy_find_device()
fwnode_get_phy_node()

First two help in connecting phy to phylink instance.
Next two help in finding a phy on a mdiobus.
Last one helps in getting phy_node from a fwnode.

Changes in v2:
move phy code from base/property.c to net/phy/phy_device.c
replace acpi & of code to get phy-handle with fwnode_find_reference
replace of_ and acpi_ code with generic fwnode to get phy-handle.

Calvin Johnson (3):
device property: Introduce phy related fwnode functions
net: phy: alphabetically sort header includes
phylink: Introduce phylink_fwnode_phy_connect()

drivers/net/phy/phy_device.c | 83 ++++++++++++++++++++++++++++++------
drivers/net/phy/phylink.c | 68 +++++++++++++++++++++++++++++
include/linux/phy.h | 3 ++
include/linux/phylink.h | 6 +++
4 files changed, 146 insertions(+), 14 deletions(-)

--
2.17.1

\
 
 \ /
  Last update: 2020-04-27 15:25    [W:0.220 / U:2.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site