aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-26v4l: xilinx: fix for include file movementStephen Rothwell1-1/+1
2015-04-21Merge branch 'drm-next-merged' of git://people.freedesktop.org/~airlied/linux into v4l_for_linusMauro Carvalho Chehab2-2/+2
2015-04-21Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab84-1824/+6866
2015-04-18Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linuxLinus Torvalds2-2/+2
2015-04-10[media] media: omap3isp: remove unused clkdevRussell King2-25/+0
2015-04-10[media] coda: Add tracing supportPhilipp Zabel5-1/+234
2015-04-10[media] coda: drop dma_sync_single_for_device in coda_bitstream_queuePhilipp Zabel1-4/+0
2015-04-10[media] coda: fix fill bitstream errors in nonstreaming casePhilipp Zabel3-8/+11
2015-04-10[media] coda: call SEQ_END when the first queue is stoppedPhilipp Zabel1-1/+4
2015-04-10[media] coda: fail to start streaming if userspace set invalid formatsPhilipp Zabel1-1/+12
2015-04-10[media] coda: remove duplicate error messages for buffer allocationsPhilipp Zabel2-26/+7
2015-04-10[media] coda: move parameter buffer in together with context buffer allocationPhilipp Zabel3-20/+20
2015-04-10[media] coda: allocate bitstream buffer from REQBUFS, size depends on the formatPhilipp Zabel3-50/+58
2015-04-10[media] coda: allocate per-context buffers from REQBUFSPhilipp Zabel3-12/+66
2015-04-10[media] coda: use strlcpy instead of snprintfPhilipp Zabel1-2/+1
2015-04-10[media] coda: bitstream payload is unsignedPhilipp Zabel1-1/+1
2015-04-10[media] coda: fix double call to debugfs_removePeter Seiderer1-1/+2
2015-04-10[media] coda: check kasprintf return value in coda_openPeter Seiderer1-0/+6
2015-04-10[media] coda: bitrate can only be set in kbps stepsPhilipp Zabel1-1/+1
2015-04-10[media] s5p-mfc: set allow_zero_bytesused flag for vb2_queue_initKamil Debski1-0/+7
2015-04-10[media] coda: set allow_zero_bytesused flag for vb2_queue_initKamil Debski1-0/+7
2015-04-08[media] vivid: use V4L2_DV_FL_IS_CE_VIDEO instead of V4L2_DV_BT_STD_CEA861Hans Verkuil3-5/+5
2015-04-08[media] vivid: add support to set CVT, GTF timingsPrashant Laddha1-1/+63
2015-04-08[media] vivid: add CVT,GTF standards to vivid dv timings capsPrashant Laddha1-2/+3
2015-04-07[media] s5p-jpeg: Remove some unused functionsRickard Strandqvist2-35/+0
2015-04-07[media] s5p-jpeg: Initialize jpeg_addr fields to zeroJacek Anaszewski1-2/+2
2015-04-07[media] s5p-jpeg: add 5420 family supportAndrzej Pietrasiewicz2-21/+50
2015-04-03[media] v4l: xilinx: Add Test Pattern Generator driverLaurent Pinchart3-0/+939
2015-04-03[media] v4l: xilinx: Add Video Timing Controller driverLaurent Pinchart4-0/+429
2015-04-03[media] v4l: xilinx: Add Xilinx Video IP coreLaurent Pinchart10-0/+2170
2015-04-02[media] media: sh_vou: embed video_deviceLad, Prabhakar1-15/+6
2015-04-02[media] v4l2_plane_pix_format: use __u32 bytesperline instead of __u16Hans Verkuil1-1/+1
2015-04-02[media] media: davinci: vpfe_capture: embed video_deviceLad, Prabhakar1-19/+7
2015-04-02[media] m2m-deinterlace: embed video_deviceHans Verkuil1-15/+6
2015-04-02[media] vim2m: embed video_deviceHans Verkuil1-16/+7
2015-04-02[media] vivid-tpg.c: fix wrong Bt.2020 coefficientsHans Verkuil1-2/+2
2015-04-02[media] vivid: sanitize selection rectangleHans Verkuil1-2/+6
2015-04-02[media] vivid: report only one frameintervalHans Verkuil1-6/+2
2015-04-02[media] vivid: allow s_dv_timings if it is the same as the currentHans Verkuil2-4/+4
2015-04-02[media] vivid: add support for 8-bit Bayer formatsHans Verkuil3-9/+97
2015-04-02[media] vivid: use v4l2_device.release to clean up the driverHans Verkuil1-20/+23
2015-04-02[media] vivid: turn this into a platform_deviceHans Verkuil1-5/+45
2015-04-02[media] vivid: add support for packed YUV formatsHans Verkuil2-3/+72
2015-04-02[media] vivid: add support for BGR666Hans Verkuil2-0/+21
2015-04-02[media] vivid: add support for PIX_FMT_RGB332Hans Verkuil2-0/+20
2015-04-02[media] vivid: add support for NV24 and NV42Hans Verkuil2-2/+44
2015-04-02[media] vivid: add support for [A|X]RGB555XHans Verkuil2-1/+27
2015-04-02[media] vivid: fix format commentsHans Verkuil1-7/+7
2015-04-02[media] vivid: add RGB444 supportHans Verkuil2-0/+46
2015-04-02[media] vivid: add the new planar and monochrome formatsHans Verkuil1-3/+111