summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88 (follow)
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (6188): Avoid a NULL pointer dereference during mpeg_open()Steven Toth2007-09-141-1/+1
* V4L/DVB (5871): Conexant 2388x: check for kthread_runCyrill Gorcunov2007-07-201-1/+7
* V4L/DVB (5861): Use msecs_to_jiffies instead of HZ on bttv, cx88 and saa7134Mauro Carvalho Chehab2007-07-201-1/+1
* V4L/DVB (5815): Cx88: i2c structure templates clean-upJean Delvare2007-07-182-27/+10
* V4L/DVB (5788): Cx88-input: convert nested if's to switch..caseMichael Krufky2007-07-181-4/+7
* V4L/DVB (5787): Cx88: add remote control support for Leadtek Winfast DTV1000Edgar Pisani2007-07-181-0/+4
* V4L/DVB (5786): Ir-kbd-i2c: add support for Hauppauge HVR1300 remoteJan Frey2007-07-181-2/+0
* V4L/DVB (5783): Fix excess of debug messages on cx88-mpegMauro Carvalho Chehab2007-07-181-1/+1
* V4L/DVB (5780): Dvb: Remove static dependencies on dvb-pllMichael Krufky2007-07-182-18/+18
* V4L/DVB (5772): Cx88: remove two unused pointers from struct cx8802_devMichael Krufky2007-07-181-2/+0
* 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 (5698): Input: drivers/media - switch to using input_dev->dev.parentDmitry Torokhov2007-07-181-1/+1
* V4L/DVB (5685): Cx88: add support for ADS Tech Instant Video PCIDaniel Gimpelevich2007-07-182-0/+25
* V4L/DVB (5683): V4L: cx88 - switch to using msecs_to_jiffies()Dmitry Torokhov2007-07-181-6/+2
* 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-181-59/+2
* V4L/DVB (5633): Tuv1236d: move rf input switching code into dvb-pllMichael Krufky2007-07-181-10/+0
* V4L/DVB (5632): Dvb-pll: pass dvb_frontend_parameters to generic set() functionMichael Krufky2007-07-181-3/+1
* V4L/DVB (5629): Cx88: VP3054 support can't be a module when cx88 is compiled inTrent Piepho2007-07-182-9/+11
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-0/+1
* V4L/DVB (5816): Cx88-blackbird: fix vidioc_g_tuner never ending list of tunersJelle Foks2007-07-031-0/+2
* V4L/DVB (5618): Cx88: Drop the generic i2c client from cx88-vp3054-i2cJean Delvare2007-05-092-8/+0
* V4L/DVB (5567): Cx88-mpeg.c: make 2 functions staticAdrian Bunk2007-05-091-2/+2
* V4L/DVB (5565): Cx88: fix compilation on alphaAlexey Dobriyan2007-05-092-0/+2
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* cx88-video build fixAndrew Morton2007-05-073-1/+4
* PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2007-05-031-1/+0
* V4L/DVB (5526): Cx88-alsa.c: Use kzallocvignesh.babu@wipro.com2007-04-271-3/+1
* V4L/DVB (5491): Cx88: Support the DTV1000 T analog inputsJean Delvare2007-04-271-0/+6
* V4L/DVB (5488): Replace DMA magic mask for its aliasesMauro Carvalho Chehab2007-04-273-3/+3
* V4L/DVB (5480): Fix cx88_print_irqbits calls to use ARRAY_SIZEMauro Carvalho Chehab2007-04-275-8/+11
* V4L/DVB (5479): Use ARRAY_SIZE instead of a magic numberMauro Carvalho Chehab2007-04-271-1/+2
* V4L/DVB (5478): Use ARRAY_SIZE and a cleaner logic for initializing tunerMauro Carvalho Chehab2007-04-271-5/+14
* V4L/DVB (5452): Cx88: merge identical boardsTrent Piepho2007-04-271-18/+2
* V4L/DVB (5432): Cx88: whitespace cleanupMichael Krufky2007-04-271-4/+4
* V4L/DVB (5431): Cx88: autodetect ADS Tech InstantTV DVB-SMichael Krufky2007-04-271-0/+4
* V4L/DVB (5363): Dvb: Remove lgh06xf driverTrent Piepho2007-04-272-6/+6
* V4L/DVB (5299): Added support for loading cx88-dvb and cx88-blackbirdMarkus Rechberger2007-04-271-12/+4
* V4L/DVB (5298): Added support for deferred module requesting to cx88Markus Rechberger2007-04-272-0/+34
* V4L/DVB (5260): Cx88-blackbird: allow usage of both 376836 and 262144 sized f...Michael Krufky2007-03-032-5/+10
* V4L/DVB (5304): Improve chip matching in v4l2_registerHans Verkuil2007-03-011-2/+2
* V4L/DVB (5199): Cx88-video.c: remove struct radionormsAdrian Bunk2007-02-211-2/+0
* V4L/DVB (5166): Remove obsolete alias defines of CONFIG_* settingsTrent Piepho2007-02-214-10/+13
* V4L/DVB (5146): Make VIDIOC_INT_[SG]_REGISTER ioctls no longer internal onlyTrent Piepho2007-02-211-2/+0
* V4L/DVB (5144): Restore VIDIOC_INT_[SG]_REGISTER callsTrent Piepho2007-02-211-1/+31
* V4L/DVB (5114): Cx88: Add support for svideo/composite input of the Terratec ...Heiko Baums2007-02-211-0/+6
* V4L/DVB (5110): Keep the previous tvnorm default for cx88 and cx88-blackbirdMauro Carvalho Chehab2007-02-212-2/+2
* V4L/DVB (5109): Convert cx88-blackbird to use video_ioctl2Mauro Carvalho Chehab2007-02-212-441/+344
* V4L/DVB (5108): Remove_cx88_ioctlMauro Carvalho Chehab2007-02-211-27/+0