summaryrefslogtreecommitdiff
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorFilesLines
2014-05-21Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-25/+64
2014-04-16platform: Fix timberdale dependenciesJean Delvare1-1/+1
2014-04-15[media] media: davinci: vpfe: make sure all the buffers unmapped and releasedLad, Prabhakar1-0/+2
2014-04-15[media] media: davinci: vpbe_display: fix releasing of active buffersLad, Prabhakar1-1/+15
2014-04-15[media] media: davinci: vpif_display: fix releasing of active buffersLad, Prabhakar1-12/+23
2014-04-15[media] media: davinci: vpif_capture: fix releasing of active buffersLad, Prabhakar1-11/+23
2014-04-15[media] s5p-fimc: Fix YUV422P depthNicolas Dufresne1-1/+1
2014-04-07[media] v4l: ti-vpe: retain v4l2_buffer flags for captured buffersArchit Taneja1-5/+4
2014-04-07[media] v4l: ti-vpe: Set correct field parameter for output and capture buffersArchit Taneja1-1/+12
2014-04-07[media] v4l: ti-vpe: zero out reserved fields in try_fmtArchit Taneja1-0/+3
2014-04-07[media] v4l: ti-vpe: Fix initial configuration queue dataArchit Taneja1-2/+4
2014-04-07[media] v4l: ti-vpe: Use correct bus_info name for the device in querycapArchit Taneja1-1/+2
2014-04-07[media] v4l: ti-vpe: report correct capabilities in querycapArchit Taneja1-1/+1
2014-04-07[media] v4l: ti-vpe: Allow usage of smaller imagesArchit Taneja1-2/+2
2014-04-07[media] v4l: ti-vpe: Use video_device_release_emptyArchit Taneja1-1/+1
2014-04-07[media] v4l: ti-vpe: Make sure in job_ready that we have the needed number of...Archit Taneja1-0/+3
2014-04-06Merge branch 'topic/exynos' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds17-497/+1160
2014-04-04Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds60-192/+296
2014-03-14[media] s5p-jpeg: Fix broken indentation in jpeg-regs.hJacek Anaszewski1-12/+12
2014-03-14[media] exynos4-is: Add the FIMC-IS ISP capture DMA driverSylwester Nawrocki13-9/+817
2014-03-14[media] exynos4-is: Add support for asynchronous subdevices registrationSylwester Nawrocki2-104/+147
2014-03-14[media] exynos4-is: Add clock provider for the SCLK_CAM clock outputsSylwester Nawrocki2-1/+136
2014-03-14[media] exynos4-is: Use external s5k6a3 sensor driverSylwester Nawrocki5-380/+57
2014-03-14[media] media: davinci: vpbe: fix build warningLad, Prabhakar1-1/+0
2014-03-12[media] v4l: vsp1: Update copyright noticeLaurent Pinchart14-14/+14
2014-03-11[media] omap_vout: Add DVI display type supportLaurent Pinchart1-0/+1
2014-03-11[media] mem2mem_testdev: improve field handlingHans Verkuil1-11/+10
2014-03-11[media] mem2mem_testdev: fix field, sequence and time copyingHans Verkuil1-3/+24
2014-03-11[media] mem2mem_testdev: return pending buffers in stop_streaming()Hans Verkuil1-0/+21
2014-03-11[media] mem2mem_testdev: add USERPTR supportHans Verkuil1-2/+2
2014-03-11[media] mem2mem_testdev: set priv to 0Hans Verkuil1-0/+1
2014-03-11[media] mem2mem_testdev: pick default format with try_fmtHans Verkuil1-2/+10
2014-03-11[media] mem2mem_testdev: use 40ms default transfer timeHans Verkuil1-5/+3
2014-03-11[media] s5p-mfc: remove meaningless memory bank assignmentSeung-Woo Kim1-2/+0
2014-03-11[media] s5p-mfc: Replaced commas with semicolonsJoonyoung Shim1-4/+4
2014-03-11[media] media: soc_camera: rcar_vin: Add support for 10-bit YUV camerasPhil Edworthy1-0/+9
2014-03-11[media] arv: fix sleep_on raceArnd Bergmann1-3/+3
2014-03-11[media] v4l: VIDEO_SH_VOU should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2014-03-11[media] vivi: fix ENUM_FRAMEINTERVALS implementationHans Verkuil1-1/+5
2014-03-11[media] vivi: correctly cleanup after a start_streaming failureHans Verkuil1-1/+11
2014-03-11[media] vb2: only call start_streaming if sufficient buffers are queuedHans Verkuil4-22/+4
2014-03-11[media] vb2: change result code of buf_finish to voidHans Verkuil1-2/+1
2014-03-11Merge tag 'v3.14-rc5' into patchworkMauro Carvalho Chehab3-7/+13
2014-03-06[media] of: move common endpoint parsing to drivers/ofPhilipp Zabel2-6/+6
2014-03-06[media] of: move graph helpers from drivers/media/v4l2-core to drivers/ofPhilipp Zabel3-5/+7
2014-03-06[media] omap3isp: Fix kerneldoc for _module_sync_is_stopping and isp_isr()Peter Meerwald1-4/+1
2014-03-06[media] omap3isp: Rename the variable names in descriptionLad, Prabhakar7-21/+22
2014-03-06[media] omap3isp: ispccdc: Remove unwanted commentsLad, Prabhakar1-6/+0
2014-03-06[media] omap3isp: Fix typosLad, Prabhakar8-12/+12
2014-03-05[media] v4l: Copy timestamp source flags to destination on m2m devicesSakari Ailus10-0/+34