stmmac: add the experimental PCI support
This patch adds the PCI support (as EXPERIMENTAL) this has been also tested on XLINX XC2V3000 FF1152AMT0221 D1215994A VIRTEX FPGA board. To support the PCI bus the main part has been reworked and both the platform and the PCI specific parts have been moved into different files. Signed-off-by:Rayagond Kokatanur <rayagond@vayavyalabs.com> Signed-off-by:
Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- drivers/net/ethernet/stmicro/stmmac/Kconfig 26 additions, 1 deletiondrivers/net/ethernet/stmicro/stmmac/Kconfig
- drivers/net/ethernet/stmicro/stmmac/Makefile 2 additions, 0 deletionsdrivers/net/ethernet/stmicro/stmmac/Makefile
- drivers/net/ethernet/stmicro/stmmac/common.h 7 additions, 0 deletionsdrivers/net/ethernet/stmicro/stmmac/common.h
- drivers/net/ethernet/stmicro/stmmac/dwmac_lib.c 13 additions, 0 deletionsdrivers/net/ethernet/stmicro/stmmac/dwmac_lib.c
- drivers/net/ethernet/stmicro/stmmac/stmmac.h 12 additions, 1 deletiondrivers/net/ethernet/stmicro/stmmac/stmmac.h
- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 131 additions, 287 deletionsdrivers/net/ethernet/stmicro/stmmac/stmmac_main.c
- drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c 2 additions, 1 deletiondrivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c
- drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c 221 additions, 0 deletionsdrivers/net/ethernet/stmicro/stmmac/stmmac_pci.c
- drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c 198 additions, 0 deletionsdrivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
Loading
Please register or sign in to comment