]> git.ipfire.org Git - thirdparty/u-boot.git/commit
net: phy: Add gmiitorgmii converter support
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Fri, 12 Oct 2018 11:25:35 +0000 (16:55 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 12 Oct 2018 13:34:05 +0000 (15:34 +0200)
commit5eace0d90797d1e240603878ff5666eb7cd8b9b9
tree49281589ecc31b2a34cbe17f95dadb6a5970bf37
parent002b9dd69fcda7bfa4c042e7a0cfb2f54dae65c0
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>
drivers/net/phy/Kconfig
drivers/net/phy/Makefile
drivers/net/phy/phy.c
drivers/net/phy/xilinx_gmii2rgmii.c [new file with mode: 0644]
include/phy.h