mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-24 15:49:42 +07:00
fc8f5aded1
This patch adds a separate driver for the MDIO interface of the Marvell Ethernet controllers. There are two reasons to have a separate driver rather than including it inside the MAC driver itself: *) The MDIO interface is shared by all Ethernet ports, so a driver must guarantee non-concurrent accesses to this MDIO interface. The most logical way is to have a separate driver that handles this single MDIO interface, used by all Ethernet ports. *) The MDIO interface is the same between the existing mv643xx_eth driver and the new mvneta driver. Even though it is for now only used by the mvneta driver, it will in the future be used by the mv643xx_eth driver as well. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: David S. Miller <davem@davemloft.net> |
||
---|---|---|
.. | ||
can | ||
broadcom-bcm87xx.txt | ||
calxeda-xgmac.txt | ||
cavium-mdio.txt | ||
cavium-mix.txt | ||
cavium-pip.txt | ||
cpsw.txt | ||
davinci_emac.txt | ||
davinci-mdio.txt | ||
fsl-fec.txt | ||
fsl-tsec-phy.txt | ||
lpc-eth.txt | ||
macb.txt | ||
marvell-orion-mdio.txt | ||
mdio-gpio.txt | ||
mdio-mux-gpio.txt | ||
mdio-mux-mmioreg.txt | ||
mdio-mux.txt | ||
phy.txt | ||
smsc911x.txt | ||
smsc-lan91c111.txt | ||
stmmac.txt |