OSDN Git Service

stmmac: add the experimental PCI support
authorGiuseppe CAVALLARO <peppe.cavallaro@st.com>
Wed, 21 Dec 2011 03:58:19 +0000 (03:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 21 Dec 2011 20:44:34 +0000 (15:44 -0500)
commitbfab27a146ed4d722c6d399f844f955f29cd2b81
treee433b5c075920229274a3229e0f06b8c6a2d19b2
parent225d9b89c937633dfeec502741a174fe0bab5b9f
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>
drivers/net/ethernet/stmicro/stmmac/Kconfig
drivers/net/ethernet/stmicro/stmmac/Makefile
drivers/net/ethernet/stmicro/stmmac/common.h
drivers/net/ethernet/stmicro/stmmac/dwmac_lib.c
drivers/net/ethernet/stmicro/stmmac/stmmac.h
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c
drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c [new file with mode: 0644]
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c [new file with mode: 0644]