summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/omap3isp
Commit message (Expand)AuthorAgeFilesLines
* [media] omap3isp: Rename isp_buffer isp_addr field to dmaLaurent Pinchart2014-05-257-17/+17
* [media] omap3isp: Move to videobuf2Laurent Pinchart2014-05-255-1286/+108
* [media] omap3isp: Cancel all queued buffers when stopping the video streamLaurent Pinchart2014-05-251-0/+2
* [media] omap3isp: Move buffer irqlist to isp_buffer structureLaurent Pinchart2014-05-253-21/+22
* [media] omap3isp: Move queue irqlock to isp_video structureLaurent Pinchart2014-05-255-27/+19
* [media] omap3isp: Move queue mutex to isp_video structureLaurent Pinchart2014-05-254-91/+86
* [media] omap3isp: queue: Don't build scatterlist for kernel bufferLaurent Pinchart2014-05-252-25/+7
* [media] omap3isp: Use the ARM DMA IOMMU-aware operationsLaurent Pinchart2014-05-254-60/+86
* [media] omap3isp: queue: Use sg_alloc_table_from_pages()Laurent Pinchart2014-05-251-14/+2
* [media] omap3isp: queue: Map PFNMAP buffers to deviceLaurent Pinchart2014-05-252-18/+23
* [media] omap3isp: queue: Fix the dma_map_sg() return value checkLaurent Pinchart2014-05-251-1/+1
* [media] omap3isp: queue: Allocate kernel buffers with dma_alloc_coherentLaurent Pinchart2014-05-252-32/+27
* [media] omap3isp: queue: Inline the ispmmu_v(un)map functionsLaurent Pinchart2014-05-251-32/+4
* [media] omap3isp: queue: Merge the prepare and sglist functionsLaurent Pinchart2014-05-252-104/+69
* [media] omap3isp: queue: Use sg_table structureLaurent Pinchart2014-05-252-74/+40
* [media] omap3isp: queue: Move IOMMU handling code to the queueLaurent Pinchart2014-05-253-83/+78
* [media] omap3isp: video: Set the buffer bytesused field at completion timeLaurent Pinchart2014-05-251-1/+4
* [media] omap3isp: ccdc: Use the DMA API for FPCLaurent Pinchart2014-05-252-24/+35
* [media] omap3isp: ccdc: Use the DMA API for LSCLaurent Pinchart2014-05-252-31/+29
* [media] omap3isp: stat: Use the DMA APILaurent Pinchart2014-05-252-72/+53
* [media] omap3isp: stat: Store sg table in ispstat_bufferLaurent Pinchart2014-05-252-11/+10
* [media] omap3isp: stat: Merge dma_addr and iommu_addr fieldsLaurent Pinchart2014-05-254-15/+11
* [media] omap3isp: stat: Share common code for buffer allocationLaurent Pinchart2014-05-251-60/+54
* [media] omap3isp: stat: Remove impossible WARN_ONLaurent Pinchart2014-05-251-2/+0
* [media] omap3isp: stat: Rename IS_COHERENT_BUF to ISP_STAT_USES_DMAENGINELaurent Pinchart2014-05-251-7/+7
* [media] omap3isp: Fix kerneldoc for _module_sync_is_stopping and isp_isr()Peter Meerwald2014-03-051-4/+1
* [media] omap3isp: Rename the variable names in descriptionLad, Prabhakar2014-03-057-21/+22
* [media] omap3isp: ispccdc: Remove unwanted commentsLad, Prabhakar2014-03-051-6/+0
* [media] omap3isp: Fix typosLad, Prabhakar2014-03-058-12/+12
* [media] omap3isp: Don't ignore failure to locate external subdevLaurent Pinchart2014-02-241-2/+2
* [media] omap3isp: Don't try to locate external subdev for mem-to-mem pipelinesLaurent Pinchart2014-02-241-0/+4
* [media] omap3isp: preview: Fix the crop marginsFlorian Vaussard2014-02-241-0/+9
* [media] omap3isp: ccdc: Don't hang when the SBL fails to become idleLaurent Pinchart2014-01-071-0/+2
* [media] omap3isp: Refactor modules stop failure handlingLaurent Pinchart2014-01-072-14/+24
* [media] omap3isp: Cancel streaming when a fatal error occursLaurent Pinchart2014-01-074-0/+66
* [media] omap3isp: Fix buffer flags handling when querying bufferLaurent Pinchart2013-12-181-0/+2
* [media] omap3isp: Use devm_ioremap_resource()Laurent Pinchart2013-12-182-22/+5
* [media] omap3isp: Modify clocks registration to avoid circular referencesSylwester Nawrocki2013-12-182-6/+17
* Merge branch 'upstream-fixes' into patchworkMauro Carvalho Chehab2013-12-131-5/+2
|\
| * [media] media_tree: Fix spelling errorsJonathan McCrohan2013-12-091-1/+1
| * [media] v4l: omap3isp: Don't check for missing get_fmt op on remote subdevLaurent Pinchart2013-12-041-5/+2
* | [media] omap3isp: Add resizer data rate configuration to resizer_link_validateSakari Ailus2013-12-042-54/+15
* | [media] omap3isp: Mark which pads must connectSakari Ailus2013-12-047-8/+15
* | [media] media_tree: Fix spelling errorsJonathan McCrohan2013-11-291-1/+1
|/
* DMA-API: media: omap3isp: use dma_coerce_mask_and_coherent()Russell King2013-10-312-6/+3
* [media] media: Change media device link_notify behaviourSylwester Nawrocki2013-06-121-16/+25
* [media] omap3isp: ccp2: Don't ignore the regulator_enable() return valueLaurent Pinchart2013-06-121-4/+15
* [media] omap3isp: Defer probe when the IOMMU is not availableLaurent Pinchart2013-06-121-0/+2
* [media] omap3isp: include linux/mm_types.hArnd Bergmann2013-06-121-0/+1
* [media] omap3isp: Remove redundant platform_set_drvdata()Sachin Kamat2013-06-121-2/+0