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
/
usb
/
cx231xx
Commit message (
Expand
)
Author
Age
Files
Lines
*
[media] drivers/media: Remove useless return variables
Peter Senna Tschudin
2014-07-04
1
-6
/
+5
*
[media] v4l: subdev: Move [gs]_std operation to video ops
Laurent Pinchart
2014-05-24
2
-4
/
+4
*
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2014-04-04
1
-1
/
+1
|
\
|
*
[media, edac] Change my email address
Mauro Carvalho Chehab
2014-02-07
1
-1
/
+1
*
|
[media] Convert to snd_card_new() with a device pointer
Takashi Iwai
2014-02-14
1
-3
/
+2
|
/
*
[media] cx231xx: add support for a CX23103 Video Grabber USB
Links (Markus)
2014-01-07
1
-0
/
+2
*
[media] cx231xx: Add missing KERN_CONT to i2c debug prints
Matthias Schwarzott
2014-01-07
1
-5
/
+6
*
[media] cx231xx: fix i2c debug prints
Matthias Schwarzott
2014-01-07
1
-4
/
+12
*
[media] cx231xx: Add missing selects for MEDIA_SUBDRV_AUTOSELECT
Matthias Schwarzott
2014-01-07
1
-0
/
+2
*
[media] cx231xx: use after free on error path in probe
Dan Carpenter
2013-11-29
1
-1
/
+1
*
[media] cx231xx: fix double free and leaks on failure path in cx231xx_usb_pro...
Alexey Khoroshilov
2013-10-17
1
-53
/
+57
*
[media] cx231xx: fix sparse warnings
Hans Verkuil
2013-10-15
1
-2
/
+2
*
[media] cx231xx: Add support for KWorld UB445-U
Johannes Erdfelt
2013-08-23
3
-0
/
+42
*
[media] cx231xx: the reg->size field wasn't filled in
Hans Verkuil
2013-06-17
1
-0
/
+7
*
[media] cx231xx: remove g_chip_ident
Hans Verkuil
2013-06-17
6
-320
/
+103
*
[media] v4l2: add const to argument of write-only s_register ioctl
Hans Verkuil
2013-03-24
2
-2
/
+2
*
[media] v4l2: pass std by value to the write-only s_std ioctl
Hans Verkuil
2013-03-24
2
-5
/
+5
*
[media] v4l2: add const to argument of write-only s_tuner ioctl
Hans Verkuil
2013-03-24
2
-3
/
+3
*
[media] v4l2: add const to argument of write-only s_frequency ioctl
Hans Verkuil
2013-03-24
2
-4
/
+5
*
[media] cx231xx : Add support for OTG102 aka EZGrabber2
Matt Gomboc
2013-03-18
3
-0
/
+38
*
[media] media/usb: cx231xx-pcb-cfg.h: Remove unused enum _true_false
Thiago Farina
2013-03-14
1
-5
/
+0
*
[media] cx231xx: fix undefined function cx231xx_g_chip_ident()
Gianluca Gennari
2013-03-14
1
-1
/
+1
*
[media] cx231xx: fix gpio big-endian problems
Hans Verkuil
2013-03-05
2
-37
/
+38
*
[media] cx231xx: fix big-endian problems
Hans Verkuil
2013-03-05
5
-16
/
+16
*
[media] cx231xx: don't use port 3 on the Conexant video grabber
Hans Verkuil
2013-03-05
1
-0
/
+1
*
[media] cx231xx: don't reset width/height on first open
Hans Verkuil
2013-03-05
1
-3
/
+0
*
[media] cx231xx: disable 417 support from the Conexant video grabber
Hans Verkuil
2013-03-05
1
-1
/
+4
*
[media] cx231xx: remove bogus driver prefix in log messages
Hans Verkuil
2013-03-05
1
-14
/
+11
*
[media] cx231xx-417: convert to the control framework
Hans Verkuil
2013-03-05
2
-129
/
+86
*
[media] cx231xx-417: share ioctls with cx231xx-video
Hans Verkuil
2013-03-05
3
-114
/
+68
*
[media] cx231xx-417: checkpatch cleanups
Hans Verkuil
2013-03-05
1
-372
/
+360
*
[media] cx231xx-417: fix g/try_fmt compliance problems
Hans Verkuil
2013-03-05
1
-15
/
+19
*
[media] cx231xx-417: use one querycap for all device nodes
Hans Verkuil
2013-03-05
3
-22
/
+6
*
[media] cx231xx-417: remove empty functions
Hans Verkuil
2013-03-05
1
-67
/
+1
*
[media] cx231xx: improve std handling
Hans Verkuil
2013-03-05
1
-11
/
+13
*
[media] cx231xx: get rid of a bunch of unused cx231xx_fh fields
Hans Verkuil
2013-03-05
2
-22
/
+2
*
[media] cx231xx: replace ioctl by unlocked_ioctl
Hans Verkuil
2013-03-05
2
-10
/
+7
*
[media] cx231xx: remove current_norm usage
Hans Verkuil
2013-03-05
2
-3
/
+1
*
[media] cx231xx: add struct v4l2_fh to get prio and event support
Hans Verkuil
2013-03-05
2
-5
/
+28
*
[media] cx231xx: convert to the control framework
Hans Verkuil
2013-03-05
4
-236
/
+27
*
[media] cx231xx: fix vbi compliance issues
Hans Verkuil
2013-03-05
1
-50
/
+17
*
[media] cx231xx: fix frequency clamping
Hans Verkuil
2013-03-05
1
-9
/
+2
*
[media] cx231xx: zero priv field and use right width in try_fmt
Hans Verkuil
2013-03-05
1
-1
/
+3
*
[media] cx231xx: fix tuner compliance issues
Hans Verkuil
2013-03-05
2
-1
/
+5
*
[media] cx231xx: remove broken audio input support from the driver
Hans Verkuil
2013-03-05
1
-44
/
+8
*
[media] cx231xx: clean up radio support
Hans Verkuil
2013-03-05
1
-61
/
+18
*
[media] cx231xx: add required VIDIOC_DBG_G_CHIP_IDENT support
Hans Verkuil
2013-03-05
1
-0
/
+14
*
[media] cx231xx: add device_caps support to QUERYCAP
Hans Verkuil
2013-03-05
1
-6
/
+10
*
[media] cx231xx: Improve signal reception for PV SBTVD
Mauro Carvalho Chehab
2013-03-04
1
-2
/
+2
*
[media] cx231xx: add a missing break statement
Dan Carpenter
2013-02-05
1
-0
/
+1
[next]