linux/drivers/net/ethernet/renesas
Ben Hutchings 52b9fa3696 sh_eth: Fix DMA-API usage for RX buffers
- Use the return value of dma_map_single(), rather than calling
  virt_to_page() separately
- Check for mapping failue
- Call dma_unmap_single() rather than dma_sync_single_for_cpu()

Signed-off-by: Ben Hutchings <ben.hutchings@codethink.co.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-01-27 00:18:54 -08:00
..
Kconfig net: sh_eth: fix driver dependencies 2014-09-02 13:23:25 -07:00
Makefile
sh_eth.c sh_eth: Fix DMA-API usage for RX buffers 2015-01-27 00:18:54 -08:00
sh_eth.h sh_eth: Fix serialisation of interrupt disable with interrupt & NAPI handlers 2015-01-26 16:13:15 -08:00