linux/drivers/net/ethernet/stmicro/stmmac
Giuseppe CAVALLARO 4a7d666a72 stmmac: reorganize chain/ring modes removing Koptions
Previously we had two Koptions to decide if the stmmac
had to use either a ring or a chain to manage its descriptors.
This patch removes the Kernel configuration options and it allow us
to use the chain mode by passing a module option.
Ring mode continues to be the default.

Also with this patch, it will be easier to validate the driver built and
guarantee that all the two modes always compile fine.

Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-03-26 12:53:36 -04:00
..
chain_mode.c stmmac: reorganize chain/ring modes removing Koptions 2013-03-26 12:53:36 -04:00
common.h stmmac: reorganize chain/ring modes removing Koptions 2013-03-26 12:53:36 -04:00
descs_com.h stmmac: reorganize chain/ring modes removing Koptions 2013-03-26 12:53:36 -04:00
descs.h stmmac: add header inclusion protection 2012-08-24 13:25:05 -04:00
dwmac100_core.c stmmac: add the Energy Efficient Ethernet support 2012-07-01 03:34:50 -07:00
dwmac100_dma.c stmmac: add mixed burst for DMA 2012-05-14 18:53:19 -04:00
dwmac100.h stmmac: add header inclusion protection 2012-08-24 13:25:05 -04:00
dwmac1000_core.c stmmac: add the Energy Efficient Ethernet support 2012-07-01 03:34:50 -07:00
dwmac1000_dma.c stmmac: add Rx watchdog support to mitigate the DMA irqs 2012-11-26 17:22:12 -05:00
dwmac1000.h stmmac: add Rx watchdog support to mitigate the DMA irqs 2012-11-26 17:22:12 -05:00
dwmac_dma.h stmmac: remove two repeated macros 2012-12-03 13:35:36 -05:00
dwmac_lib.c stmmac: add Rx watchdog support to mitigate the DMA irqs 2012-11-26 17:22:12 -05:00
enh_desc.c stmmac: reorganize chain/ring modes removing Koptions 2013-03-26 12:53:36 -04:00
Kconfig stmmac: reorganize chain/ring modes removing Koptions 2013-03-26 12:53:36 -04:00
Makefile stmmac: reorganize chain/ring modes removing Koptions 2013-03-26 12:53:36 -04:00
mmc_core.c stmmac: fix a typo in the macro used to mask the mmc irq 2012-08-22 19:14:31 -07:00
mmc.h stmmac: add header inclusion protection 2012-08-24 13:25:05 -04:00
norm_desc.c stmmac: reorganize chain/ring modes removing Koptions 2013-03-26 12:53:36 -04:00
ring_mode.c stmmac: reorganize chain/ring modes removing Koptions 2013-03-26 12:53:36 -04:00
stmmac_ethtool.c ethtool: fix drvinfo strings set in drivers 2013-01-06 21:06:31 -08:00
stmmac_main.c stmmac: reorganize chain/ring modes removing Koptions 2013-03-26 12:53:36 -04:00
stmmac_mdio.c stmmac: mdio register has to fail if the phy is not found 2013-02-10 20:12:10 -05:00
stmmac_pci.c stmmac: don't return zero on failure path in stmmac_pci_probe() 2013-02-03 16:14:09 -05:00
stmmac_platform.c drivers/net: fix up function prototypes after __dev* removals 2012-12-07 14:22:22 -05:00
stmmac.h stmmac: reorganize chain/ring modes removing Koptions 2013-03-26 12:53:36 -04:00