-next plumbings
summaryrefslogtreecommitdiff
path: root/samples/bpf/Makefile
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2016-08-12 16:57:20 -0700
committerDavid S. Miller <davem@davemloft.net>2016-08-12 16:57:20 -0700
commit4330ea798f087a5f1e1dc6bbabe2eab18a2b3b92 (patch)
tree9cb69754a161f74022a68a8e807a05c60ab467bc /samples/bpf/Makefile
parentf08aff444ae0004c9ae6df3241fc313a5024d375 (diff)
parentf411a6160bd4278508b5892949ba1a7db6f73489 (diff)
Merge branch 'xilinx-gmiitorgmii-converter'
Kedareswara rao Appana says: ==================== net: phy: Add xilinx gmiitorgmii converter support The Gigabit Media Independent Interface (GMII) to Reduced Gigabit Media Independent Interface (RGMII) core provides the RGMII between RGMII-compliant Ethernet physical media devices (PHY) and the Gigabit Ethernet controller. This core can be used in all three modes of operation(10/100/1000 Mb/s). The Management Data Input/Output (MDIO) interface is used to configure the Speed of operation. This core can switch dynamically between the three Different speed modes by configuring the conveter register through mdio write. The conveter sits b/w the MAC and external phy like below MACB <==> GMII2RGMII <==> RGMII_PHY MDIO <========> GMII2RGMII MCAB <=======> <========> RGMII Using MAC MDIO bus we can access both the converter and the external PHY. We need to program the line speed of the converter during run time based On the external phy negotiated speed. This patch series does the below ---> Add mask for Control register 10Mbps speed. ---> Add support for xilinx gmiitorgmii converter. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'samples/bpf/Makefile')