Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stmmac: rename the gmac as dwmac1000 and split core and dma parts | Giuseppe CAVALLARO | 2010-01-08 | 1 | -2/+2 |
| | | | | | | | | | | | Use dwmac1000 naming instead of gmac. The patch also splits the gmac.c file in two new ones: dwmac1000_core.c and dwmac1000_dma.c. This could actually help on some architectures where different DMA engines are used. Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: David S. Miller <davem@davemloft.net> | ||||
* | net: add support for STMicroelectronics Ethernet controllers. | Giuseppe Cavallaro | 2009-10-15 | 1 | -0/+163 |
This is the driver for the ST MAC 10/100/1000 on-chip Ethernet controllers (Synopsys IP blocks). Driver documentation: o http://stlinux.com/drupal/kernel/network/stmmac Revisions: o http://stlinux.com/drupal/kernel/network/stmmac-driver-revisions Performances: o http://stlinux.com/drupal/benchmarks/networking/stmmac Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: David S. Miller <davem@davemloft.net> |