index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
video
/
pwc
/
pwc-if.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[media] pwc: clean-up header files
Hans de Goede
2011-07-27
1
-1
/
+0
*
[media] pwc: Enable power-management by default on tested models
Hans de Goede
2011-07-27
1
-0
/
+6
*
[media] pwc: Allow dqbuf / read to complete while waiting for controls
Hans de Goede
2011-07-27
1
-0
/
+3
*
[media] pwc: Replace control code with v4l2-ctrls framework
Hans de Goede
2011-07-27
1
-4
/
+14
*
[media] pwc: properly allocate dma-able memory for ISO buffers
Hans de Goede
2011-07-27
1
-49
/
+27
*
[media] pwc: Allow multiple opens
Hans de Goede
2011-07-27
1
-9
/
+14
*
[media] pwc: Move various initialization to driver load and / or stream start
Hans de Goede
2011-07-27
1
-177
/
+86
*
[media] pwc: Make power-saving a per device option
Hans de Goede
2011-07-27
1
-27
/
+16
*
[media] pwc: Get rid of error_status and unplugged variables
Hans de Goede
2011-07-27
1
-21
/
+17
*
[media] pwc: Replace private buffer management code with videobuf2
Hans de Goede
2011-07-27
1
-614
/
+233
*
[media] pwc: Remove a bunch of bogus sanity checks / don't return EFAULT wrongly
Hans de Goede
2011-07-27
1
-39
/
+4
*
[media] pwc: better usb disconnect handling
Hans de Goede
2011-06-21
1
-105
/
+47
*
[media] Prevent null pointer derefernce of pdev
Huzaifa Sidhpurwala
2011-05-20
1
-1
/
+1
*
[media] pwc: convert to video_ioctl2
Hans Verkuil
2011-03-21
1
-20
/
+2
*
[media] pwc: convert to core-assisted locking
Hans Verkuil
2011-03-21
1
-13
/
+3
*
[media] pwc: failure to submit an urb is a fatal error
Hans de Goede
2010-12-29
1
-3
/
+6
*
[media] pwc: Also set alt setting to alt0 when no error occured
Hans de Goede
2010-12-29
1
-1
/
+1
*
[media] pwc: do not start isoc stream on /dev/video open
Hans de Goede
2010-12-29
1
-40
/
+14
*
[media] drivers/media: Use vzalloc
Joe Perches
2010-12-29
1
-2
/
+1
*
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
2010-11-17
1
-1
/
+0
*
V4L/DVB: pwc: remove BKL
Hans Verkuil
2010-10-21
1
-7
/
+5
*
V4L/DVB: pwc: fully convert driver to V4L2
Hans Verkuil
2010-10-21
1
-11
/
+12
*
V4L/DVB (13593): PWC: parameter trace is only available in debug
Andrea Odetti
2009-12-16
1
-0
/
+2
*
V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignments
Laurent Pinchart
2009-12-16
1
-1
/
+0
*
V4L/DVB (13550): v4l: Use the new video_device_node_name function
Laurent Pinchart
2009-12-16
1
-1
/
+1
*
V4L/DVB (13231): pwc: Use kernel's simple_strtol()
Andy Shevchenko
2009-12-05
1
-16
/
+7
*
V4L/DVB (12489): pwc - fix few use-after-free and memory leaks
Dmitry Torokhov
2009-09-12
1
-43
/
+35
*
headers: smp_lock.h redux
Alexey Dobriyan
2009-07-12
1
-0
/
+1
*
V4L/DVB (11993): V4L/pwc - use usb_interface as parent, not usb_device
Lennart Poettering
2009-06-16
1
-1
/
+1
*
V4L/DVB (11960): v4l: generate KEY_CAMERA instead of BTN_0 key events on inpu...
Lennart Poettering
2009-06-16
1
-2
/
+2
*
V4L/DVB (10945): pwc : fix LED and power setup for first open
Martin Fuzzey
2009-03-30
1
-1
/
+1
*
V4L/DVB (10242): pwc: add support for webcam snapshot button
Nam Phạm Thành
2009-03-30
1
-13
/
+64
*
V4L/DVB (10193): removed unused #include <version.h>'s
Huang Weiyi
2009-01-29
1
-1
/
+0
*
V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.
Hans Verkuil
2009-01-02
1
-3
/
+3
*
V4L/DVB (10135): v4l2: introduce v4l2_file_operations.
Hans Verkuil
2009-01-02
1
-11
/
+7
*
V4L/DVB (9503): v4l: remove inode argument from video_usercopy
Hans Verkuil
2008-12-29
1
-1
/
+1
*
V4L/DVB (9327): v4l: use video_device.num instead of minor in video%d
Hans Verkuil
2008-10-21
1
-1
/
+1
*
V4L/DVB (8786): v4l2: remove the priv field, use dev_get_drvdata instead
Hans Verkuil
2008-10-12
1
-6
/
+6
*
V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_device
Hans Verkuil
2008-07-27
1
-1
/
+0
*
V4L/DVB (8488): videodev: remove some CONFIG_VIDEO_V4L1_COMPAT code from v4l2...
Hans Verkuil
2008-07-26
1
-5
/
+6
*
V4L/DVB (8483): Remove obsolete owner field from video_device struct.
Hans Verkuil
2008-07-26
1
-2
/
+0
*
V4L/DVB (8428): videodev: rename 'dev' to 'parent'
Hans Verkuil
2008-07-23
1
-1
/
+1
*
V4L/DVB (7525): media/video/pwc replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-24
1
-3
/
+3
*
V4L/DVB (7402): add macro validation for v4l_compat_ioctl32
Douglas Schilling Landgraf
2008-04-24
1
-0
/
+2
*
V4L/DVB (7094): static memory
Douglas Schilling Landgraf
2008-04-24
1
-4
/
+4
*
NULL noise: drivers/media
Al Viro
2008-03-30
1
-4
/
+3
*
Spelling fixes: lenght->length
Paulius Zaleckas
2008-02-03
1
-1
/
+1
*
V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 field
Mauro Carvalho Chehab
2007-10-22
1
-1
/
+0
*
signedness: module_param_array nump argument
Al Viro
2007-10-14
1
-2
/
+2
*
V4L/DVB (6293): V4L: convert struct class_device to struct device
Kay Sievers
2007-10-10
1
-14
/
+17
[next]