summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [media] Input: move drivers/input/fixp-arith.h to include/linuxAntonio Ospite2012-05-142-89/+1
* [media] gspca - ov534: Add Saturation controlAntonio Ospite2012-05-141-38/+45
* [media] gspca_pac7311: Remove vflip controlHans de Goede2012-05-141-11/+7
* [media] gspca_pac7311: Set register page at start of initHans de Goede2012-05-141-0/+1
* [media] gspca_pac7311: Convert to the control frameworkHans de Goede2012-05-141-126/+108
* [media] gspca: Remove gspca_auto_gain_n_exposure functionHans de Goede2012-05-142-91/+0
* [media] gscpa_pac207: Switch to coarse_grained_expo auto gain algorithmHans de Goede2012-05-141-5/+2
* [media] gspca_pac207: Convert to the control frameworkHans de Goede2012-05-141-205/+95
* [media] gscpa_pac207: use usb_err for error handlingHans de Goede2012-05-141-12/+21
* [media] gscpa: Move ctrl_handler to gspca_devHans de Goede2012-05-1410-51/+56
* [media] gspca_mars: Convert to the control frameworkHans Verkuil2012-05-141-166/+126
* [media] gscpa_stv06xx: Make sd_desc constHans de Goede2012-05-142-5/+1
* [media] gspca_stv06xx: Convert to the control frameworkHans Verkuil2012-05-1411-711/+275
* [media] gspca_sn9c20x: Whitespace fixesHans de Goede2012-05-141-2/+2
* [media] gcpca_sn9c20x: Convert to the control frameworkHans Verkuil2012-05-141-283/+212
* [media] gspca_zc3xx: Convert to the control frameworkHans Verkuil2012-05-141-268/+170
* [media] gspca_zc3xx: Disable the highest quality setting as it is not usableHans de Goede2012-05-141-3/+6
* [media] gspca_zc3xx: Always automatically adjust BRC as neededHans de Goede2012-05-141-106/+53
* [media] gspca_zc3xx: Fix JPEG quality setting codeHans de Goede2012-05-141-42/+22
* [media] gspca_zc3xx: Fix setting of jpeg quality while streamingHans de Goede2012-05-141-2/+3
* [media] gspca_gl860: Add a present check to sd_stop0Hans de Goede2012-05-141-0/+3
* [media] gspca: Add autogain functions for use with control framework driversHans de Goede2012-05-143-1/+194
* [media] gspca: Set gspca_dev->usb_err to 0 at the begin of gspca_stream_offHans de Goede2012-05-141-5/+2
* [media] gspca: Call sd_stop0 on disconnectHans de Goede2012-05-141-11/+11
* [media] gspca: Use req_events in pollHans de Goede2012-05-141-18/+26
* [media] gscpa: Clear usb_err before calling sd methods from suspend/resumeHans de Goede2012-05-141-0/+2
* [media] gspca: Switch to V4L2 core locking, except for the buffer queuing ioctlsHans Verkuil2012-05-142-182/+82
* [media] gspca: Fix locking issues related to suspend/resumeHans Verkuil2012-05-147-22/+31
* [media] gspca: Fix querycap and incorrect return codesHans Verkuil2012-05-141-9/+10
* [media] gspca: Add support for control eventsHans Verkuil2012-05-141-0/+4
* [media] gscpa: Use v4l2_fh and add G/S_PRIORITY supportHans Verkuil2012-05-142-3/+12
* [media] gspca: Use video_drvdata(file) instead of file->private_dataHans Verkuil2012-05-141-33/+31
* [media] gspca: Allow subdrivers to use the control frameworkHans Verkuil2012-05-142-9/+28
* [media] pwc: Fix lockingHans de Goede2012-05-143-153/+201
* [media] videobuf2: Fix a bug in fileio emulation error handlingHans de Goede2012-05-141-1/+1
* [media] v4l2-dev: add flag to have the core lock all file operationsHans Verkuil2012-05-1426-12/+126
* [media] v4l2-ioctl: handle priority handling based on a table lookupHans Verkuil2012-05-141-141/+41
* [media] v4l2-dev/ioctl: determine the valid ioctls upfrontHans Verkuil2012-05-142-276/+285
* [media] v4l2-dev: make it possible to skip locking for selected ioctlsHans Verkuil2012-05-142-90/+113
* [media] smiapp: Add driverSakari Ailus2012-05-1416-0/+4616
* [media] smiapp: Generic SMIA++/SMIA PLL calculatorSakari Ailus2012-05-144-0/+525
* [media] omap3isp: Move CCDC link validation to ccdc_link_validate()Sakari Ailus2012-05-142-84/+76
* [media] omap3isp: Default link validation for ccp2, csi2, preview and resizerSakari Ailus2012-05-144-0/+4
* [media] omap3isp: Use external rate instead of vpcfgSakari Ailus2012-05-145-30/+3
* [media] omap3isp: Introduce isp_video_check_external_subdevs()Sakari Ailus2012-05-141-0/+79
* [media] omap3isp: Add information on external subdev to struct isp_pipelineSakari Ailus2012-05-141-0/+3
* [media] omap3isp: Refactor collecting information on entities in pipelineSakari Ailus2012-05-141-29/+32
* [media] omap3isp: Add lane configuration to platform dataSakari Ailus2012-05-141-13/+2
* [media] omap3isp: Assume media_entity_pipeline_start may failSakari Ailus2012-05-141-24/+28
* [media] omap3isp: Move setting constaints above media_entity_pipeline_startSakari Ailus2012-05-141-6/+7