summaryrefslogtreecommitdiffstats
path: root/drivers/media/video (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* V4L/DVB (5758): Tea5767: store tuning operations in tuner_operations structureMichael Krufky2007-07-181-5/+9
* V4L/DVB (5757): Tea5761: store tuning operations in tuner_operations structureMichael Krufky2007-07-181-4/+8
* V4L/DVB (5756): Tda9887: store tuning operations in tuner_operations structureMichael Krufky2007-07-181-6/+10
* V4L/DVB (5755): Tda8290: store tuning operations in tuner_operations structureMichael Krufky2007-07-181-5/+10
* V4L/DVB (5754): Mt20xx: store tuning operations in tuner_operations structureMichael Krufky2007-07-181-15/+25
* V4L/DVB (5753): Tuner: create struct tuner_operationsMichael Krufky2007-07-187-64/+64
* V4L/DVB (5750): Remove obsoleted support for PROC_FS on vicam.cMauro Carvalho Chehab2007-07-181-181/+0
* V4L/DVB (5774a): Remove CONFIG_BIGPHYS_AREA from zoran_driverMauro Carvalho Chehab2007-07-181-63/+0
* V4L/DVB (5747): Tea5761: remove duplicated "#include <media/tuner.h>"Michael Krufky2007-07-181-1/+0
* V4L/DVB (5743): Tuner: clean up kfree() after releaseMichael Krufky2007-07-181-3/+7
* V4L/DVB (5742): Tuner: define release callback for mt20xx, tda9887 and tda8290Michael Krufky2007-07-183-0/+27
* V4L/DVB (5741): Tuner: add release callbackMichael Krufky2007-07-181-0/+5
* V4L/DVB (5740): Git-dvb: fix the tea5761 tuner supportAdrian Bunk2007-07-181-4/+4
* V4L/DVB (5739): Replace C code with calls to ARRAY_SIZE macro.Robert P. J. Day2007-07-185-11/+11
* V4L/DVB (5734): Cx88: kill dev->fw_sizeMichael Krufky2007-07-182-3/+1
* V4L/DVB (5733): Blackbird should accept only new cx2341x encoding firmwaresHans Verkuil2007-07-181-7/+4
* V4L/DVB (5729): Remove support for 256 Kb firmware files.Hans Verkuil2007-07-181-3/+1
* V4L/DVB (5727): Remove VIVI_SCATTERMauro Carvalho Chehab2007-07-181-163/+0
* V4L/DVB (5724): Saa7134-tvaudio: kthread conversionChristoph Hellwig2007-07-182-30/+17
* V4L/DVB (5719): Tuner: Move device-specific private data out of tuner structMichael Krufky2007-07-184-60/+116
* V4L/DVB (5718): Mt20xx: whitespace cleanupMichael Krufky2007-07-181-6/+6
* V4L/DVB (5704): Remove worthless references to obsolete MODULE_PARM macro.Robert P. J. Day2007-07-181-23/+0
* V4L/DVB (5698): Input: drivers/media - switch to using input_dev->dev.parentDmitry Torokhov2007-07-185-5/+5
* V4L/DVB (5685): Cx88: add support for ADS Tech Instant Video PCIDaniel Gimpelevich2007-07-182-0/+25
* V4L/DVB (5684): V4L: ir-kbd-i2c - switch to using msecs_to_jiffies()Dmitry Torokhov2007-07-181-1/+2
* V4L/DVB (5683): V4L: cx88 - switch to using msecs_to_jiffies()Dmitry Torokhov2007-07-181-6/+2
* V4L/DVB (5682): SAA7134 - switch to use msecs_to_jiffies()Dmitry Torokhov2007-07-181-7/+4
* V4L/DVB (5681): Correct aliases for STD/L and STD/LcMauro Carvalho Chehab2007-07-181-6/+6
* V4L/DVB (5678): Zr364xx: fix return valuesAkinobu Mita2007-07-181-8/+9
* V4L/DVB (5674): Models 30012-30039 are for a low profile PVR250, not PVR150.Hans Verkuil2007-07-181-1/+1
* V4L/DVB (5671): Autodetect new PVR150 low profile cards.Hans Verkuil2007-07-181-0/+1
* V4L/DVB (5637): Cx88: kill core->pll_desc and core->pll_addrMichael Krufky2007-07-182-6/+0
* V4L/DVB (5636): Integrate all users of the fmd1216 tuner with dvb-pllTrent Piepho2007-07-182-194/+7
* V4L/DVB (5647): Saa7134: enable ir-remote for 10moons TM300Tony Wan2007-07-182-0/+7
* V4L/DVB (5646): V4l: saa7134: add support for 10moons TM300 cardTony Wan2007-07-182-0/+39
* V4L/DVB (5644): Usbvision: video_ioctl2 conversionThierry MERLE2007-07-183-686/+787
* V4L/DVB (5643): Usbvision: make common video and radio ioctlsThierry MERLE2007-07-181-144/+22
* V4L/DVB (5642): add comment that VO_MODE is also being set.David Warman2007-07-181-1/+1
* V4L/DVB (5641): change VideoNorm to NTSC for Belkin USB Videobus IIDavid Warman2007-07-181-1/+1
* V4L/DVB (5634): Saa7134-dvb: convert philips td1316 handling to use dvb-pllMichael Krufky2007-07-181-11/+2
* V4L/DVB (5633): Tuv1236d: move rf input switching code into dvb-pllMichael Krufky2007-07-182-20/+0
* V4L/DVB (5632): Dvb-pll: pass dvb_frontend_parameters to generic set() functionMichael Krufky2007-07-182-6/+2
* V4L/DVB (5629): Cx88: VP3054 support can't be a module when cx88 is compiled inTrent Piepho2007-07-182-9/+11
* V4L/DVB (5563a): Add experimental support for tea5761 tunerMauro Carvalho Chehab2007-07-185-0/+281
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-175-3/+8
* PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-121-3/+1
* V4L/DVB (5816): Cx88-blackbird: fix vidioc_g_tuner never ending list of tunersJelle Foks2007-07-031-0/+2
* V4L/DVB (5808): Bttv: fix v4l1 breaking the driverTrent Piepho2007-07-031-7/+6
* saa7134: fix thread shutdown handlingJeff Mahoney2007-06-281-1/+1
* Fix Kconfig dependency problems wrt boolean menuconfigsTrent Piepho2007-06-281-3/+3