]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8f96ec61072df3e39cb32e06945664c0c02828ef
treee433b5c075920229274a3229e0f06b8c6a2d19b2
parent45e5e1794209de74a81c05fb77e978d042f60e00
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]