summaryrefslogtreecommitdiff
path: root/drivers/media/platform/omap3isp
AgeCommit message (Expand)Author
2014-05-25[media] omap3isp: Rename isp_buffer isp_addr field to dmaLaurent Pinchart
2014-05-25[media] omap3isp: Move to videobuf2Laurent Pinchart
2014-05-25[media] omap3isp: Cancel all queued buffers when stopping the video streamLaurent Pinchart
2014-05-25[media] omap3isp: Move buffer irqlist to isp_buffer structureLaurent Pinchart
2014-05-25[media] omap3isp: Move queue irqlock to isp_video structureLaurent Pinchart
2014-05-25[media] omap3isp: Move queue mutex to isp_video structureLaurent Pinchart
2014-05-25[media] omap3isp: queue: Don't build scatterlist for kernel bufferLaurent Pinchart
2014-05-25[media] omap3isp: Use the ARM DMA IOMMU-aware operationsLaurent Pinchart
2014-05-25[media] omap3isp: queue: Use sg_alloc_table_from_pages()Laurent Pinchart
2014-05-25[media] omap3isp: queue: Map PFNMAP buffers to deviceLaurent Pinchart
2014-05-25[media] omap3isp: queue: Fix the dma_map_sg() return value checkLaurent Pinchart
2014-05-25[media] omap3isp: queue: Allocate kernel buffers with dma_alloc_coherentLaurent Pinchart
2014-05-25[media] omap3isp: queue: Inline the ispmmu_v(un)map functionsLaurent Pinchart
2014-05-25[media] omap3isp: queue: Merge the prepare and sglist functionsLaurent Pinchart
2014-05-25[media] omap3isp: queue: Use sg_table structureLaurent Pinchart
2014-05-25[media] omap3isp: queue: Move IOMMU handling code to the queueLaurent Pinchart
2014-05-25[media] omap3isp: video: Set the buffer bytesused field at completion timeLaurent Pinchart
2014-05-25[media] omap3isp: ccdc: Use the DMA API for FPCLaurent Pinchart
2014-05-25[media] omap3isp: ccdc: Use the DMA API for LSCLaurent Pinchart
2014-05-25[media] omap3isp: stat: Use the DMA APILaurent Pinchart
2014-05-25[media] omap3isp: stat: Store sg table in ispstat_bufferLaurent Pinchart
2014-05-25[media] omap3isp: stat: Merge dma_addr and iommu_addr fieldsLaurent Pinchart
2014-05-25[media] omap3isp: stat: Share common code for buffer allocationLaurent Pinchart
2014-05-25[media] omap3isp: stat: Remove impossible WARN_ONLaurent Pinchart
2014-05-25[media] omap3isp: stat: Rename IS_COHERENT_BUF to ISP_STAT_USES_DMAENGINELaurent Pinchart
2014-03-05[media] omap3isp: Fix kerneldoc for _module_sync_is_stopping and isp_isr()Peter Meerwald
2014-03-05[media] omap3isp: Rename the variable names in descriptionLad, Prabhakar
2014-03-05[media] omap3isp: ispccdc: Remove unwanted commentsLad, Prabhakar
2014-03-05[media] omap3isp: Fix typosLad, Prabhakar
2014-02-24[media] omap3isp: Don't ignore failure to locate external subdevLaurent Pinchart
2014-02-24[media] omap3isp: Don't try to locate external subdev for mem-to-mem pipelinesLaurent Pinchart
2014-02-24[media] omap3isp: preview: Fix the crop marginsFlorian Vaussard
2014-01-07[media] omap3isp: ccdc: Don't hang when the SBL fails to become idleLaurent Pinchart
2014-01-07[media] omap3isp: Refactor modules stop failure handlingLaurent Pinchart
2014-01-07[media] omap3isp: Cancel streaming when a fatal error occursLaurent Pinchart
2013-12-18[media] omap3isp: Fix buffer flags handling when querying bufferLaurent Pinchart
2013-12-18[media] omap3isp: Use devm_ioremap_resource()Laurent Pinchart
2013-12-18[media] omap3isp: Modify clocks registration to avoid circular referencesSylwester Nawrocki
2013-12-13Merge branch 'upstream-fixes' into patchworkMauro Carvalho Chehab
2013-12-09[media] media_tree: Fix spelling errorsJonathan McCrohan
2013-12-04[media] v4l: omap3isp: Don't check for missing get_fmt op on remote subdevLaurent Pinchart
2013-12-04[media] omap3isp: Add resizer data rate configuration to resizer_link_validateSakari Ailus
2013-12-04[media] omap3isp: Mark which pads must connectSakari Ailus
2013-11-29[media] media_tree: Fix spelling errorsJonathan McCrohan
2013-10-31DMA-API: media: omap3isp: use dma_coerce_mask_and_coherent()Russell King
2013-06-12[media] media: Change media device link_notify behaviourSylwester Nawrocki
2013-06-12[media] omap3isp: ccp2: Don't ignore the regulator_enable() return valueLaurent Pinchart
2013-06-12[media] omap3isp: Defer probe when the IOMMU is not availableLaurent Pinchart
2013-06-12[media] omap3isp: include linux/mm_types.hArnd Bergmann
2013-06-12[media] omap3isp: Remove redundant platform_set_drvdata()Sachin Kamat