aboutsummaryrefslogtreecommitdiff
path: root/include/linux/omap-iommu.h
AgeCommit message (Collapse)AuthorFilesLines
2018-04-20media: omap: omap-iommu.h: allow building drivers with COMPILE_TESTMauro Carvalho Chehab1-0/+5
Drivers that depend on omap-iommu.h (currently, just omap3isp) need a stub implementation in order to be built with COMPILE_TEST. Acked-by: Sakari Ailus <[email protected]> Acked-by: Hans Verkuil <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Acked-by: Tony Lindgren <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
2014-07-29iommu/omap: Remove virtual memory managerLaurent Pinchart1-35/+2
The OMAP3 ISP driver was the only user of the OMAP IOVMM API. Now that is has been ported to the DMA API, remove the unused virtual memory manager. Signed-off-by: Laurent Pinchart <[email protected]> Signed-off-by: Joerg Roedel <[email protected]>
2012-11-20ARM: OMAP2+: Move plat/iovmm.h to include/linux/omap-iommu.hTony Lindgren1-0/+52
Looks like the iommu framework does not have generic functions exported for all the needs yet. The hardware specific functions are defined in files like intel-iommu.h and amd-iommu.h. Follow the same standard for omap-iommu.h. This is needed because we are removing plat and mach includes for ARM common zImage support. Further work should continue in the iommu framework context as only pure platform data will be communicated from arch/arm/*omap*/* code to the iommu framework. Cc: Ido Yariv <[email protected]> Cc: Laurent Pinchart <[email protected]> Cc: Omar Ramirez Luna <[email protected]> Cc: [email protected] Acked-by: Mauro Carvalho Chehab <[email protected]> Acked-by: Ohad Ben-Cohen <[email protected]> Acked-by: Joerg Roedel <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>