summaryrefslogtreecommitdiff
path: root/drivers/media/video/cx18
AgeCommit message (Expand)AuthorFilesLines
2008-10-12V4L/DVB (8912): cx18: Correct CX23418 PCI configuration settings.Andy Walls1-7/+2
2008-10-12V4L/DVB (8856): v4l: fix assorted compile warnings/errorsHans Verkuil2-3/+0
2008-10-12V4L/DVB (8774): cx18: Have CX23418 release buffers at end of capture.Andy Walls3-1/+12
2008-10-12V4L/DVB (8773): cx18: Fix cx18_find_handle() and add error checkingAndy Walls4-19/+51
2008-10-12V4L/DVB (8772): cx18: Convert cx18_queue buffers member to atomic_tAndy Walls4-10/+11
2008-10-12V4L/DVB (8771): cx18: Remove redundant struct cx18_queue length member.Andy Walls3-8/+1
2008-10-12V4L/DVB (8770): cx18: get rid of ununsed buffers stolen fieldAndy Walls2-2/+0
2008-10-12V4L/DVB: follow lspci device/vendor styleBjorn Helgaas1-2/+2
2008-10-05V4L/DVB (8919): cx18: Fix tuner audio input for Compro H900 cardsHans Verkuil1-1/+1
2008-09-04V4L/DVB (8805): Steven Toth email address changeSteven Toth2-2/+2
2008-09-04V4L/DVB (8769): cx18: Simplify queue flush logic to prevent oops in cx18_flus...Andy Walls1-83/+15
2008-09-04V4L/DVB (8757): v4l-dvb: fix a bunch of sparse warningsHans Verkuil3-15/+15
2008-09-04V4L/DVB (8701): cx18: Add missing lock for when the irq handler manipulates t...Andy Walls3-12/+15
2008-07-27V4L/DVB (8534): remove select's of FW_LOADERAdrian Bunk1-2/+0
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 st...Hans Verkuil1-44/+48
2008-07-26V4L/DVB (8462): cx18: Lock the aux PLL to the video pixle rate for analog cap...Andy Walls1-10/+70
2008-07-26V4L/DVB (8461): cx18: Fix 32 kHz audio sample output rate for analog tuner SI...Andy Walls1-12/+29
2008-07-24V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common....Hans Verkuil1-0/+1
2008-07-23V4L/DVB (8428): videodev: rename 'dev' to 'parent'Hans Verkuil1-1/+1
2008-07-23V4L/DVB (8423): cx18: remove firmware size checkHans Verkuil1-41/+13
2008-07-20V4L/DVB (8414): videodev/cx18: fix get_index bug and error-handling lock-upsHans Verkuil1-1/+3
2008-07-20V4L/DVB (8378): cx18: move cx18_av_vbi_setup to av-core.c and rename to cx18_...Hans Verkuil3-145/+147
2008-07-20V4L/DVB (8377): ivtv/cx18: ensure the default control values are correctHans Verkuil2-0/+6
2008-07-20V4L/DVB (8332): cx18: Suport external reset of the Z8F0811 IR controller on H...Andy Walls5-0/+54
2008-07-20V4L/DVB (8331): cx18: Add locking for struct cx18 GPIO state variablesAndy Walls4-2/+17
2008-07-20v4l-dvb: remove legacy checks to allow support for kernels < 2.6.10Hans Verkuil2-6/+0
2008-07-20V4L/DVB (8189): cx18: Use correct GPIO pin for resetting Xceive 3028 tuner on...Andy Walls1-2/+2
2008-07-20V4L/DVB (8188): cx18: Add missing reset recovery delay in cx18-i2c.cAndy Walls1-0/+1
2008-07-20V4L/DVB (8169): cx18: enable TS supportHans Verkuil1-1/+1
2008-07-20V4L/DVB (8168): cx18: Upgrade to newer firmware & update cx18 documentation.Hans Verkuil1-1/+1
2008-07-20V4L/DVB (8167): cx18: set correct audio inputs for tuner and line-in 2.Hans Verkuil9-29/+47
2008-07-20V4L/DVB (8165): cx18: fix v4l-cx23418-dig.fw firmware load.Hans Verkuil1-26/+44
2008-07-20V4L/DVB (8164): cx18/ivtv: choose a better initial TV standard for cards with...Hans Verkuil1-0/+6
2008-07-20V4L/DVB (8162): cx18: fix PAL/SECAM supportHans Verkuil3-92/+17
2008-07-20V4L/DVB (8114): cx18: Improve Raptor card audio input routing defintionsAndy Walls1-7/+10
2008-07-20V4L/DVB (8113): ivtv/cx18: remove s/g_ctrl, now all controls are handled thro...Hans Verkuil3-16/+31
2008-07-20V4L/DVB (8111): ivtv/cx18: fix compile error when CONFIG_VIDEO_ADV_DEBUG is n...Hans Verkuil1-19/+23
2008-07-20V4L/DVB (8107): cx18: improve support for the Raptor board.Hans Verkuil2-0/+6
2008-07-20V4L/DVB (8106): ivtv/cx18: improve tuner std check in card definitions.Hans Verkuil1-2/+2
2008-07-20V4L/DVB (8105): cx2341x: add TS capabilityHans Verkuil1-1/+3
2008-07-20V4L/DVB (8104): cx18/ivtv: ioctl debugging improvementsHans Verkuil3-95/+12
2008-07-20V4L/DVB (8093): cx18: fix prefix typoHans Verkuil1-2/+2
2008-07-20V4L/DVB (8091): cx18: show GPIO pins when VIDIOC_LOG_STATUS is called.Hans Verkuil1-0/+2
2008-07-20V4L/DVB (8089): cx18: add support for Conexant Raptor PAL/SECAM cardSri Deevi7-3/+122
2008-07-20V4L/DVB (8087): cx18: make sure all v4l2_format fields are filled inHans Verkuil1-19/+25
2008-07-20V4L/DVB (8086): ivtv/cx18: fix video_temporal_filter handlingHans Verkuil1-4/+0
2008-07-20V4L/DVB (8084): ivtv/cx18: remove unnecessary memsets & KERNEL_VERSION testsHans Verkuil1-4/+0
2008-07-20V4L/DVB (8082): cx18: convert to video_ioctl2()Andy Walls6-689/+745
2008-07-20V4L/DVB (7924): ivtv/cx18: snprintf fixesJean Delvare1-1/+1