summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
* [media] rc: img-ir: Expand copyright headers with GPL noticesJames Hogan2014-06-1711-0/+55
* [media] V4L2: soc_camera: Add run-time dependencies to sh_mobile driversJean Delvare2014-06-171-0/+2
* [media] media: mx2_camera: Change Kconfig dependencyAlexander Shiyan2014-06-171-1/+1
* [media] media: mx1_camera: Remove driverAlexander Shiyan2014-06-173-880/+0
* [media] V4L2: soc_camera: add run-time dependencies to R-Car VIN driverJean Delvare2014-06-171-0/+1
* [media] rcar_vin: copy flags from pdataBen Dooks2014-06-171-6/+6
* [media] V4L: soc-camera: explicitly free allocated managed memory on errorGuennadi Liakhovetski2014-06-171-4/+8
* [media] dib7000p: Callibrate signal strengthMauro Carvalho Chehab2014-06-171-7/+47
* [media] dib7000p: Add DVBv5 stats supportMauro Carvalho Chehab2014-06-171-1/+320
* [media] dib8000: export just one symbolMauro Carvalho Chehab2014-06-173-212/+164
* [media] dib8000: rename dib8000_attach to dib8000_initMauro Carvalho Chehab2014-06-173-12/+12
* [media] dib7000: export just one symbolMauro Carvalho Chehab2014-06-175-265/+313
* [media] dib7000p: rename dib7000p_attach to dib7000p_initMauro Carvalho Chehab2014-06-175-20/+20
* [media] dvbdev: add a dvb_detach() macroMauro Carvalho Chehab2014-06-172-4/+8
* [media] lmedm04: rs2000 check if interrupt urb is over dueMalcolm Priestley2014-06-171-11/+14
* [media] m2m-deinterlace: Convert to devm* APIAlexander Shiyan2014-06-171-5/+2
* [media] usbtv: fix leak at failure path in usbtv_probe()Alexey Khoroshilov2014-06-171-0/+2
* [media] smiapp: I2C address is the last part of the subdev nameSakari Ailus2014-06-171-3/+3
* [media] media: davinci: vpif_capture: fix v4l-compliance issuesLad, Prabhakar2014-06-171-137/+54
* [media] media: davinci: vpif_capture: drop unneeded module paramsLad, Prabhakar2014-06-172-64/+1
* [media] drxd: get rid of EXPORT_SYMBOL(drxd_config_i2c)Mauro Carvalho Chehab2014-06-172-3/+1
* [media] v4l: vsp1: Remove the unneeded vsp1_video_buffer video fieldLaurent Pinchart2014-06-172-3/+0
* Merge branch 'topic/omap3isp' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-06-1219-1744/+456
|\
| * [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] v4l: vb2: Add a function to discard all DONE buffersLaurent Pinchart2014-05-251-0/+24
| * [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-0619-530/+1718
|\ \ \