linux/drivers/net/ethernet/mediatek
sean.wang@mediatek.com 55a4e77819 net: ethernet: mediatek: fix runtime warning raised by inconsistent struct device pointers passed to DMA API
Runtime warning occurs if DMA-API debug feature is enabled that would be
raised by pointers passed to DMA API as arguments to inconsistent struct
device objects, so that the patch makes them usage aligned between DMA
operations such as dma_map_*() and dma_unmap_*() to eliminate the warning.

Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-08-15 23:02:44 -07:00
..
Kconfig
Makefile
mtk_eth_soc.c net: ethernet: mediatek: fix runtime warning raised by inconsistent struct device pointers passed to DMA API 2016-08-15 23:02:44 -07:00
mtk_eth_soc.h net-next: mediatek: add support for IRQ grouping 2016-06-30 08:52:04 -04:00