summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88
Commit message (Expand)AuthorAgeFilesLines
* 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-021-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
* V4L/DVB (5107): Use cx88_set_freq() on cx88-blackbird.cMauro Carvalho Chehab2007-02-211-18/+1
* V4L/DVB (5106): Do some cleanups at cx88-blackbirdMauro Carvalho Chehab2007-02-211-40/+29
* V4L/DVB (5105): Reorder some ioctl handlersMauro Carvalho Chehab2007-02-211-70/+80
* V4L/DVB (5104): Moved several stuff that were at cx88-video to cx88-blackbird.cMauro Carvalho Chehab2007-02-211-2/+306
* V4L/DVB (5103): Fix vidioc_g_tuner handlingMauro Carvalho Chehab2007-02-211-0/+2
* V4L/DVB (5102): make videodev to auto-generate standardsMauro Carvalho Chehab2007-02-214-108/+63
* V4L/DVB (5101): Renamed video_mux to cx88_video_mux Mauro Carvalho Chehab2007-02-211-4/+4
* V4L/DVB (5100): Make cx88-blackbird to work againMauro Carvalho Chehab2007-02-212-34/+62
* V4L/DVB (5099): Uncommented NTSC/443 video standardMauro Carvalho Chehab2007-02-211-0/+3
* V4L/DVB (5098): Added support for V4L2_STD_NTSC_443Mauro Carvalho Chehab2007-02-211-2/+6
* V4L/DVB (5097): Convert cx8800 driver to video_ioctl2 handlerMauro Carvalho Chehab2007-02-214-633/+521
* V4L/DVB (5012a): Remove some unused code from kernel mainstreamMauro Carvalho Chehab2007-02-211-49/+0
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] mark struct file_operations const 4Arjan van de Ven2007-02-122-3/+3
* V4L/DVB (5021): Cx88xx: Fix lockup on suspendRobert Hancock2007-01-151-0/+2
* V4L/DVB (5010): Cx88: Fix leadtek_eeprom taggingJean Delvare2006-12-271-1/+1
* V4L/DVB (4980): Fixes bug 7267: PAL/60 is not workingMauro Carvalho Chehab2006-12-272-14/+23
* Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2006-12-122-2/+2
|\
| * i2c: Discard the i2c algo del_bus wrappersJean Delvare2006-12-102-2/+2
* | V4L/DVB (4949a): Fix INIT_WORKMauro Carvalho Chehab2006-12-101-1/+1
* | V4L/DVB (4947): Cx88: trivial cleanupsMichael Krufky2006-12-101-19/+13
* | V4L/DVB (4946): Cx88: Move cx88_dvb_bus_ctrl out of the card-specific areaMichael Krufky2006-12-101-18/+20