aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/omap3isp (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-14[media] platform: Make use of media_bus_format enumBoris BREZILLON7-181/+175
2014-10-20media: platform: omap3isp: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-03[media] omap3isp: use true/false for boolean varsMauro Carvalho Chehab1-1/+1
2014-08-21[media] omap3isp: resizer: Protect against races when updating cropLaurent Pinchart2-12/+34
2014-08-21[media] omap3isp: resizer: Remove slow debugging message from interrupt handlerLaurent Pinchart1-8/+9
2014-08-21[media] omap3isp: resizer: Remove needless variable initializationsLaurent Pinchart1-6/+6
2014-08-21[media] omap3isp: ccdc: Restart the CCDC immediately after an underrun in BT.656Laurent Pinchart1-2/+15
2014-08-21[media] omap3isp: ccdc: Don't timeout on stream off when the CCDC is stoppedLaurent Pinchart2-0/+6
2014-08-21[media] omap3isp: ccdc: Fix freeze when a short frame is receivedLaurent Pinchart1-0/+29
2014-08-21[media] omap3isp: ccdc: Increment the frame number at VD0 time for BT.656Laurent Pinchart1-10/+10
2014-08-21[media] omap3isp: ccdc: Simplify ccdc_lsc_is_configured()Laurent Pinchart1-5/+4
2014-08-21[media] omap3isp: ccdc: Rename __ccdc_handle_stopping to ccdc_handle_stoppingLaurent Pinchart1-5/+5
2014-08-21[media] omap3isp: ccdc: Only complete buffer when all fields are capturedLaurent Pinchart2-27/+58
2014-08-21[media] omap3isp: ccdc: Disable the video port when unusedLaurent Pinchart1-41/+29
2014-08-21[media] omap3isp: ccdc: Add support for BT.656 YUV format at the CCDC inputLaurent Pinchart2-16/+80
2014-08-21[media] omap3isp: ccdc: Support the interlaced field orders at the CCDC outputLaurent Pinchart3-60/+122
2014-08-21[media] omap3isp: ccdc: Add basic support for interlaced videoLaurent Pinchart3-1/+28
2014-08-21[media] omap3isp: ccdc: Simplify the ccdc_isr_buffer() functionLaurent Pinchart1-10/+5
2014-08-21[media] omap3isp: ccdc: Simplify the configuration functionLaurent Pinchart1-5/+4
2014-08-21[media] omap3isp: video: Validate the video node field orderLaurent Pinchart1-2/+3
2014-08-21[media] omap3isp: Default to progressive field order when setting the formatLaurent Pinchart1-0/+9
2014-08-21[media] omap3isp: Move non-critical code out of the mutex-protected sectionLaurent Pinchart1-3/+2
2014-08-21[media] omap3isp: Remove boilerplate disclaimer and FSF addressLaurent Pinchart28-280/+0
2014-08-21[media] omap3isp: Don't ignore subdev streamoff failuresLaurent Pinchart1-6/+4
2014-05-25[media] omap3isp: Rename isp_buffer isp_addr field to dmaLaurent Pinchart7-17/+17
2014-05-25[media] omap3isp: Move to videobuf2Laurent Pinchart5-1286/+108
2014-05-25[media] omap3isp: Cancel all queued buffers when stopping the video streamLaurent Pinchart1-0/+2
2014-05-25[media] omap3isp: Move buffer irqlist to isp_buffer structureLaurent Pinchart3-21/+22
2014-05-25[media] omap3isp: Move queue irqlock to isp_video structureLaurent Pinchart5-27/+19
2014-05-25[media] omap3isp: Move queue mutex to isp_video structureLaurent Pinchart4-91/+86
2014-05-25[media] omap3isp: queue: Don't build scatterlist for kernel bufferLaurent Pinchart2-25/+7
2014-05-25[media] omap3isp: Use the ARM DMA IOMMU-aware operationsLaurent Pinchart4-60/+86
2014-05-25[media] omap3isp: queue: Use sg_alloc_table_from_pages()Laurent Pinchart1-14/+2
2014-05-25[media] omap3isp: queue: Map PFNMAP buffers to deviceLaurent Pinchart2-18/+23
2014-05-25[media] omap3isp: queue: Fix the dma_map_sg() return value checkLaurent Pinchart1-1/+1
2014-05-25[media] omap3isp: queue: Allocate kernel buffers with dma_alloc_coherentLaurent Pinchart2-32/+27
2014-05-25[media] omap3isp: queue: Inline the ispmmu_v(un)map functionsLaurent Pinchart1-32/+4
2014-05-25[media] omap3isp: queue: Merge the prepare and sglist functionsLaurent Pinchart2-104/+69
2014-05-25[media] omap3isp: queue: Use sg_table structureLaurent Pinchart2-74/+40
2014-05-25[media] omap3isp: queue: Move IOMMU handling code to the queueLaurent Pinchart3-83/+78
2014-05-25[media] omap3isp: video: Set the buffer bytesused field at completion timeLaurent Pinchart1-1/+4
2014-05-25[media] omap3isp: ccdc: Use the DMA API for FPCLaurent Pinchart2-24/+35
2014-05-25[media] omap3isp: ccdc: Use the DMA API for LSCLaurent Pinchart2-31/+29
2014-05-25[media] omap3isp: stat: Use the DMA APILaurent Pinchart2-72/+53
2014-05-25[media] omap3isp: stat: Store sg table in ispstat_bufferLaurent Pinchart2-11/+10
2014-05-25[media] omap3isp: stat: Merge dma_addr and iommu_addr fieldsLaurent Pinchart4-15/+11
2014-05-25[media] omap3isp: stat: Share common code for buffer allocationLaurent Pinchart1-60/+54
2014-05-25[media] omap3isp: stat: Remove impossible WARN_ONLaurent Pinchart1-2/+0
2014-05-25[media] omap3isp: stat: Rename IS_COHERENT_BUF to ISP_STAT_USES_DMAENGINELaurent Pinchart1-7/+7