net: phy: Add gmiitorgmii converter support
This patch adds support for gmiitorgmii converter. This converter sits between the MAC and the external phy MAC <==> GMII2RGMII <==> RGMII_PHY. The ethernet driver probes this bridge and this bridge driver probes real phy driver and invokes the real phy functionalities as requested. This bridge just needs to be configured based on real phy negotiated speed and duplex. Signed-off-by:Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
Showing
- drivers/net/phy/Kconfig 7 additions, 0 deletionsdrivers/net/phy/Kconfig
- drivers/net/phy/Makefile 1 addition, 0 deletionsdrivers/net/phy/Makefile
- drivers/net/phy/phy.c 42 additions, 0 deletionsdrivers/net/phy/phy.c
- drivers/net/phy/xilinx_gmii2rgmii.c 144 additions, 0 deletionsdrivers/net/phy/xilinx_gmii2rgmii.c
- include/phy.h 6 additions, 0 deletionsinclude/phy.h
Loading
Please register or sign in to comment