public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/3] net: phy: Add support for ethernet-phy-id
@ 2022-02-23 14:45 Michal Simek
  2022-02-23 14:45 ` [PATCH 1/3] net: phy: Add new read ethernet phy id function Michal Simek
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Michal Simek @ 2022-02-23 14:45 UTC (permalink / raw)
  To: u-boot, git
  Cc: Bin Meng, Christian Gmeiner, Dominic Rath, Joe Hershberger,
	Kuldeep Singh, Michal Simek, Priyanka Jain, Radu Pirea (NXP OSS),
	Ramon Fried, Samuel Holland, Simon Glass, T Karthik Reddy,
	Vladimir Oltean, Wolfgang Denk

Hi,

this series is adding support for ethernet-phy-id with reset gpio support.
There is another series related to DM_ETH_PHY but it is missing creating
phy devices based on decoded phy IDs from compatible string.
We would like to adopt DM_ETH_PHY in our driver but still this series can
be useful for other drivers which are not DM_ETH_PHY ready.
At the end this same file should be used also for DM_ETH_PHY driver.

The reason for complete separatation from phy.c is that there is
requirement for gpio headers which is not done by all arch. That's why new
symbol and separate file is the way to go.

Thanks,
Michal


Michal Simek (3):
  net: phy: Add new read ethernet phy id function
  net: phy: Remove static return type for phy_device_create()
  net: phy: Add support for ethernet-phy-id with gpio reset

 MAINTAINERS                   |  1 +
 drivers/core/ofnode.c         | 36 ++++++++++++++++++
 drivers/net/phy/Kconfig       |  8 ++++
 drivers/net/phy/Makefile      |  1 +
 drivers/net/phy/ethernet_id.c | 69 +++++++++++++++++++++++++++++++++++
 drivers/net/phy/phy.c         | 11 ++++--
 include/dm/ofnode.h           | 13 +++++++
 include/phy.h                 | 26 +++++++++++++
 8 files changed, 162 insertions(+), 3 deletions(-)
 create mode 100644 drivers/net/phy/ethernet_id.c

-- 
2.35.1


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

end of thread, other threads:[~2022-03-09 11:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-23 14:45 [PATCH 0/3] net: phy: Add support for ethernet-phy-id Michal Simek
2022-02-23 14:45 ` [PATCH 1/3] net: phy: Add new read ethernet phy id function Michal Simek
2022-02-23 14:45 ` [PATCH 2/3] net: phy: Remove static return type for phy_device_create() Michal Simek
2022-02-23 14:45 ` [PATCH 3/3] net: phy: Add support for ethernet-phy-id with gpio reset Michal Simek
2022-03-09 11:44 ` [PATCH 0/3] net: phy: Add support for ethernet-phy-id Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox