aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-video.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-02V4L/DVB (10141): v4l2: debugging API changed to match against driver name instead of ID.Hans Verkuil1-6/+7
2009-01-02V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil1-9/+5
2008-11-11V4L/DVB (9368): VBI fix for cx88 cardsRafael Diniz1-2/+8
2008-10-21V4L/DVB (9327): v4l: use video_device.num instead of minor in video%dHans Verkuil1-3/+3
2008-10-17V4L/DVB (9269): cx88: add I2S-ADC tvaudio methodDarron Broad1-22/+30
2008-10-12V4L/DVB (9069): cx88: Bugfix: all client disconnects put the frontend to sleep.Darron Broad1-1/+4
2008-10-12V4L/DVB (8613): v4l: move BKL down to the driver level.Hans Verkuil1-2/+8
2008-07-27V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil1-3/+0
2008-07-26V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops structHans Verkuil1-13/+20
2008-07-26V4L/DVB (8477): v4l: remove obsolete audiochip.hHans Verkuil1-2/+2
2008-07-23V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.hHans Verkuil1-0/+1
2008-07-20V4L/DVB (7949): videodev: renamed the vidioc_*_fmt_* callbacksHans Verkuil1-12/+12
2008-04-24V4L/DVB (7463): cx88: Enable color killer by defaultFrej Drejhammar1-1/+1
2008-04-24V4L/DVB (7454): cx88: Add user control for color killerFrej Drejhammar1-0/+13
2008-04-24V4L/DVB (7452): cx88: Enable chroma AGC by default for all non-SECAM modesFrej Drejhammar1-1/+1
2008-04-24V4L/DVB (7451): cx88: Add user control for chroma AGCFrej Drejhammar1-2/+28
2008-04-24V4L/DVB (7449): cx88: fix oops on module removal caused by IR workerMarton Balint1-0/+3
2008-04-24V4L/DVB (7289): cx88: enable IR receiver and real time clock on FusionHDTV7 GoldMichael Krufky1-0/+1
2008-04-24V4L/DVB (7254): cx88: fix FusionHDTV 5 PCI nano name and enable IR supportMichael Krufky1-1/+3
2008-04-24V4L/DVB (7237): Convert videobuf-dma-sg to generic DMA APIGuennadi Liakhovetski1-4/+4
2008-04-24V4L/DVB (7094): static memoryDouglas Schilling Landgraf1-2/+2
2008-03-20V4L/DVB (7267): cx88: Fix: Loads tuner module before sending commands to itMauro Carvalho Chehab1-2/+0
2008-01-25V4L/DVB (6836): Fix CodingStyle troubles caused by the previous cx88 commitsMauro Carvalho Chehab1-1/+1
2008-01-25V4L/DVB (6833): Don't limit cx88 audio routing to blackbird boardsRicardo Cerqueira1-15/+31
2008-01-25V4L/DVB (6831): Audio routes fix for blackbird boards with the wm8775 ADCRicardo Cerqueira1-2/+14
2008-01-25V4L/DVB (6600): V4L: videobuf: don't chew up namespace STATE_.*, convert to VIDEOBUF_Brandon Philips1-11/+11
2007-12-11V4L/DVB (6602): V4L: Convert videobuf drivers to videobuf_stopBrandon Philips1-4/+1
2007-10-22V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 fieldMauro Carvalho Chehab1-1/+0
2007-10-10V4L/DVB (6312): cx88: Replace list_for_each+list_entry with list_for_each_entryTrent Piepho1-8/+3
2007-10-09V4L/DVB (6252): Adapt drivers to use the newer videobuf modulesMauro Carvalho Chehab1-28/+10
2007-10-09V4L/DVB (6247): Fix bug #8689: Fixes IR stop/start during suspend/resumeMauro Carvalho Chehab1-0/+6
2007-10-09V4L/DVB (6181): cx88: auto-load rtc and ir receiver i2c modules for FusionHDTV5 RT GoldMichael Krufky1-0/+6
2007-10-09V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab1-1/+0
2007-10-09V4L/DVB (6064): cx88: Add symbolic names for the PCI interrupt bitsTrent Piepho1-4/+5
2007-10-09V4L/DVB (6023): cx88: Clean up some ugly and inconsistent printk()sTrent Piepho1-16/+14
2007-10-09V4L/DVB (6021): cx88: Copy board information into card stateTrent Piepho1-33/+30
2007-10-09V4L/DVB (5977): cx8800: Add register debug functions to radio device tooTrent Piepho1-0/+4
2007-10-09V4L/DVB (5912): Clean up duplicate includes in drivers/media/Jesper Juhl1-1/+0
2007-07-20V4L/DVB (5871): Conexant 2388x: check for kthread_runCyrill Gorcunov1-1/+7
2007-05-09V4L/DVB (5565): Cx88: fix compilation on alphaAlexey Dobriyan1-0/+1
2007-05-07cx88-video build fixAndrew Morton1-1/+1
2007-04-27V4L/DVB (5488): Replace DMA magic mask for its aliasesMauro Carvalho Chehab1-1/+1
2007-04-27V4L/DVB (5480): Fix cx88_print_irqbits calls to use ARRAY_SIZEMauro Carvalho Chehab1-1/+2
2007-03-01V4L/DVB (5304): Improve chip matching in v4l2_registerHans Verkuil1-2/+2
2007-02-21V4L/DVB (5199): Cx88-video.c: remove struct radionormsAdrian Bunk1-2/+0
2007-02-21V4L/DVB (5146): Make VIDIOC_INT_[SG]_REGISTER ioctls no longer internal onlyTrent Piepho1-2/+0
2007-02-21V4L/DVB (5144): Restore VIDIOC_INT_[SG]_REGISTER callsTrent Piepho1-1/+31
2007-02-21V4L/DVB (5110): Keep the previous tvnorm default for cx88 and cx88-blackbirdMauro Carvalho Chehab1-1/+1
2007-02-21V4L/DVB (5103): Fix vidioc_g_tuner handlingMauro Carvalho Chehab1-0/+2
2007-02-21V4L/DVB (5102): make videodev to auto-generate standardsMauro Carvalho Chehab1-61/+10