From: Laurent Pinchart Date: Thu, 2 Jan 2014 23:06:08 +0000 (-0300) Subject: [media] omap3isp: ccdc: Use the DMA API for FPC X-Git-Tag: omap-for-v3.16/fixes-against-rc1~25^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c60e153d3407b5a94b72ebfcf274fae98979eed9;p=pandora-kernel.git [media] omap3isp: ccdc: Use the DMA API for FPC Replace the OMAP-specific IOMMU API usage by the DMA API for FPC. The table is 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