From: Laurent Pinchart Date: Thu, 2 Jan 2014 23:06:08 +0000 (-0300) Subject: [media] omap3isp: stat: Use the DMA API X-Git-Tag: omap-for-v3.16/fixes-against-rc1~25^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e24e90f2ca72f7e68e41f3e99fc2838909c36e9;p=pandora-kernel.git [media] omap3isp: stat: Use the DMA API Replace the OMAP-specific IOMMU API usage by the DMA API. All buffers are now allocated using dma_alloc_coherent() and the related sg table is retrieved using dma_get_sgtable() for sync operations. Signed-off-by: Laurent Pinchart Acked-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed