aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-video.c
Commit message (Expand)AuthorAgeFilesLines
...
* V4L/DVB (8613): v4l: move BKL down to the driver level.Hans Verkuil2008-10-121-2/+8
* V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil2008-07-271-3/+0
* V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops st...Hans Verkuil2008-07-261-13/+20
* V4L/DVB (8477): v4l: remove obsolete audiochip.hHans Verkuil2008-07-261-2/+2
* V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common....Hans Verkuil2008-07-231-0/+1
* V4L/DVB (7949): videodev: renamed the vidioc_*_fmt_* callbacksHans Verkuil2008-07-201-12/+12
* V4L/DVB (7463): cx88: Enable color killer by defaultFrej Drejhammar2008-04-241-1/+1
* V4L/DVB (7454): cx88: Add user control for color killerFrej Drejhammar2008-04-241-0/+13
* V4L/DVB (7452): cx88: Enable chroma AGC by default for all non-SECAM modesFrej Drejhammar2008-04-241-1/+1
* V4L/DVB (7451): cx88: Add user control for chroma AGCFrej Drejhammar2008-04-241-2/+28
* V4L/DVB (7449): cx88: fix oops on module removal caused by IR workerMarton Balint2008-04-241-0/+3
* V4L/DVB (7289): cx88: enable IR receiver and real time clock on FusionHDTV7 GoldMichael Krufky2008-04-241-0/+1
* V4L/DVB (7254): cx88: fix FusionHDTV 5 PCI nano name and enable IR supportMichael Krufky2008-04-241-1/+3
* V4L/DVB (7237): Convert videobuf-dma-sg to generic DMA APIGuennadi Liakhovetski2008-04-241-4/+4
* V4L/DVB (7094): static memoryDouglas Schilling Landgraf2008-04-241-2/+2
* V4L/DVB (7267): cx88: Fix: Loads tuner module before sending commands to itMauro Carvalho Chehab2008-03-201-2/+0
* V4L/DVB (6836): Fix CodingStyle troubles caused by the previous cx88 commitsMauro Carvalho Chehab2008-01-251-1/+1
* V4L/DVB (6833): Don't limit cx88 audio routing to blackbird boardsRicardo Cerqueira2008-01-251-15/+31
* V4L/DVB (6831): Audio routes fix for blackbird boards with the wm8775 ADCRicardo Cerqueira2008-01-251-2/+14
* V4L/DVB (6600): V4L: videobuf: don't chew up namespace STATE_.*, convert to V...Brandon Philips2008-01-251-11/+11
* V4L/DVB (6602): V4L: Convert videobuf drivers to videobuf_stopBrandon Philips2007-12-111-4/+1
* V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 fieldMauro Carvalho Chehab2007-10-221-1/+0
* V4L/DVB (6312): cx88: Replace list_for_each+list_entry with list_for_each_entryTrent Piepho2007-10-101-8/+3
* V4L/DVB (6252): Adapt drivers to use the newer videobuf modulesMauro Carvalho Chehab2007-10-091-28/+10
* V4L/DVB (6247): Fix bug #8689: Fixes IR stop/start during suspend/resumeMauro Carvalho Chehab2007-10-091-0/+6
* V4L/DVB (6181): cx88: auto-load rtc and ir receiver i2c modules for FusionHDT...Michael Krufky2007-10-091-0/+6
* V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab2007-10-091-1/+0
* V4L/DVB (6064): cx88: Add symbolic names for the PCI interrupt bitsTrent Piepho2007-10-091-4/+5
* V4L/DVB (6023): cx88: Clean up some ugly and inconsistent printk()sTrent Piepho2007-10-091-16/+14
* V4L/DVB (6021): cx88: Copy board information into card stateTrent Piepho2007-10-091-33/+30
* V4L/DVB (5977): cx8800: Add register debug functions to radio device tooTrent Piepho2007-10-091-0/+4
* V4L/DVB (5912): Clean up duplicate includes in drivers/media/Jesper Juhl2007-10-091-1/+0
* V4L/DVB (5871): Conexant 2388x: check for kthread_runCyrill Gorcunov2007-07-201-1/+7
* V4L/DVB (5565): Cx88: fix compilation on alphaAlexey Dobriyan2007-05-091-0/+1
* cx88-video build fixAndrew Morton2007-05-071-1/+1
* V4L/DVB (5488): Replace DMA magic mask for its aliasesMauro Carvalho Chehab2007-04-271-1/+1
* V4L/DVB (5480): Fix cx88_print_irqbits calls to use ARRAY_SIZEMauro Carvalho Chehab2007-04-271-1/+2
* 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 (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 (5110): Keep the previous tvnorm default for cx88 and cx88-blackbirdMauro Carvalho Chehab2007-02-211-1/+1
* 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-211-61/+10
* 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-211-30/+54
* V4L/DVB (5099): Uncommented NTSC/443 video standardMauro Carvalho Chehab2007-02-211-0/+3
* V4L/DVB (5097): Convert cx8800 driver to video_ioctl2 handlerMauro Carvalho Chehab2007-02-211-606/+466
* [PATCH] mark struct file_operations const 4Arjan van de Ven2007-02-121-2/+2
* V4L/DVB (4757): Cx88: determine whether or not to use external adcMichael Krufky2006-12-101-0/+8