index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
video
/
v4l2-device.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-05-14
[media] gspca: Set gspca_dev->usb_err to 0 at the begin of gspca_stream_off
Hans de Goede
1
-5
/
+2
2012-05-14
[media] gspca: Call sd_stop0 on disconnect
Hans de Goede
1
-11
/
+11
2012-05-14
[media] gspca: Use req_events in poll
Hans de Goede
1
-18
/
+26
2012-05-14
[media] gscpa: Clear usb_err before calling sd methods from suspend/resume
Hans de Goede
1
-0
/
+2
2012-05-14
[media] gspca: Switch to V4L2 core locking, except for the buffer queuing ioctls
Hans Verkuil
2
-182
/
+82
2012-05-14
[media] gspca: Fix locking issues related to suspend/resume
Hans Verkuil
7
-22
/
+31
2012-05-14
[media] gspca: Fix querycap and incorrect return codes
Hans Verkuil
1
-9
/
+10
2012-05-14
[media] gspca: Add support for control events
Hans Verkuil
1
-0
/
+4
2012-05-14
[media] gscpa: Use v4l2_fh and add G/S_PRIORITY support
Hans Verkuil
2
-3
/
+12
2012-05-14
[media] gspca: Use video_drvdata(file) instead of file->private_data
Hans Verkuil
1
-33
/
+31
2012-05-14
[media] gspca: Allow subdrivers to use the control framework
Hans Verkuil
2
-9
/
+28
2012-05-14
[media] pwc: Fix locking
Hans de Goede
3
-153
/
+201
2012-05-14
[media] videobuf2: Fix a bug in fileio emulation error handling
Hans de Goede
1
-1
/
+1
2012-05-14
[media] v4l2-framework.txt: document v4l2_dont_use_cmd
Hans Verkuil
1
-0
/
+10
2012-05-14
[media] v4l2-dev: add flag to have the core lock all file operations
Hans Verkuil
27
-12
/
+129
2012-05-14
[media] v4l2-ioctl: handle priority handling based on a table lookup
Hans Verkuil
1
-141
/
+41
2012-05-14
[media] tea575x-tuner: mark VIDIOC_S_HW_FREQ_SEEK as an invalid ioctl
Hans Verkuil
1
-0
/
+3
2012-05-14
[media] v4l2-dev/ioctl: determine the valid ioctls upfront
Hans Verkuil
3
-276
/
+296
2012-05-14
[media] v4l2-dev: make it possible to skip locking for selected ioctls
Hans Verkuil
4
-93
/
+148
2012-05-14
[media] smiapp: Add driver
Sakari Ailus
17
-0
/
+4699
2012-05-14
[media] smiapp: Generic SMIA++/SMIA PLL calculator
Sakari Ailus
4
-0
/
+525
2012-05-14
[media] omap3isp: Move CCDC link validation to ccdc_link_validate()
Sakari Ailus
2
-84
/
+76
2012-05-14
[media] omap3isp: Default link validation for ccp2, csi2, preview and resizer
Sakari Ailus
4
-0
/
+4
2012-05-14
[media] omap3isp: Use external rate instead of vpcfg
Sakari Ailus
5
-30
/
+3
2012-05-14
[media] omap3isp: Introduce isp_video_check_external_subdevs()
Sakari Ailus
1
-0
/
+79
2012-05-14
[media] omap3isp: Add information on external subdev to struct isp_pipeline
Sakari Ailus
1
-0
/
+3
2012-05-14
[media] omap3isp: Refactor collecting information on entities in pipeline
Sakari Ailus
1
-29
/
+32
2012-05-14
[media] omap3isp: Add lane configuration to platform data
Sakari Ailus
2
-13
/
+27
2012-05-14
[media] omap3isp: Assume media_entity_pipeline_start may fail
Sakari Ailus
1
-24
/
+28
2012-05-14
[media] omap3isp: Move setting constaints above media_entity_pipeline_start
Sakari Ailus
1
-6
/
+7
2012-05-14
[media] omap3isp: Move definitions required by board code under include/media
Sakari Ailus
2
-4
/
+4
2012-05-14
[media] omap3isp: Support additional in-memory compressed bayer formats
Sakari Ailus
1
-0
/
+13
2012-05-14
[media] v4l: Allow changing control handler lock
Sakari Ailus
4
-28
/
+32
2012-05-14
[media] v4l: Implement v4l2_subdev_link_validate()
Sakari Ailus
3
-0
/
+88
2012-05-14
[media] v4l: Improve sub-device documentation for pad ops
Sakari Ailus
1
-0
/
+9
2012-05-14
[media] media: Add link_validate() op to check links to the sink pad
Sakari Ailus
3
-4
/
+77
2012-05-14
[media] v4l: Add DPCM compressed raw bayer pixel formats
Sakari Ailus
4
-6
/
+34