summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx18 (follow)
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (9725): cx18: Remove unnecessary MMIO accesses in time critical irq h...Andy Walls2008-12-304-22/+22
* V4L/DVB (9724): cx18: Streamline cx18-io[ch] wrappers and enforce MMIO retry ...Andy Walls2008-12-309-449/+71
* V4L/DVB (9723): cx18: Propagate staleness of mailbox and mdl ack data to work...Andy Walls2008-12-302-14/+27
* V4L/DVB (9722): cx18: Convert per stream queue spinlocks into mutexesAndy Walls2008-12-303-16/+11
* V4L/DVB (9721): cx18: Change to singlethreaded global work queue thread for d...Andy Walls2008-12-303-2/+26
* V4L/DVB (9720): cx18: Major rewrite of interrupt handling for incoming mailbo...Andy Walls2008-12-3016-215/+408
* V4L/DVB (9599): cx18: Fix unitialized variable problem upon APU firmware file...Andy Walls2008-12-301-3/+6
* V4L/DVB (9598): cx18: Prevent CX23418 from clearing it's outgoing ack interru...Andy Walls2008-12-304-0/+20
* V4L/DVB (9597): cx18: Minor fixes to APU firmware load processAndy Walls2008-12-301-7/+14
* V4L/DVB (9596): cx18: Further changes to improve mailbox protocol integrity &...Andy Walls2008-12-304-18/+42
* V4L/DVB (9595): cx18: Improve handling of outgoing mailboxes detected to be busyAndy Walls2008-12-302-69/+64
* V4L/DVB (9594): cx18: Roll driver version number due to significant changesAndy Walls2008-12-301-1/+1
* V4L/DVB (9593): cx18: Add outgoing mailbox mutexes and check for ack via wait...Andy Walls2008-12-305-63/+60
* V4L/DVB (9592): cx18: Use default kernel work queue; fix streaming flag for w...Andy Walls2008-12-305-37/+26
* V4L/DVB (9513): cx18: Reduce number of mmio read retriesAndy Walls2008-12-304-21/+22
* V4L/DVB (9514): cx18: Fix PLL freq computation for debug displayAndy Walls2008-12-291-3/+2
* V4L/DVB (9512): cx18: Fix write retries for registers that always change - pa...Andy Walls2008-12-297-80/+185
* V4L/DVB (9474): cx18: Remove redundant block scope variable in cx18_probe() f...Andy Walls2008-12-291-2/+0
* V4L/DVB (9885): drivers/media Kconfig's: fix bugzilla #12204Mauro Carvalho Chehab2008-12-161-1/+1
* V4L/DVB (9516): cx18: Move DVB buffer transfer handling from irq handler to w...Andy Walls2008-11-117-26/+75
* V4L/DVB (9515): cx18: Use correct Mailbox IRQ Ack values and misc IRQ handlin...Andy Walls2008-11-114-48/+49
* V4L/DVB (9511): cx18: Mark CX18_CPU_DE_RELEASE_MDL as a slow API callAndy Walls2008-11-111-1/+1
* V4L/DVB (9510): cx18: Fix write retries for registers that always change - pa...Andy Walls2008-11-114-12/+45
* V4L/DVB (9506): ivtv/cx18: fix test whether modules should be loaded or not.Hans Verkuil2008-11-111-2/+2
* V4L/DVB (9475): cx18: Disable write retries for registers that always change ...Andy Walls2008-11-113-7/+7
* V4L/DVB (9299): cx18: Don't mask many real init error codes by mapping them t...Andy Walls2008-10-212-15/+24
* V4L/DVB (9298): cx18: Add __iomem address space qualifier to cx18_log_*_retri...Andy Walls2008-10-211-2/+2
* V4L/DVB (9297): cx18: Fix memory leak on card initialization failureAndy Walls2008-10-211-2/+6
* byteorder: remove direct includes of linux/byteorder/swab[b].hHarvey Harrison2008-10-201-0/+1
* V4L/DVB (9157): cx18/ivtv: add 'PCI:' prefix to bus_info.Hans Verkuil2008-10-131-1/+1
* V4L/DVB (9133): v4l: disconnect kernel number from minorHans Verkuil2008-10-122-21/+24
* V4L/DVB (9132): cx18: Fix warning message for DMA done notification for inact...Andy Walls2008-10-121-2/+2
* V4L/DVB (9131): cx18: Add entries for the Leadtek PVR2100 and Toshiba Qosmio ...Andy Walls2008-10-123-1/+106
* V4L/DVB (9111): cx18: Up the version to 1.0.1Andy Walls2008-10-121-1/+1
* V4L/DVB (9110): cx18: Add default behavior of checking and retrying PCI MMIO ...Andy Walls2008-10-128-36/+427
* V4L/DVB (9049): convert tuner drivers to use dvb_frontend->callbackMichael Krufky2008-10-122-2/+2
* V4L/DVB (8939): cx18: fix sparse warningsHans Verkuil2008-10-122-3/+3
* V4L/DVB (8924): cx18: Set mmio throttling delay default to 0 nsec.Andy Walls2008-10-121-2/+2
* V4L/DVB (8920): cx18/ivtv: fix check of window boundaries for VIDIOC_S_FMTHans Verkuil2008-10-121-3/+3
* V4L/DVB (8915): cx18: Increment u8 pointers not void pointers.Andy Walls2008-10-121-26/+30
* V4L/DVB (8914): cx18: Throttle mmio to/from the CX23418 so boards work in old...Andy Walls2008-10-126-88/+168
* V4L/DVB (8913): cx18: Create cx18_ specific wrappers for all pci mmio accesse...Andy Walls2008-10-1219-263/+468
* V4L/DVB (8912): cx18: Correct CX23418 PCI configuration settings.Andy Walls2008-10-121-7/+2
* V4L/DVB (8856): v4l: fix assorted compile warnings/errorsHans Verkuil2008-10-122-3/+0
* V4L/DVB (8774): cx18: Have CX23418 release buffers at end of capture.Andy Walls2008-10-123-1/+12
* V4L/DVB (8773): cx18: Fix cx18_find_handle() and add error checkingAndy Walls2008-10-124-19/+51
* V4L/DVB (8772): cx18: Convert cx18_queue buffers member to atomic_tAndy Walls2008-10-124-10/+11
* V4L/DVB (8771): cx18: Remove redundant struct cx18_queue length member.Andy Walls2008-10-123-8/+1
* V4L/DVB (8770): cx18: get rid of ununsed buffers stolen fieldAndy Walls2008-10-122-2/+0
* V4L/DVB: follow lspci device/vendor styleBjorn Helgaas2008-10-121-2/+2