aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Verkuil5-5/+5
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 Jarno1-1/+3
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
2008-01-25V4L/DVB (6822): s5h1409: use VSB IF frequency ( 44 / 5.38 MHz ) unless otherwise specifiedMichael Krufky1-14/+12
2008-01-25V4L/DVB (6821): s5h1409: fix IF frequency configurationMichael Krufky3-5/+17
2008-01-25V4L/DVB (6818): git-dvb: drivers/media/dvb/frontends/zl10353.c: avoid 64-bit divideAndrew Morton1-1/+2
2008-01-25V4L/DVB (6817): Cleanup kernel thread and provide overrun detectionMauro Carvalho Chehab1-32/+41
2008-01-25V4L/DVB (6816): Add proper locking for buffer fillingMauro Carvalho Chehab1-2/+10
2008-01-25V4L/DVB (6815): Fix vivi internal debug messagesMauro Carvalho Chehab1-42/+67
2008-01-25V4L/DVB (6812): media: video: usbvision: remove ctrlUrbLockDaniel Walker3-5/+0
2008-01-25V4L/DVB (6811): media-video-usbvision-add-mutex_unlock-to-error-paths-fixAndrew Morton1-2/+3
2008-01-25V4L/DVB (6810): media: video: usbvision: add mutex_unlock() to error pathsDaniel Walker1-0/+2
2008-01-25V4L/DVB (6809): git-dvb: drivers/media/video/et61x251/et61x251_core.c: fix warningsAndrew Morton1-78/+77
2008-01-25V4L/DVB (6808): git-dvb: fix build in drivers/media/dvb/frontends/tda18271.hAndrew Morton1-1/+1
2008-01-25V4L/DVB (6807): fix debug enableMauro Carvalho Chehab1-1/+1