summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/omap3isp
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * media: platform: omap3isp: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | [media] platform: Make use of media_bus_format enumBoris BREZILLON2014-11-147-181/+175
|/
* [media] omap3isp: use true/false for boolean varsMauro Carvalho Chehab2014-09-031-1/+1
* [media] omap3isp: resizer: Protect against races when updating cropLaurent Pinchart2014-08-212-12/+34
* [media] omap3isp: resizer: Remove slow debugging message from interrupt handlerLaurent Pinchart2014-08-211-8/+9
* [media] omap3isp: resizer: Remove needless variable initializationsLaurent Pinchart2014-08-211-6/+6
* [media] omap3isp: ccdc: Restart the CCDC immediately after an underrun in BT.656Laurent Pinchart2014-08-211-2/+15
* [media] omap3isp: ccdc: Don't timeout on stream off when the CCDC is stoppedLaurent Pinchart2014-08-212-0/+6
* [media] omap3isp: ccdc: Fix freeze when a short frame is receivedLaurent Pinchart2014-08-211-0/+29
* [media] omap3isp: ccdc: Increment the frame number at VD0 time for BT.656Laurent Pinchart2014-08-211-10/+10
* [media] omap3isp: ccdc: Simplify ccdc_lsc_is_configured()Laurent Pinchart2014-08-211-5/+4
* [media] omap3isp: ccdc: Rename __ccdc_handle_stopping to ccdc_handle_stoppingLaurent Pinchart2014-08-211-5/+5
* [media] omap3isp: ccdc: Only complete buffer when all fields are capturedLaurent Pinchart2014-08-212-27/+58
* [media] omap3isp: ccdc: Disable the video port when unusedLaurent Pinchart2014-08-211-41/+29
* [media] omap3isp: ccdc: Add support for BT.656 YUV format at the CCDC inputLaurent Pinchart2014-08-212-16/+80
* [media] omap3isp: ccdc: Support the interlaced field orders at the CCDC outputLaurent Pinchart2014-08-213-60/+122
* [media] omap3isp: ccdc: Add basic support for interlaced videoLaurent Pinchart2014-08-213-1/+28
* [media] omap3isp: ccdc: Simplify the ccdc_isr_buffer() functionLaurent Pinchart2014-08-211-10/+5
* [media] omap3isp: ccdc: Simplify the configuration functionLaurent Pinchart2014-08-211-5/+4
* [media] omap3isp: video: Validate the video node field orderLaurent Pinchart2014-08-211-2/+3
* [media] omap3isp: Default to progressive field order when setting the formatLaurent Pinchart2014-08-211-0/+9
* [media] omap3isp: Move non-critical code out of the mutex-protected sectionLaurent Pinchart2014-08-211-3/+2
* [media] omap3isp: Remove boilerplate disclaimer and FSF addressLaurent Pinchart2014-08-2128-280/+0
* [media] omap3isp: Don't ignore subdev streamoff failuresLaurent Pinchart2014-08-211-6/+4
* [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
OpenPOWER on IntegriCloud