aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-01-25V4L/DVB (6885): Add support for the Hauppauge HVR1500QSteven Toth5-1/+74
2008-01-25V4L/DVB (6884): Add support for the Xceive xc5000 silicon tunerSteven Toth5-0/+900
2008-01-25V4L/DVB (6882): dvb_frontend: release analog demod in dvb_frontend_detachMichael Krufky1-0/+6
2008-01-25V4L/DVB (6881): include struct analog_demod_ops directly inside struct dvb_frontendMichael Krufky5-70/+66
2008-01-25V4L/DVB (6880): kill tuner-driver.hMichael Krufky5-31/+0
2008-01-25V4L/DVB (6879): move struct analog_tuner_ops into dvb_frontend.hMichael Krufky2-24/+22
2008-01-25V4L/DVB (6878): tuner: remove extraneous variable declarationMichael Krufky1-2/+0
2008-01-25V4L/DVB (6875): tuner-xc2028: ATSC requires 1.75 MHz tuning offsetMichael Krufky1-1/+3
2008-01-25V4L/DVB (6874): removes duplicated KERN_DEBUG flags from dprintk calls in mt312.cMatthias Schwarzott1-5/+5
2008-01-25V4L/DVB (6873): Fixes issues listed by checkpatchMatthias Schwarzott2-66/+80
2008-01-25V4L/DVB (6869): cs5345: new i2c driverHans Verkuil5-0/+221
2008-01-25V4L/DVB (6868): i2c-id.h: add I2C_DRIVERID_CS5345Hans Verkuil1-0/+1
2008-01-25V4L/DVB (6867): saa7127: CodingStyle cleanupsHans Verkuil1-29/+32
2008-01-25V4L/DVB (6866): msp3400: CodingStyle cleanupsHans Verkuil2-138/+195
2008-01-25V4L/DVB (6865): vp27smpx: CodingStyle cleanupHans Verkuil1-20/+20
2008-01-25V4L/DVB (6864): upd64031a: CodingStyle cleanupHans Verkuil1-17/+21
2008-01-25V4L/DVB (6863): upd64083: CodingStyle cleanupsHans Verkuil1-14/+17
2008-01-25V4L/DVB (6862): ivtv: really remove i2c legacy support from drivers that no longer need itHans Verkuil6-6/+6
2008-01-25V4L/DVB (6861): cx2341x: command argument should be u32 instead of intHans Verkuil6-6/+6
2008-01-25V4L/DVB (6860): tveeprom: CodingStyle cleanupHans Verkuil1-234/+237
2008-01-25V4L/DVB (6859): tveeprom: add support for Hauppauge models 74xxxHans Verkuil1-12/+19
2008-01-25V4L/DVB (6858): Fix offset for ATSCMauro Carvalho Chehab1-1/+1
2008-01-25V4L/DVB (6857): cx23885: correctly join I2C writes and reads from same addressChris Pascoe1-14/+39
2008-01-25V4L/DVB (6856): zl10353: improve tuning parameters and update register mapChris Pascoe2-13/+245
2008-01-25V4L/DVB (6855): xc2028: select DTV78 firmware if tuning 7MHz VHF / 8MHz UHFChris Pascoe2-8/+17
2008-01-25V4L/DVB (6854): xc2028: be more specific about when applying offset for 7MHz channelsChris Pascoe1-1/+10
2008-01-25V4L/DVB (6853): xc2028: check HAS_IF flag against tableChris Pascoe1-2/+2
2008-01-25V4L/DVB (6852): xc2028: s-code offset should not modify internal control structureChris Pascoe1-2/+3
2008-01-25V4L/DVB (6851): xc2028: include int_freq in firmware version displayChris Pascoe1-8/+16
2008-01-25V4L/DVB (em28xx): Add support for Pinnacle Dazzle DVC 100Aurelien Jarno2-2/+4
2008-01-25V4L/DVB (6848): bttv: check pci_register_driver() errorAkinobu Mita1-2/+5
2008-01-25V4L/DVB (6846): tda9887: initialize mode to T_STANDBY at startupMichael Krufky1-0/+1
2008-01-25V4L/DVB (6845): tuner: remove unneeded #includes from tuner-driver.hMichael Krufky1-2/+0
2008-01-25V4L/DVB (6844): tuner: remove struct tuner from tuner-driver.hMichael Krufky2-23/+21
2008-01-25V4L/DVB (6843): tda9887: use printk macros from tuner-i2c.hMichael Krufky1-75/+70
2008-01-25V4L/DVB (6842): tda9887: remove dependency on struct tunerMichael Krufky3-16/+21
2008-01-25V4L/DVB (6841): tda9887: maintain private state independent of struct tunerMichael Krufky1-13/+18
2008-01-25V4L/DVB (6840): tuner: convert tda9887 to use TUNER_SET_CONFIGMichael Krufky3-29/+33
2008-01-25V4L/DVB (6839): tuner: add set_config to struct analog_tuner_opsMichael Krufky2-0/+17
2008-01-25V4L/DVB (6838): tda9887: remove references to struct tuner from printk macrosMichael Krufky1-6/+6
2008-01-25V4L/DVB (6837): Convert cx88_input.audioroute to a bitfieldMichael Krufky1-1/+1
2008-01-25V4L/DVB (6836): Fix CodingStyle troubles caused by the previous cx88 commitsMauro Carvalho Chehab2-7/+5
2008-01-25V4L/DVB (6834): cx88-video: Enable selection of the WM8775 for cx88 cardsFrej Drejhammar1-0/+1
2008-01-25V4L/DVB (6833): Don't limit cx88 audio routing to blackbird boardsRicardo Cerqueira1-15/+31
2008-01-25V4L/DVB (6832): cx88-blackbird: don't mute audio when stopping the codecMichael Krufky1-4/+0
2008-01-25V4L/DVB (6831): Audio routes fix for blackbird boards with the wm8775 ADCRicardo Cerqueira3-22/+34
2008-01-25V4L/DVB (6830): cx88-blackbird: remove unnecessary encoder unmuteJelle Foks1-3/+0
2008-01-25V4L/DVB (6829): cx88-blackbird: remove unnecessary msleep()'sJelle Foks1-8/+0
2008-01-25V4L/DVB (6828): cx88-blackbird: audio improvementsJelle Foks2-20/+70
2008-01-25V4L/DVB (6827): Auto-selects D2633 for ATSCMauro Carvalho Chehab1-0/+3