netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 net 0/4] Fix broken link on Xilinx's AXI Ethernet in SGMII mode
@ 2022-03-23 18:00 Andy Chiu
  2022-03-23 18:00 ` [PATCH v5 net 1/4] net: axienet: setup mdio unconditionally Andy Chiu
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Andy Chiu @ 2022-03-23 18:00 UTC (permalink / raw)
  To: radhey.shyam.pandey, robert.hancock, michal.simek
  Cc: davem, kuba, pabeni, robh+dt, linux, andrew, netdev, devicetree,
	robh, Andy Chiu

The Ethernet driver use phy-handle to reference the PCS/PMA PHY. This
could be a problem if one wants to configure an external PHY via phylink,
since it use the same phandle to get the PHY. To fix this, introduce a
dedicated pcs-handle to point to the PCS/PMA PHY and deprecate the use
of pointing it with phy-handle. A similar use case of pcs-handle can be
seen on dpaa2 as well.

The v4 patch was wrongly based on net-next tree. 1,2,4 parts of v5 patch
was generated after re-applying the v4 patch then resolving conflicts on
the net tree. 3/5 also describes the pcs-handle more globally at the
ethernet-controller device tree binding document.

Andy Chiu (4):
  net: axienet: setup mdio unconditionally
  net: axienet: factor out phy_node in struct axienet_local
  dt-bindings: net: add pcs-handle attribute
  net: axiemac: use a phandle to reference pcs_phy

 .../bindings/net/ethernet-controller.yaml     |  6 ++++
 .../bindings/net/xilinx_axienet.txt           |  8 ++++-
 drivers/net/ethernet/xilinx/xilinx_axienet.h  |  2 --
 .../net/ethernet/xilinx/xilinx_axienet_main.c | 33 ++++++++++---------
 4 files changed, 31 insertions(+), 18 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2022-03-28 12:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-23 18:00 [PATCH v5 net 0/4] Fix broken link on Xilinx's AXI Ethernet in SGMII mode Andy Chiu
2022-03-23 18:00 ` [PATCH v5 net 1/4] net: axienet: setup mdio unconditionally Andy Chiu
2022-03-23 18:00 ` [PATCH v5 net 2/4] net: axienet: factor out phy_node in struct axienet_local Andy Chiu
2022-03-23 18:00 ` [PATCH v5 net 3/4] dt-bindings: net: add pcs-handle attribute Andy Chiu
2022-03-25 19:23   ` Andrew Lunn
2022-03-28 12:54     ` Andy Chiu
2022-03-23 18:00 ` [PATCH v5 net 4/4] net: axiemac: use a phandle to reference pcs_phy Andy Chiu

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).