aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx23885 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-15[media] rename most media/video pci drivers to media/pciMauro Carvalho Chehab32-15531/+0
2012-08-13[media] common: move media/common/tuners to media/tunersMauro Carvalho Chehab1-1/+1
2012-08-13[media] move the dvb/frontends to drivers/media/dvb-frontendsMauro Carvalho Chehab1-1/+1
2012-08-13[media] dvb: move the dvb core one level upMauro Carvalho Chehab1-1/+1
2012-08-13[media] dvb: get rid of fe_ioctl_override callbackMauro Carvalho Chehab1-2/+1
2012-07-31[media] Add support for the Terratec Cinergy T Dual PCIe IR remoteDjuri Baars2-0/+13
2012-07-31[media] cx23885: Declare MODULE_FIRMWARE usageTim Gardner1-0/+2
2012-07-30[media] cx23885: Replace struct memcpy with struct assignmentEzequiel García1-5/+2
2012-07-30[media] cx23885: Remove useless struct i2c_algo_bit_dataEzequiel García2-5/+0
2012-07-06[media] cx23885: Silence unknown command warningsAnton Blanchard1-1/+1
2012-07-06[media] cx23885: add support for HVR-1255 analog (cx23888 variant)Devin Heitmueller4-2/+69
2012-07-06[media] cx23885: make analog support work for HVR_1250 (cx23885 variant)Devin Heitmueller2-8/+24
2012-05-20[media] cx23885: TeVii s471 card supportIgor M. Liplianin4-0/+24
2012-05-14[media] v4l: fix compiler warningsHans Verkuil1-3/+1
2012-01-16[media] cx23885: Don't duplicate xc4000 entry for radioMiroslav Slugen1-2/+2
2012-01-16[media] cx23885-dvb: check if dvb_attach() succededMiroslav Slugen1-0/+5
2012-01-16[media] cx23885: handle errors from videobuf_dvb_get_frontend()Dan Carpenter1-3/+4
2012-01-10[media] cx23885: Query the CX25840 during enum_input for statusSteven Toth1-0/+9
2012-01-07[media] cx23885: add Terratec Cinergy T PCIe dualStefan Ringel3-0/+65
2012-01-05[media] cx23885: Bugfix /sys/class/video4linux/videoX/name truncationSteven Toth2-4/+4
2012-01-05[media] cx23885: Control cleanup on the MPEG EncoderSteven Toth1-65/+36
2012-01-05[media] cx23885: Hauppauge HVR1850 Analog driver supportSteven Toth5-34/+197
2012-01-04[media] cx23885: Configure the MPEG encoder early to avoid jerky videoSteven Toth1-6/+14
2012-01-04[media] cx23885: Ensure the MPEG encoder height is configured from the normSteven Toth1-0/+6
2012-01-04[media] cx23885: Cleanup MPEG encoder GPIO handlingSteven Toth1-2/+10
2012-01-04[media] cx25840 / cx23885: Fixing audio/volume regressionSteven Toth1-3/+3
2011-12-31[media] cx23885-dvb: Remove a dirty hack that would require DVBv3Mauro Carvalho Chehab1-29/+12
2011-11-24[media] cx23885: add support for Mygica X8507Alfredo Jesús Delaiti3-1/+39
2011-11-24[media] video: Drop undue references to i2c-algo-bitJean Delvare1-1/+1
2011-10-14[media] cx23885: Stop the risc video fifo before reconfiguring itSteven Toth1-0/+3
2011-10-14[media] cx23885: Avoid incorrect error handling and reportingSteven Toth1-10/+10
2011-10-14[media] cx23885: Avoid stopping the risc engine during buffer timeoutSteven Toth1-4/+0
2011-10-14[media] cx23885: Removed a spurious function cx23885_set_scale()Steven Toth1-8/+0
2011-10-14[media] cx23885: v4l2 api compliance, set the audioset field correctlySteven Toth1-0/+5
2011-10-14[media] cx23885: hook the audio selection functions into the main driverSteven Toth1-15/+25
2011-10-14[media] cx23885: add generic functions for dealing with audio input selectionSteven Toth2-0/+82
2011-10-14[media] cx23885: fixes related to maximum number of inputs and range checkingSteven Toth1-2/+5
2011-10-14[media] cx23885: Initial support for the MPX-885 mini-cardSteven Toth3-1/+29
2011-10-14[media] cx23885: Enable audio line in support from the back panelSteven Toth2-0/+79
2011-10-14[media] cx23885: Allow the audio mux config to be specified on a per input basisSteven Toth1-0/+1
2011-10-14[media] cx23885: Name an internal i2c part and declare a bitfield by nameSteven Toth2-0/+2
2011-10-14[media] cx23885: Ensure VBI buffers timeout quickly - bugfix for vbi hangs during streamingSteven Toth1-2/+2
2011-10-14[media] cx23885: remove channel dump diagnostics when a vbi buffer times outSteven Toth1-2/+0
2011-10-14[media] cx23885: ensure video is streaming before allowing vbi to streamSteven Toth1-0/+8
2011-10-14[media] cx23885: Ensure the VBI pixel format is established correctlySteven Toth1-3/+25
2011-10-14[media] cx23885: add vbi buffer formatting, window changes and video core changesSteven Toth4-6/+62
2011-10-14[media] cx23885: vbi line window adjustmentsSteven Toth1-3/+16
2011-10-14[media] cx23885: minor printk cleanups and device registrationSteven Toth1-1/+14
2011-10-14[media] cx23885: initialize VBI support in the core, add IRQ support, register vbi deviceSteven Toth1-13/+55
2011-10-14[media] cx23885: initial support for VBI with the cx23885Steven Toth4-6/+47