[media] omap3isp: ccdc: Use the DMA API for FPC
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Thu, 2 Jan 2014 23:06:08 +0000 (20:06 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Sun, 25 May 2014 14:12:02 +0000 (11:12 -0300)
commitc60e153d3407b5a94b72ebfcf274fae98979eed9
treec1ae565a9d319dad78bf2260a01c02ee91365311
parentd33186d0be1823d2ae397d620e623e5592288e18
[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 <laurent.pinchart@ideasonboard.com>
Acked-by: Sakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/platform/omap3isp/ispccdc.c
drivers/media/platform/omap3isp/ispccdc.h
This page took 0.025476 seconds and 5 git commands to generate.