index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
video
/
pwc
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-14
[media] v4l2-dev: rename two functions
Hans Verkuil
1
-3
/
+3
2012-05-14
[media] pwc: Fix locking
Hans de Goede
3
-153
/
+201
2012-04-09
pwc: Add support for control events
Hans de Goede
1
-0
/
+2
2012-03-27
[media] pwc: poll(): Check that the device has not beem claimed for streaming...
Hans de Goede
1
-0
/
+9
2012-02-14
[media] v4l2: standardize log start/end message
Hans Verkuil
1
-9
/
+1
2012-01-16
[media] pwc: Simplify leds parameter parsing
Hans de Goede
1
-8
/
+2
2012-01-16
[media] pwc: Remove dev_hint module parameter
Hans de Goede
1
-127
/
+2
2012-01-16
[media] pwc: Use one shared usb command buffer
Hans de Goede
8
-118
/
+81
2012-01-16
[media] pwc: Avoid unnecessarily rebuilding the decoder tables
Hans de Goede
2
-0
/
+9
2012-01-16
[media] pwc: Avoid sending mode info to the camera when it is not needed
Hans de Goede
4
-19
/
+22
2012-01-16
[media] pwc: Fix pixfmt handling
Hans de Goede
5
-32
/
+28
2012-01-16
[media] pwc: Make decoder data part of the main pwc struct
Hans de Goede
7
-60
/
+35
2012-01-16
[media] pwc: Make fps runtime configurable through s_parm, drop fps module param
Hans de Goede
3
-28
/
+82
2012-01-06
[media] pwc: Properly fill all fields on try_fmt
Hans de Goede
1
-25
/
+17
2012-01-06
[media] pwc: Get rid of compression module parameter
Hans de Goede
4
-54
/
+56
2012-01-06
[media] pwc: Remove software emulation of arbritary resolutions
Hans de Goede
7
-212
/
+92
2012-01-06
[media] pwc: Remove driver specific ioctls
Hans de Goede
7
-608
/
+26
2012-01-06
[media] pwc: Remove dead snapshot code
Hans de Goede
7
-306
/
+57
2012-01-06
[media] pwc: Remove driver specific use of pixfmt.priv in the pwc driver
Hans de Goede
1
-17
/
+6
2012-01-06
[media] pwc: Remove driver specific sysfs interface
Hans de Goede
2
-91
/
+0
2012-01-06
[media] pwc: Read new preset values when changing awb control to a preset
Hans de Goede
1
-8
/
+23
2012-01-06
[media] pwc: Rework locking
Hans de Goede
6
-82
/
+137
2012-01-06
[media] pwc: Make auto white balance speed and delay available as v4l2 controls
Hans de Goede
3
-57
/
+57
2012-01-06
[media] pwc: Properly mark device_hint as unused in all probe error paths
Hans de Goede
1
-2
/
+2
2012-01-06
[media] pwc: Use v4l2-device and v4l2-fh
Hans de Goede
2
-46
/
+33
2011-11-24
[media] pwc: Use kmemdup rather than duplicating its implementation
Thomas Meyer
1
-2
/
+1
2011-11-03
[media] V4L: vb2: prepare to support multi-size buffers
Guennadi Liakhovetski
1
-3
/
+3
2011-09-21
[media] pwc: add support for VIDIOC_LOG_STATUS
Hans Verkuil
1
-0
/
+9
2011-09-21
[media] pwc: switch to the new auto-cluster volatile handling
Hans Verkuil
1
-74
/
+53
2011-09-21
[media] v4l2-ctrls: replace is_volatile with V4L2_CTRL_FLAG_VOLATILE
Hans Verkuil
1
-5
/
+5
2011-09-17
Merge tag 'v3.1-rc6' into staging/for_v3.2
Mauro Carvalho Chehab
1
-1
/
+1
2011-09-11
[media] pwc: precedence bug in pwc_init_controls()
Dan Carpenter
1
-1
/
+1
2011-09-06
[media] media: vb2: change queue initialization order
Marek Szyprowski
1
-1
/
+1
2011-09-06
[media] media: vb2: change plane sizes array to unsigned int[]
Marek Szyprowski
1
-1
/
+1
2011-07-27
[media] pwc: clean-up header files
Hans de Goede
7
-367
/
+3
2011-07-27
[media] pwc: Enable power-management by default on tested models
Hans de Goede
1
-0
/
+6
2011-07-27
[media] pwc: Add v4l2 controls for pan/tilt on Logitech QuickCam Orbit/Sphere
Hans de Goede
3
-1
/
+66
2011-07-27
[media] pwc: Allow dqbuf / read to complete while waiting for controls
Hans de Goede
3
-4
/
+38
2011-07-27
[media] pwc: Replace control code with v4l2-ctrls framework
Hans de Goede
4
-1084
/
+823
2011-07-27
[media] pwc: properly allocate dma-able memory for ISO buffers
Hans de Goede
2
-59
/
+28
2011-07-27
[media] pwc: Allow multiple opens
Hans de Goede
3
-18
/
+42
2011-07-27
[media] pwc: Move various initialization to driver load and / or stream start
Hans de Goede
7
-246
/
+114
2011-07-27
[media] pwc: Make power-saving a per device option
Hans de Goede
3
-37
/
+35
2011-07-27
[media] pwc: Remove some unused PWC_INT_PIPE left overs
Hans de Goede
1
-8
/
+0
2011-07-27
[media] pwc: Get rid of error_status and unplugged variables
Hans de Goede
3
-23
/
+41
2011-07-27
[media] pwc: Fix non CodingStyle compliant 3 space indent in pwc.h
Hans de Goede
1
-63
/
+68
2011-07-27
[media] pwc: Replace private buffer management code with videobuf2
Hans de Goede
7
-808
/
+275
2011-07-27
[media] pwc: remove __cplusplus guards from private header
Hans de Goede
1
-10
/
+0
2011-07-27
[media] pwc: Remove a bunch of bogus sanity checks / don't return EFAULT wrongly
Hans de Goede
3
-45
/
+5
2011-07-27
[media] pwc: Use the default version for VIDIOC_QUERYCAP
Mauro Carvalho Chehab
2
-7
/
+1
[next]