summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx18
AgeCommit message (Expand)Author
2008-11-16cx18: Propagate staleness of mailbox and mdl ack data to work handlerAndy Walls
2008-11-16cx18: Convert per stream queue spinlocks into mutexesAndy Walls
2008-11-16cx18: Change to singlethreaded global work queue thread for deferable workAndy Walls
2008-11-15cx18: Major rewrite of interrupt handling for incoming mailbox processingAndy Walls
2008-11-12merge: http://linuxtv.org/hg/~awalls/cx18-bugfixMauro Carvalho Chehab
2008-11-09cx18: Fix unitialized variable problem upon APU firmware file read failureAndy Walls
2008-11-09cx18: Prevent CX23418 from clearing it's outgoing ack interrupts to driverAndy Walls
2008-11-08cx18: Minor fixes to APU firmware load processAndy Walls
2008-11-08cx18: Further changes to improve mailbox protocol integrity & performnceAndy Walls
2008-11-07cx18: Improve handling of outgoing mailboxes detected to be busyAndy Walls
2008-11-05cx18: Roll driver version number due to significant changesAndy Walls
2008-11-05cx18: Add outgoing mailbox mutexes and check for ack via waitq vs pollAndy Walls
2008-11-05cx18: Use default kernel work queue; fix streaming flag for work handlerAndy Walls
2008-11-04cx18: Move DVB buffer transfer handling from irq handler to work_queueAndy Walls
2008-11-04cx18: Use correct Mailbox IRQ Ack values and misc IRQ handling cleanupAndy Walls
2008-11-02cx18: Fix PLL freq computation for debug displayAndy Walls
2008-11-02cx18: Reduce number of mmio read retriesAndy Walls
2008-11-02cx18: Fix write retries for registers that always change - part 3.Andy Walls
2008-11-01cx18: Mark CX18_CPU_DE_RELEASE_MDL as a slow API callAndy Walls
2008-10-31cx18: Fix write retries for registers that always change - part 2.Andy Walls
2008-10-25cx18: Disable write retries for registers that always change - part 1.Andy Walls
2008-10-25cx18: Remove redundant block scope variable in cx18_probe() for sparseAndy Walls
2008-10-18backport commit 1a651a00e20fd4997f0b91258f6f95b7d96edcd9Mauro Carvalho Chehab
2008-10-18cx18: Don't mask many real init error codes by mapping them to ENOMEMAndy Walls
2008-10-18cx18: Add __iomem address space qualifier to cx18_log_*_retries() argumentAndy Walls
2008-10-18cx18: Fix memory leak on card initialization failureAndy Walls
2008-09-08cx18/ivtv: add 'PCI:' prefix to bus_info.Hans Verkuil
2008-10-11merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-devMauro Carvalho Chehab
2008-10-04cx18: Fix warning message for DMA done notification for inactive stream.Andy Walls
2008-10-04cx18: Add entries for the Leadtek PVR2100 and Toshiba Qosmio DVB-T/AnalogAndy Walls
2008-10-04v4l: disconnect kernel number from minorHans Verkuil
2008-10-03cx18: Up the version to 1.0.1Andy Walls
2008-09-28cx18: Add default behavior of checking and retrying PCI MMIO accessesAndy Walls
2008-09-12convert tuner drivers to use dvb_frontend->callbackMichael Krufky
2008-09-10merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-cleanupsMauro Carvalho Chehab
2008-09-08merge: http://linuxtv.org/hg/~awalls/v4l-dvbMauro Carvalho Chehab
2008-09-06cx18: Set mmio throttling delay default to 0 nsec.Andy Walls
2008-09-06cx18: fix sparse warningsHans Verkuil
2008-09-06cx18/ivtv: fix check of window boundaries for VIDIOC_S_FMTHans Verkuil
2008-09-06cx18: Fix tuner audio input for Compro H900 cardsHans Verkuil
2008-09-05merge: http://linuxtv.org/hg/~awalls/v4l-dvbMauro Carvalho Chehab
2008-09-04cx18: Increment u8 pointers not void pointers.Andy Walls
2008-08-31cx18: Throttle mmio to/from the CX23418 so boards work in older systemsAndy Walls
2008-08-30cx18: Create cx18_ specific wrappers for all pci mmio accessesors.Andy Walls
2008-08-29cx18: Correct CX23418 PCI configuration settings.Andy Walls
2008-08-23cx18: Have CX23418 release buffers at end of capture.Andy Walls
2008-08-23cx18: Fix cx18_find_handle() and add error checkingAndy Walls
2008-08-22cx18: Convert cx18_queue buffers member to atomic_tAndy Walls
2008-08-22cx18: Remove redundant struct cx18_queue length member.Andy Walls
2008-08-22cx18: get rid of ununsed buffers stolen fieldAndy Walls