summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-14[media] gscpa_stv06xx: Make sd_desc constHans de Goede2-5/+1
2012-05-14[media] gspca_stv06xx: Convert to the control frameworkHans Verkuil11-711/+275
2012-05-14[media] gspca_sn9c20x: Whitespace fixesHans de Goede1-2/+2
2012-05-14[media] gcpca_sn9c20x: Convert to the control frameworkHans Verkuil1-283/+212
2012-05-14[media] gspca_zc3xx: Convert to the control frameworkHans Verkuil1-268/+170
2012-05-14[media] gspca_zc3xx: Disable the highest quality setting as it is not usableHans de Goede1-3/+6
2012-05-14[media] gspca_zc3xx: Always automatically adjust BRC as neededHans de Goede1-106/+53
2012-05-14[media] gspca_zc3xx: Fix JPEG quality setting codeHans de Goede1-42/+22
2012-05-14[media] gspca_zc3xx: Fix setting of jpeg quality while streamingHans de Goede1-2/+3
2012-05-14[media] gspca_gl860: Add a present check to sd_stop0Hans de Goede1-0/+3
2012-05-14[media] gspca: Add autogain functions for use with control framework driversHans de Goede3-1/+194
2012-05-14[media] gspca: Set gspca_dev->usb_err to 0 at the begin of gspca_stream_offHans de Goede1-5/+2
2012-05-14[media] gspca: Call sd_stop0 on disconnectHans de Goede1-11/+11
2012-05-14[media] gspca: Use req_events in pollHans de Goede1-18/+26
2012-05-14[media] gscpa: Clear usb_err before calling sd methods from suspend/resumeHans de Goede1-0/+2
2012-05-14[media] gspca: Switch to V4L2 core locking, except for the buffer queuing ioctlsHans Verkuil2-182/+82
2012-05-14[media] gspca: Fix locking issues related to suspend/resumeHans Verkuil7-22/+31
2012-05-14[media] gspca: Fix querycap and incorrect return codesHans Verkuil1-9/+10
2012-05-14[media] gspca: Add support for control eventsHans Verkuil1-0/+4
2012-05-14[media] gscpa: Use v4l2_fh and add G/S_PRIORITY supportHans Verkuil2-3/+12
2012-05-14[media] gspca: Use video_drvdata(file) instead of file->private_dataHans Verkuil1-33/+31
2012-05-14[media] gspca: Allow subdrivers to use the control frameworkHans Verkuil2-9/+28
2012-05-14[media] pwc: Fix lockingHans de Goede3-153/+201
2012-05-14[media] videobuf2: Fix a bug in fileio emulation error handlingHans de Goede1-1/+1
2012-05-14[media] v4l2-framework.txt: document v4l2_dont_use_cmdHans Verkuil1-0/+10
2012-05-14[media] v4l2-dev: add flag to have the core lock all file operationsHans Verkuil27-12/+129
2012-05-14[media] v4l2-ioctl: handle priority handling based on a table lookupHans Verkuil1-141/+41
2012-05-14[media] tea575x-tuner: mark VIDIOC_S_HW_FREQ_SEEK as an invalid ioctlHans Verkuil1-0/+3
2012-05-14[media] v4l2-dev/ioctl: determine the valid ioctls upfrontHans Verkuil3-276/+296
2012-05-14[media] v4l2-dev: make it possible to skip locking for selected ioctlsHans Verkuil4-93/+148
2012-05-14[media] smiapp: Add driverSakari Ailus17-0/+4699
2012-05-14[media] smiapp: Generic SMIA++/SMIA PLL calculatorSakari Ailus4-0/+525
2012-05-14[media] omap3isp: Move CCDC link validation to ccdc_link_validate()Sakari Ailus2-84/+76
2012-05-14[media] omap3isp: Default link validation for ccp2, csi2, preview and resizerSakari Ailus4-0/+4
2012-05-14[media] omap3isp: Use external rate instead of vpcfgSakari Ailus5-30/+3
2012-05-14[media] omap3isp: Introduce isp_video_check_external_subdevs()Sakari Ailus1-0/+79
2012-05-14[media] omap3isp: Add information on external subdev to struct isp_pipelineSakari Ailus1-0/+3
2012-05-14[media] omap3isp: Refactor collecting information on entities in pipelineSakari Ailus1-29/+32
2012-05-14[media] omap3isp: Add lane configuration to platform dataSakari Ailus2-13/+27
2012-05-14[media] omap3isp: Assume media_entity_pipeline_start may failSakari Ailus1-24/+28
2012-05-14[media] omap3isp: Move setting constaints above media_entity_pipeline_startSakari Ailus1-6/+7
2012-05-14[media] omap3isp: Move definitions required by board code under include/mediaSakari Ailus2-4/+4
2012-05-14[media] omap3isp: Support additional in-memory compressed bayer formatsSakari Ailus1-0/+13
2012-05-14[media] v4l: Allow changing control handler lockSakari Ailus4-28/+32
2012-05-14[media] v4l: Implement v4l2_subdev_link_validate()Sakari Ailus3-0/+88
2012-05-14[media] v4l: Improve sub-device documentation for pad opsSakari Ailus1-0/+9
2012-05-14[media] media: Add link_validate() op to check links to the sink padSakari Ailus3-4/+77
2012-05-14[media] v4l: Add DPCM compressed raw bayer pixel formatsSakari Ailus4-6/+34
2012-05-14[media] v4l: Document raw bayer 4CC codesSakari Ailus1-0/+32
2012-05-14[media] v4l: Image processing control classSakari Ailus4-1/+109