aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx23885 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-25V4L/DVB (7045): xc5000: Small amount of cleanup and commentingSteven Toth3-10/+5
2008-01-25V4L/DVB (7044): XC5000: Fix support for HVR1500Q broken by patch 1Steven Toth3-28/+36
2008-01-25V4L/DVB (7041): s5h1409: Bug fix for parallel supportSteven Toth1-5/+10
2008-01-25V4L/DVB (7014): cx23885: dprintk macro cleanupSteven Toth5-17/+24
2008-01-25V4L/DVB (7011): cx23885: Cleanup of compiler defines and warningsSteven Toth1-115/+13
2008-01-25V4L/DVB (7010): cx23885: Small cleanupSteven Toth1-1/+1
2008-01-25V4L/DVB (7009): cx23885: Video and VBI related filesSteven Toth2-0/+1914
2008-01-25V4L/DVB (7007): cx23885: Add basic video support for the HVR1800Steven Toth6-42/+366
2008-01-25V4L/DVB (7006): cx23885: Track the board clock frequency and allow overridesSteven Toth3-0/+25
2008-01-25V4L/DVB (7005): cx23885: SRAM reallocation prior to analog video implementationSteven Toth1-20/+20
2008-01-25V4L/DVB (7004): cx23885: Ensure HVR1800 TDA8295A is reset fully on module loadSteven Toth1-1/+7
2008-01-25V4L/DVB (7003): cx23885: Add support for device revision detectionSteven Toth3-0/+42
2008-01-25V4L/DVB (6963): tda18271: store IF frequency in a u16 instead of u32Michael Krufky1-2/+2
2008-01-25V4L/DVB (6962): tda18271: allow device-specific configuration of IF frequency and std bitsMichael Krufky1-1/+11
2008-01-25V4L/DVB (6936): cx23885: update model matrix for Hauppauge HVR1500Michael Krufky1-2/+4
2008-01-25V4L/DVB (6935): cx23885: add missing subsystem IDs for Hauppauge HVR1500 RetailMichael Krufky1-0/+8
2008-01-25V4L/DVB (6934): cx23885: update model matrix for Hauppauge HVR1250Michael Krufky1-0/+4
2008-01-25V4L/DVB (6933): cx23885: update model matrix for Hauppauge HVR1800Michael Krufky1-2/+5
2008-01-25V4L/DVB (6932): cx23885: add missing subsystem ID for Hauppauge HVR1800 RetailMichael Krufky1-0/+4
2008-01-25V4L/DVB (6919): Kconfig: VIDEO_CX23885 must select DVB_TUNER_XC5000 if !DVB_FE_CUSTOMIZEMichael Krufky1-0/+1
2008-01-25V4L/DVB (6909): cx23885: fix bad use count caused by tda18271 being probed by tda8290Michael Krufky1-1/+9
2008-01-25V4L/DVB (6901): Kconfig: VIDEO_CX23885 selects TUNER_TDA8290 and DVB_TDA18271Michael Krufky1-0/+2
2008-01-25V4L/DVB (6900): cx23885: enable EZ-QAM mode for Hauppauge WinTV HVR-1800Michael Krufky2-2/+48
2008-01-25V4L/DVB (6899): Kconfig: VIDEO_CX23885 must select TUNER_XC2028 if !DVB_FE_CUSTOMIZEMichael Krufky1-0/+1
2008-01-25V4L/DVB (6898): cx23885: add support for Hauppauge WinTV HVR-1500Michael Krufky3-1/+89
2008-01-25V4L/DVB (6887): Avoid 'unknown model' message for the HVR1500-QSteven Toth1-0/+1
2008-01-25V4L/DVB (6886): xc5000: Cleanups of types, result codes etcSteven Toth1-3/+3
2008-01-25V4L/DVB (6885): Add support for the Hauppauge HVR1500QSteven Toth4-1/+73
2008-01-25V4L/DVB (6857): cx23885: correctly join I2C writes and reads from same addressChris Pascoe1-14/+39
2008-01-25V4L/DVB (6821): s5h1409: fix IF frequency configurationMichael Krufky1-2/+2
2008-01-25V4L/DVB (6600): V4L: videobuf: don't chew up namespace STATE_.*, convert to VIDEOBUF_Brandon Philips1-9/+9
2008-01-25V4L/DVB (6575): cx23885/: cleanupsAdrian Bunk4-80/+23
2008-01-25V4L/DVB (6404): cx23885: i2c 16bit reg/val read/write fixSteven Toth1-7/+9
2007-12-24V4L/DVB (6871): Kconfig: VIDEO_CX23885 must select DVB_LGDT330XMichael Krufky1-0/+1
2007-11-04V4L/DVB (6479): use input functions, should depend on INPUTRandy Dunlap1-1/+1
2007-10-22V4L/DVB (6325): Double-free in cx23885_initdevFlorin Malita1-5/+1
2007-10-13cx23885: Drop empty i2c algorithm control callbackJean Delvare1-7/+0
2007-10-10V4L/DVB (6316): Change list_for_each+list_entry to list_for_each_entryTrent Piepho1-4/+1
2007-10-10V4L/DVB (6297): cx23885: remove wrong Kconfig selection of VIDEOBUFMichael Krufky1-1/+0
2007-10-10V4L/DVB (6287): Fix DMA Scatter/Gather constructorMauro Carvalho Chehab1-1/+1
2007-10-10V4L/DVB (6284): cx23885: Update to new videobuf codeTrent Piepho2-6/+8
2007-10-10V4L/DVB (6283): videobuf: Remove references to old Kconfig option nameTrent Piepho1-2/+0
2007-10-10V4L/DVB (6260): Fix Kconfig dependencyMauro Carvalho Chehab1-2/+2
2007-10-09V4L/DVB (6224): VIDEO_CX23885 depends on DVB_COREMichael Krufky1-1/+1
2007-10-09V4L/DVB (6222): select DVB_PLL if !DVB_FE_CUSTOMISE for FusionHDTV5 ExpressMichael Krufky1-0/+1
2007-10-09V4L/DVB (6200): cx23885: use a pointer to the required i2c bus in dvb_register functionMichael Krufky1-10/+12
2007-10-09V4L/DVB (6199): cx23885: Changes to allow demodulators on each transport busSteven Toth5-195/+207
2007-10-09V4L/DVB (6196): cx23885: add support for DViCO FusionHDTV 5 ExpressMichael Krufky5-2/+57
2007-10-09V4L/DVB (6195): Changes to support MPEG TS on VIDBSteven Toth2-63/+86
2007-10-09V4L/DVB (6194): Changes to support interrupts on VIDBSteven Toth1-5/+54