summaryrefslogtreecommitdiff
path: root/drivers/media/platform/omap3isp
AgeCommit message (Expand)Author
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-14[media] platform: Make use of media_bus_format enumBoris BREZILLON
2014-10-20media: platform: omap3isp: drop owner assignment from platform_driversWolfram Sang
2014-09-03[media] omap3isp: use true/false for boolean varsMauro Carvalho Chehab
2014-08-21[media] omap3isp: resizer: Protect against races when updating cropLaurent Pinchart
2014-08-21[media] omap3isp: resizer: Remove slow debugging message from interrupt handlerLaurent Pinchart
2014-08-21[media] omap3isp: resizer: Remove needless variable initializationsLaurent Pinchart
2014-08-21[media] omap3isp: ccdc: Restart the CCDC immediately after an underrun in BT.656Laurent Pinchart
2014-08-21[media] omap3isp: ccdc: Don't timeout on stream off when the CCDC is stoppedLaurent Pinchart
2014-08-21[media] omap3isp: ccdc: Fix freeze when a short frame is receivedLaurent Pinchart
2014-08-21[media] omap3isp: ccdc: Increment the frame number at VD0 time for BT.656Laurent Pinchart
2014-08-21[media] omap3isp: ccdc: Simplify ccdc_lsc_is_configured()Laurent Pinchart
2014-08-21[media] omap3isp: ccdc: Rename __ccdc_handle_stopping to ccdc_handle_stoppingLaurent Pinchart
2014-08-21[media] omap3isp: ccdc: Only complete buffer when all fields are capturedLaurent Pinchart
2014-08-21[media] omap3isp: ccdc: Disable the video port when unusedLaurent Pinchart
2014-08-21[media] omap3isp: ccdc: Add support for BT.656 YUV format at the CCDC inputLaurent Pinchart
2014-08-21[media] omap3isp: ccdc: Support the interlaced field orders at the CCDC outputLaurent Pinchart
2014-08-21[media] omap3isp: ccdc: Add basic support for interlaced videoLaurent Pinchart
2014-08-21[media] omap3isp: ccdc: Simplify the ccdc_isr_buffer() functionLaurent Pinchart
2014-08-21[media] omap3isp: ccdc: Simplify the configuration functionLaurent Pinchart
2014-08-21[media] omap3isp: video: Validate the video node field orderLaurent Pinchart
2014-08-21[media] omap3isp: Default to progressive field order when setting the formatLaurent Pinchart
2014-08-21[media] omap3isp: Move non-critical code out of the mutex-protected sectionLaurent Pinchart
2014-08-21[media] omap3isp: Remove boilerplate disclaimer and FSF addressLaurent Pinchart
2014-08-21[media] omap3isp: Don't ignore subdev streamoff failuresLaurent Pinchart
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