linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next PATCH v1 0/2] Introduce new APIs to support phylink and phy layers
@ 2020-04-24  3:16 Calvin Johnson
  2020-04-24  3:16 ` [net-next PATCH v1 1/2] device property: Introduce fwnode_phy_find_device() Calvin Johnson
  2020-04-24  3:16 ` [net-next PATCH v1 2/2] phylink: introduce phylink_fwnode_phy_connect() Calvin Johnson
  0 siblings, 2 replies; 10+ messages in thread
From: Calvin Johnson @ 2020-04-24  3:16 UTC (permalink / raw)
  To: linux.cj, Jeremy Linton, Andrew Lunn, Andy Shevchenko,
	Florian Fainelli, Russell King - ARM Linux admin,
	Cristi Sovaiala, Florin Laurentiu Chiculita, Ioana Ciornei,
	Madalin Bucur
  Cc: Laurentiu Tudor, linux-acpi, Diana Madalina Craciun,
	linux-arm-kernel, Pankaj Bansal, linux-kernel, netdev,
	Varun Sethi, Marcin Wojtas, Makarand Pawagi, Rajesh V . Bikkina,
	Calvin Johnson, Andy Shevchenko, David S. Miller,
	Dmitry Torokhov, Greg Kroah-Hartman, Heikki Krogerus,
	Heiner Kallweit, Rafael J. Wysocki, Sakari Ailus,
	Thomas Gleixner

Following functions are defined:
  phylink_fwnode_phy_connect()
  phylink_device_phy_connect()
  fwnode_phy_find_device()
  device_phy_find_device()

First two help in connecting phy to phylink instance.
Remaining two help to find a phy on a mdiobus.


Calvin Johnson (2):
  device property: Introduce fwnode_phy_find_device()
  phylink: introduce phylink_fwnode_phy_connect()

 drivers/base/property.c   | 41 ++++++++++++++++++
 drivers/net/phy/phylink.c | 90 +++++++++++++++++++++++++++++++++++++++
 include/linux/phylink.h   |  6 +++
 include/linux/property.h  |  5 +++
 4 files changed, 142 insertions(+)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-04-24 13:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-24  3:16 [net-next PATCH v1 0/2] Introduce new APIs to support phylink and phy layers Calvin Johnson
2020-04-24  3:16 ` [net-next PATCH v1 1/2] device property: Introduce fwnode_phy_find_device() Calvin Johnson
2020-04-24  3:45   ` Florian Fainelli
2020-04-24  9:26     ` Calvin Johnson
2020-04-24  9:34       ` Greg Kroah-Hartman
2020-04-24  9:54       ` Andy Shevchenko
2020-04-24 13:41         ` Calvin Johnson
2020-04-24 10:04   ` Heikki Krogerus
2020-04-24  3:16 ` [net-next PATCH v1 2/2] phylink: introduce phylink_fwnode_phy_connect() Calvin Johnson
2020-04-24  9:56   ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).