summaryrefslogtreecommitdiffstats
path: root/drivers/media/video
Commit message (Expand)AuthorAgeFilesLines
...
* [media] gspca_ov534: Convert to the control frameworkAntonio Ospite2012-07-301-302/+267Star
* [media] gspca_kinect: remove traces of the gspca control mechanismAntonio Ospite2012-07-301-9/+0Star
* [media] gspca_sonixb: Fix OV7630 gain controlHans de Goede2012-07-301-1/+11
* [media] gscpa_sonixb: Convert to the control frameworkHans de Goede2012-07-301-254/+200Star
* [media] gscpa_sonixb: Use usb_err for error handlingHans de Goede2012-07-301-80/+81
* [media] gspca_pac7302: Convert to the control frameworkHans de Goede2012-07-301-222/+149Star
* [media] Fix VIDIOC_TRY_EXT_CTRLS regressionHans Verkuil2012-07-301-1/+1
* Merge branch 'v4l_for_linus' into staging/for_v3.6Mauro Carvalho Chehab2012-07-1416-126/+279
|\
| * [media] s5p-fimc: Add missing FIMC-LITE file operations lockingSylwester Nawrocki2012-07-071-17/+44
| * [media] omap3isp: preview: Fix contrast and brightness handlingLaurent Pinchart2012-07-071-2/+2
| * [media] omap3isp: preview: Fix output size computation depending on input formatLaurent Pinchart2012-07-071-1/+1
| * [media] cx23885: Silence unknown command warningsAnton Blanchard2012-07-071-1/+1
| * [media] cx23885: add support for HVR-1255 analog (cx23888 variant)Devin Heitmueller2012-07-074-2/+69
| * [media] cx23885: make analog support work for HVR_1250 (cx23885 variant)Devin Heitmueller2012-07-072-8/+24
| * [media] cx25840: fix vsrc/hsrc usage on cx23888 designsDevin Heitmueller2012-07-071-4/+14
| * [media] cx25840: fix regression in HVR-1800 analog audioDevin Heitmueller2012-07-071-1/+1
| * [media] cx25840: fix regression in analog support hue/saturation controlsDevin Heitmueller2012-07-071-5/+28
| * [media] cx25840: fix regression in HVR-1800 analog supportDevin Heitmueller2012-07-071-10/+13
| * [media] s5p-mfc: Fixed setup of custom controls in decoder and encoderKamil Debski2012-07-072-0/+2
| * [media] cx231xx: don't DMA to random addressesDavid Dillow2012-07-072-3/+3
| * [media] em28xx: fix em28xx-rc loadMauro Carvalho Chehab2012-07-071-1/+1
| * [media] s5p-fimc: Stop media entity pipeline if fimc_pipeline_validate failsSachin Kamat2012-06-251-3/+5
| * [media] s5p-fimc: Fix compiler warning in fimc-lite.cSachin Kamat2012-06-251-1/+3
| * [media] s5p-fimc: media_entity_pipeline_start() may failSakari Ailus2012-06-251-1/+3
| * [media] s5p-fimc: Update to the control handler lock changesSylwester Nawrocki2012-06-251-2/+2
| * [media] s5p-fimc: Shorten pixel formats descriptionSylwester Nawrocki2012-06-251-3/+3
| * [media] s5p-fimc: Fix fimc-lite system wide suspend procedureSylwester Nawrocki2012-06-251-1/+1
| * [media] s5p-fimc: Prevent lock-up in multiple sensor systemsSylwester Nawrocki2012-06-254-43/+38Star
| * [media] s5p-fimc: Remove superfluous checks for buffer typeSylwester Nawrocki2012-06-251-8/+0Star
| * [media] s5p-fimc: Honour sizeimage in VIDIOC_S_FMTSylwester Nawrocki2012-06-252-7/+9
| * [media] s5p-fimc: Don't create multiple active links to same sink entitySylwester Nawrocki2012-06-251-10/+13
| * [media] s5p-fimc: Fix bug in capture node open()Sylwester Nawrocki2012-06-252-2/+6
| * [media] media: pms.c needs linux/slab.hRandy Dunlap2012-06-211-0/+1
| * [media] smiapp-core: fix compilation build errorMauro Carvalho Chehab2012-06-211-0/+1
| * [media] pms: fix build error in pms_probe()Fengguang Wu2012-06-191-0/+1
* | [media] v4l: Unify selection flagsSakari Ailus2012-07-073-7/+7
* | [media] v4l: Unify selection targets across V4L2 and V4L2 subdev interfacesSakari Ailus2012-07-077-41/+40Star
* | [media] v4l: Remove "_ACTUAL" from subdev selection API target definition namesSakari Ailus2012-07-075-19/+19
* | [media] V4L: Remove "_ACTIVE" from the selection target name definitionsSylwester Nawrocki2012-07-074-15/+15
* | [media] s5p-tv: Use module_i2c_driver in sii9234_drv.c fileSachin Kamat2012-07-061-11/+1Star
* | [media] s5p-jpeg: Use module_platform_driver in jpeg-core.c fileSachin Kamat2012-07-061-23/+1Star
* | [media] saa7134: fix spelling of detach in labelPeter Meerwald2012-07-061-41/+41
* | [media] cx88-blackbird: replace ioctl by unlocked_ioctlHans Verkuil2012-07-061-1/+1
* | [media] cx88: don't use current_normHans Verkuil2012-07-062-6/+20
* | [media] cx88: fix a number of v4l2-compliance violationsHans Verkuil2012-07-062-23/+72
* | [media] cx88: support control eventsHans Verkuil2012-07-062-7/+14
* | [media] cx88: add priority supportHans Verkuil2012-07-064-0/+12
* | [media] cx88: move fmt, width and height to cx8800_devHans Verkuil2012-07-062-29/+29
* | [media] cx88: remove radio and type from cx8800_fhHans Verkuil2012-07-062-54/+37Star
* | [media] cx88: convert cx88-blackbird to the control frameworkHans Verkuil2012-07-062-69/+39Star