Files
ubports_kernel_google_msm/drivers
Alexander Duyck 6366ad331f igb: remove use of skb_dma_map from driver
This change removes skb_dma_map/unmap calls from the igb driver due to the
fact that the call is incompatible with iommu enabled kernels.  In order to
prevent warnings about using the wrong unmap call I have added a
mapped_as_page value to the buffer_info structure to track if the mapped
region is a page or a buffer.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-12-02 19:57:12 -08:00
..
2009-11-19 18:18:17 -05:00
2009-11-13 08:47:53 +01:00
2009-11-04 14:04:06 +01:00
2009-12-02 01:13:11 -08:00
2009-11-12 07:25:57 -08:00
2009-11-16 16:13:35 +00:00
2009-11-12 07:26:01 -08:00
2009-11-16 16:15:49 +00:00
2009-11-17 17:40:32 -08:00
2009-11-23 17:05:41 -05:00