index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
video
/
cx23885
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-15
[media] cx23885: Stop the risc video fifo before reconfiguring it
Steven Toth
1
-0
/
+3
2011-10-15
[media] cx23885: Avoid incorrect error handling and reporting
Steven Toth
1
-10
/
+10
2011-10-15
[media] cx23885: Avoid stopping the risc engine during buffer timeout
Steven Toth
1
-4
/
+0
2011-10-15
[media] cx23885: Removed a spurious function cx23885_set_scale()
Steven Toth
1
-8
/
+0
2011-10-15
[media] cx23885: v4l2 api compliance, set the audioset field correctly
Steven Toth
1
-0
/
+5
2011-10-15
[media] cx23885: hook the audio selection functions into the main driver
Steven Toth
1
-15
/
+25
2011-10-15
[media] cx23885: add generic functions for dealing with audio input selection
Steven Toth
2
-0
/
+82
2011-10-15
[media] cx23885: fixes related to maximum number of inputs and range checking
Steven Toth
1
-2
/
+5
2011-10-15
[media] cx23885: Initial support for the MPX-885 mini-card
Steven Toth
3
-1
/
+29
2011-10-15
[media] cx23885: Enable audio line in support from the back panel
Steven Toth
2
-0
/
+79
2011-10-15
[media] cx23885: Allow the audio mux config to be specified on a per input basis
Steven Toth
1
-0
/
+1
2011-10-15
[media] cx23885: Name an internal i2c part and declare a bitfield by name
Steven Toth
2
-0
/
+2
2011-10-15
[media] cx23885: Ensure VBI buffers timeout quickly - bugfix for vbi hangs du...
Steven Toth
1
-2
/
+2
2011-10-15
[media] cx23885: remove channel dump diagnostics when a vbi buffer times out
Steven Toth
1
-2
/
+0
2011-10-15
[media] cx23885: ensure video is streaming before allowing vbi to stream
Steven Toth
1
-0
/
+8
2011-10-15
[media] cx23885: Ensure the VBI pixel format is established correctly
Steven Toth
1
-3
/
+25
2011-10-15
[media] cx23885: add vbi buffer formatting, window changes and video core cha...
Steven Toth
4
-6
/
+62
2011-10-15
[media] cx23885: vbi line window adjustments
Steven Toth
1
-3
/
+16
2011-10-15
[media] cx23885: minor printk cleanups and device registration
Steven Toth
1
-1
/
+14
2011-10-15
[media] cx23885: initialize VBI support in the core, add IRQ support, registe...
Steven Toth
1
-13
/
+55
2011-10-15
[media] cx23885: initial support for VBI with the cx23885
Steven Toth
4
-6
/
+47
2011-10-15
[media] cx23885: add two additional defines to simplify VBI register bitmap h...
Steven Toth
1
-0
/
+2
2011-10-15
[media] cx23885: setup the dma mapping for raw audio support
Steven Toth
1
-1
/
+0
2011-10-15
[media] cx23885: minor function renaming to ensure uniformity
Steven Toth
3
-6
/
+7
2011-10-15
[media] cx23885: convert call clients into subdevices
Steven Toth
1
-0
/
+2
2011-10-15
[media] cx23885: Don't use memset on vidioc_ callbacks
Mauro Carvalho Chehab
1
-1
/
+0
2011-10-14
[media] cx23885: hooks the alsa changes into the video subsystem
Mijhail Moreyra
1
-7
/
+16
2011-10-14
[media] cx23885: correct the contrast, saturation and hue controls
Mijhail Moreyra
1
-6
/
+6
2011-10-14
[media] cx23885: add definitions for HVR1500 to support audio
Mijhail Moreyra
1
-0
/
+24
2011-10-14
[media] cx23885: Add ALSA support
Mijhail Moreyra
4
-16
/
+611
2011-09-24
[media] cx23885, cx25840: Provide IR Rx timeout event reports
Andy Walls
1
-4
/
+8
2011-09-23
[media] altera-stapl: it is time to move out from staging
Igor M. Liplianin
1
-1
/
+1
2011-09-23
[media] cx23885: fix type error
Igor M. Liplianin
1
-1
/
+1
2011-09-04
[media] drivers/media: do not use EXTRA_CFLAGS
Arnaud Lacombe
1
-5
/
+5
2011-08-06
[media] tuner_xc2028: Allow selection of the frequency adjustment code for XC...
Mauro Carvalho Chehab
1
-1
/
+1
2011-07-28
[media] NetUP Dual DVB-T/C CI RF: force card hardware revision by module param
Abylay Ospan
1
-0
/
+7
2011-07-28
[media] Don't OOPS if videobuf_dvb_get_frontend return NULL
Abylay Ospan
1
-1
/
+1
2011-07-28
[media] NetUP Dual DVB-T/C CI RF: load firmware according card revision
Abylay Ospan
1
-0
/
+14
2011-07-28
[media] cx23885: added support for card 107d:6f39
istvan_v@mailbox.hu
3
-0
/
+59
2011-07-28
[media] Stop using linux/version.h on most video drivers
Mauro Carvalho Chehab
5
-15
/
+4
2011-07-28
[media] cx23885: Add IR Rx support for HVR-1270 boards
Andy Walls
2
-1
/
+14
2011-07-28
[media] cx23885: restore flushes of cx23885_dev work items
Tejun Heo
1
-0
/
+3
2011-07-17
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-7
/
+2
2011-07-12
[media] Revert "V4L/DVB: cx23885: Enable Message Signaled Interrupts(MSI)"
Jarod Wilson
1
-7
/
+2
2011-06-08
Staging: cx23885: fix include of altera.h
Greg Kroah-Hartman
1
-1
/
+1
2011-05-20
[media] cx23885: Don't leak firmware in cx23885_card_setup()
Jesper Juhl
1
-0
/
+1
2011-05-20
[media] use pci_dev->revision
Bjørn Mork
1
-1
/
+1
2011-04-28
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2011-04-17
cx23885: Fix stv0367 Kconfig dependency
Mauro Carvalho Chehab
1
-0
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
2
-2
/
+2
[next]