summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'topic/omap3isp' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-06-1218-1744/+432
|\
| * [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-255-61/+89
| * [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
* | Merge branches 'topic/vsp1' and 'topic/adv76xx' of git://git.kernel.org/pub/s...Linus Torvalds2014-06-0618-94/+690
|\ \
| * | [media] v4l: vsp1: Add DT supportLaurent Pinchart2014-04-231-8/+44
| * | [media] v4l: vsp1: Add BRU supportLaurent Pinchart2014-04-2313-5/+586
| * | [media] v4l: vsp1: Support multi-input entitiesLaurent Pinchart2014-04-2310-43/+54
| * | [media] v4l: vsp1: uds: Enable scaling of alpha layerLaurent Pinchart2014-04-231-2/+1
| * | [media] v4l: vsp1: Remove unexisting rt clocksLaurent Pinchart2014-04-232-36/+5
* | | [media] s5p-tv: hdmiphy: Remove deprecated video-level DV timings operationLaurent Pinchart2014-05-251-1/+0
* | | [media] s5p-tv: hdmi: Remove deprecated video-level DV timings operationsLaurent Pinchart2014-05-251-3/+1
* | | [media] s5p-tv: mixer: Switch to pad-level DV operationsLaurent Pinchart2014-05-251-2/+6
* | | [media] media: davinci: vpif: Switch to pad-level DV operationsLaurent Pinchart2014-05-252-2/+6
* | | [media] media: bfin_capture: Switch to pad-level DV operationsLaurent Pinchart2014-05-251-1/+3
* | | [media] s5p-tv: hdmiphy: Add pad-level DV timings operationsLaurent Pinchart2014-05-251-0/+8
* | | [media] s5p-tv: hdmi: Add pad-level DV timings operationsLaurent Pinchart2014-05-251-0/+10
| |/ |/|
* | [media] v4l: subdev: Move [gs]_std operation to video opsLaurent Pinchart2014-05-248-12/+12
* | [media] media: davinci: vpif: add Copyright messageLad, Prabhakar2014-05-242-0/+2
* | [media] media: davinci: vpif_capture: drop check __KERNEL__Lad, Prabhakar2014-05-241-3/+0
* | [media] media: davinci: vpif_capture: return -ENODATA for *std callsLad, Prabhakar2014-05-241-1/+23
* | [media] media: davinci: vpif_capture: return -ENODATA for *dv_timings callsLad, Prabhakar2014-05-241-0/+50
* | [media] media: davinci: vpif_capture: use SIMPLE_DEV_PM_OPSLad, Prabhakar2014-05-242-37/+30
* | [media] media: davinci: vpif_capture: group v4l2_ioctl_opsLad, Prabhakar2014-05-241-7/+9
* | [media] media: davinci: vpif_capture: drop cropcapLad, Prabhakar2014-05-241-25/+0
* | Revert "[media] media: davinci: vpif_capture: drop unneeded module params"Mauro Carvalho Chehab2014-05-242-1/+64
* | [media] s5p-mfc: Add support for resolution change eventPawel Osciak2014-05-232-0/+10
* | [media] media: davinci: vpif_capture: drop unneeded module paramsLad, Prabhakar2014-05-232-64/+1
OpenPOWER on IntegriCloud