[PATCH 2/6] net: calxedaxgmac: remove explicit rx dma buffer polling

2012-10-12 Thread Rob Herring
From: Rob Herring New received frames will trigger the rx DMA to poll the DMA descriptors, so there is no need to tell the h/w to poll. We also want to enable dropping frames from the fifo when there is no buffer. Signed-off-by: Rob Herring --- drivers/net/ethernet/calxeda/xgmac.c |4 +---

[PATCH 2/6] net: calxedaxgmac: remove explicit rx dma buffer polling

2012-10-12 Thread Rob Herring
From: Rob Herring rob.herr...@calxeda.com New received frames will trigger the rx DMA to poll the DMA descriptors, so there is no need to tell the h/w to poll. We also want to enable dropping frames from the fifo when there is no buffer. Signed-off-by: Rob Herring rob.herr...@calxeda.com ---