summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-04-03[media] mn88472: implement lock for all delivery systemsBenjamin Larsson1-4/+20
2015-04-03[media] rtl28xxu: lower the rc poll time to mitigate i2c transfer errorsBenjamin Larsson1-1/+1
2015-04-03[media] r820t: change read_gain() code to match register layoutBenjamin Larsson1-1/+1
2015-04-03[media] r820t: add DVBC profile in sysfreq_selBenjamin Larsson1-0/+13
2015-04-03[media] v4l: mt9v032: Add OF supportLaurent Pinchart1-1/+68
2015-04-03[media] v4l: mt9v032: Consider control initialization errors as fatalLaurent Pinchart1-3/+6
2015-04-03[media] v4l: mt9p031: Convert to the gpiod APILaurent Pinchart1-20/+11
2015-04-03[media] media: i2c: mt9p031: add support for asynchronous probingLad, Prabhakar1-1/+6
2015-04-03[media] media: i2c: mt9p031: make sure we destroy the mutexLad, Prabhakar1-1/+4
2015-04-03[media] mt9p031: fixed calculation of clk_divEnrico Scholz1-1/+1
2015-04-03[media] staging: media: omap4iss: video: Don't WARN() on unknown pixel formatsLaurent Pinchart1-4/+4
2015-04-03[media] staging: media: omap4iss: Cleanup media entities after unregistrationLaurent Pinchart3-9/+9
2015-04-03[media] add raw video stream support for Samsung SUR40Florian Echtler2-12/+419
2015-04-03[media] vivid: sanitize selection rectangleHans Verkuil1-2/+6
2015-04-03[media] vivid: report only one frameintervalHans Verkuil1-6/+2
2015-04-03[media] vivid: allow s_dv_timings if it is the same as the currentHans Verkuil2-4/+4
2015-04-03[media] vivid: add support for 8-bit Bayer formatsHans Verkuil3-9/+97
2015-04-03[media] vivid: use v4l2_device.release to clean up the driverHans Verkuil1-20/+23
2015-04-03[media] vivid: turn this into a platform_deviceHans Verkuil1-5/+45
2015-04-03[media] vivid: add support for packed YUV formatsHans Verkuil2-3/+72
2015-04-03[media] vivid: add support for BGR666Hans Verkuil2-0/+21
2015-04-03[media] vivid: add support for PIX_FMT_RGB332Hans Verkuil2-0/+20
2015-04-03[media] vivid: add support for NV24 and NV42Hans Verkuil2-2/+44
2015-04-03[media] vivid: add support for [A|X]RGB555XHans Verkuil2-1/+27
2015-04-03[media] vivid: fix format commentsHans Verkuil1-7/+7
2015-04-03[media] vivid: add RGB444 supportHans Verkuil2-0/+46
2015-04-03[media] vivid: add the new planar and monochrome formatsHans Verkuil1-3/+111
2015-04-03[media] vivid: add downsampling supportHans Verkuil2-32/+43
2015-04-03[media] vivid: add support for single buffer planar formatsHans Verkuil5-79/+105
2015-04-03[media] vivid: add new format fieldsHans Verkuil4-33/+81
2015-04-03[media] vivid-tpg: split off the pattern drawing codeHans Verkuil1-158/+162
2015-04-03[media] vivid-tpg: move the 'extras' drawing to a separate functionHans Verkuil1-112/+104
2015-04-03[media] vivid-tpg: move 'extras' parameters to tpg_draw_paramsHans Verkuil1-42/+58
2015-04-03[media] vivid-tpg: move pattern-related fields to struct tpg_draw_paramsHans Verkuil1-6/+24
2015-04-03[media] vivid-tpg: move common parameters to tpg_draw_paramsHans Verkuil1-12/+22
2015-04-03[media] vivid-tpg: add a new tpg_draw_params structureHans Verkuil1-0/+29
2015-04-03[media] vivid-tpg: add const where appropriateHans Verkuil2-7/+9
2015-04-03[media] vivid-tpg: add helper functions to simplify common calculationsHans Verkuil2-73/+80
2015-04-03[media] vivid-tpg: add support for V4L2_PIX_FMT_GREYHans Verkuil1-1/+8
2015-04-03[media] vivid-tpg: add support for more planar formatsHans Verkuil1-1/+89
2015-04-03[media] vivid-tpg: finish hor/vert downsampling supportHans Verkuil1-18/+110
2015-04-03[media] vivid-tpg: add hor/vert downsampling support to tpg_gen_textHans Verkuil1-7/+20
2015-04-03[media] vivid-tpg: correctly average the two pixels in gen_twopix()Hans Verkuil1-6/+42
2015-04-03[media] vivid-tpg: precalculate downsampled linesHans Verkuil2-2/+39
2015-04-03[media] vivid-tpg: add hor/vert downsampling fieldsHans Verkuil2-6/+16
2015-04-03[media] vivid-tpg: add helper functions for single buffer planar formatsHans Verkuil2-2/+69
2015-04-03[media] vivid-tpg: separate planes and buffersHans Verkuil2-0/+9
2015-04-03[media] vivid: do not allow video loopback for SEQ_TB/BTHans Verkuil1-0/+7
2015-04-03[media] vivid-tpg: don't add offset when switching to monochromeHans Verkuil1-1/+1
2015-04-03[media] vivid: add new checkboard patternsHans Verkuil2-3/+26