aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx18 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-16V4L/DVB (9885): drivers/media Kconfig's: fix bugzilla #12204Mauro Carvalho Chehab1-1/+1
2008-11-11V4L/DVB (9516): cx18: Move DVB buffer transfer handling from irq handler to work_queueAndy Walls7-26/+75
2008-11-11V4L/DVB (9515): cx18: Use correct Mailbox IRQ Ack values and misc IRQ handling cleanupAndy Walls4-48/+49
2008-11-11V4L/DVB (9511): cx18: Mark CX18_CPU_DE_RELEASE_MDL as a slow API callAndy Walls1-1/+1
2008-11-11V4L/DVB (9510): cx18: Fix write retries for registers that always change - part 2.Andy Walls4-12/+45
2008-11-11V4L/DVB (9506): ivtv/cx18: fix test whether modules should be loaded or not.Hans Verkuil1-2/+2
2008-11-11V4L/DVB (9475): cx18: Disable write retries for registers that always change - part 1.Andy Walls3-7/+7
2008-10-21V4L/DVB (9299): cx18: Don't mask many real init error codes by mapping them to ENOMEMAndy Walls2-15/+24
2008-10-21V4L/DVB (9298): cx18: Add __iomem address space qualifier to cx18_log_*_retries() argumentAndy Walls1-2/+2
2008-10-21V4L/DVB (9297): cx18: Fix memory leak on card initialization failureAndy Walls1-2/+6
2008-10-20byteorder: remove direct includes of linux/byteorder/swab[b].hHarvey Harrison1-0/+1
2008-10-13V4L/DVB (9157): cx18/ivtv: add 'PCI:' prefix to bus_info.Hans Verkuil1-1/+1
2008-10-12V4L/DVB (9133): v4l: disconnect kernel number from minorHans Verkuil2-21/+24
2008-10-12V4L/DVB (9132): cx18: Fix warning message for DMA done notification for inactive stream.Andy Walls1-2/+2
2008-10-12V4L/DVB (9131): cx18: Add entries for the Leadtek PVR2100 and Toshiba Qosmio DVB-T/AnalogAndy Walls3-1/+106
2008-10-12V4L/DVB (9111): cx18: Up the version to 1.0.1Andy Walls1-1/+1
2008-10-12V4L/DVB (9110): cx18: Add default behavior of checking and retrying PCI MMIO accessesAndy Walls8-36/+427
2008-10-12V4L/DVB (9049): convert tuner drivers to use dvb_frontend->callbackMichael Krufky2-2/+2
2008-10-12V4L/DVB (8939): cx18: fix sparse warningsHans Verkuil2-3/+3
2008-10-12V4L/DVB (8924): cx18: Set mmio throttling delay default to 0 nsec.Andy Walls1-2/+2
2008-10-12V4L/DVB (8920): cx18/ivtv: fix check of window boundaries for VIDIOC_S_FMTHans Verkuil1-3/+3
2008-10-12V4L/DVB (8915): cx18: Increment u8 pointers not void pointers.Andy Walls1-26/+30
2008-10-12V4L/DVB (8914): cx18: Throttle mmio to/from the CX23418 so boards work in older systemsAndy Walls6-88/+168
2008-10-12V4L/DVB (8913): cx18: Create cx18_ specific wrappers for all pci mmio accessesors.Andy Walls19-263/+468
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-04V4L/DVB (8919): cx18: Fix tuner audio input for Compro H900 cardsHans Verkuil1-1/+1
2008-09-03V4L/DVB (8805): Steven Toth email address changeSteven Toth2-2/+2
2008-09-03V4L/DVB (8769): cx18: Simplify queue flush logic to prevent oops in cx18_flush_queues()Andy Walls1-83/+15
2008-09-03V4L/DVB (8757): v4l-dvb: fix a bunch of sparse warningsHans Verkuil3-15/+15
2008-09-03V4L/DVB (8701): cx18: Add missing lock for when the irq handler manipulates the queuesAndy 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 structHans Verkuil1-44/+48
2008-07-26V4L/DVB (8462): cx18: Lock the aux PLL to the video pixle rate for analog capturesAndy Walls1-10/+70
2008-07-26V4L/DVB (8461): cx18: Fix 32 kHz audio sample output rate for analog tuner SIF inputAndy Walls1-12/+29
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-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_av_std_setupHans 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 HVR-1600 for lircAndy Walls5-0/+54
2008-07-20V4L/DVB (8331): cx18: Add locking for struct cx18 GPIO state variablesAndy Walls4-2/+17