linux-stable/drivers/net/ethernet/tundra
Christoph Hellwig c08fa1608d net: tsi108: Use DMA API properly
We need to pass a struct device to the DMA API, even if some architectures
still support that for legacy reasons, and should not mix it with the old
PCI DMA API.

Note that the driver also seems to never actually unmap its DMA mappings,
but to fix that we'll need someone more familar with the driver.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
2018-01-17 18:04:43 -06:00
..
Kconfig
Makefile
tsi108_eth.c net: tsi108: Use DMA API properly 2018-01-17 18:04:43 -06:00
tsi108_eth.h