summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx18
AgeCommit message (Expand)Author
2008-12-30v4l2: debugging API changed to match against driver name instead of ID.Hans Verkuil
2008-12-30v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil
2008-12-30v4l2: introduce v4l2_file_operations.Hans Verkuil
2008-12-20cx18: Use a consistent crystal value for computing all PLL parametersAndy Walls
2008-12-20cx18: Disable locking of Video and Audio PLL for analog capturesAndy Walls
2008-12-16Revert changeset 9886Mauro Carvalho Chehab
2008-12-15merge: http://linuxtv.org/hg/~awalls/v4l-dvbMauro Carvalho Chehab
2008-12-14cx18: Refine the firmware load and firmware startup processAndy Walls
2008-12-12cx18: Enable raw VBI captureAndy Walls
2008-12-12cx18: Port fix for raw/sliced VBI mixup from ivtv and cx25840Andy Walls
2008-12-12cx18: Avoid making firmware API calls with the queue lock heldAndy Walls
2008-12-08cx18: Increment version number due to siginificant buffering changesAndy Walls
2008-12-07cx18: Add module parameters for finer control over buffer allocationsAndy Walls
2008-12-08cx18: Allow more than 63 capture buffers in rotation per streamAndy Walls
2008-11-27cx18: Eliminate q_io from stream buffer handlingAndy Walls
2008-11-30cx18: cx18_writel_expect() should not declare success on a PCI read errorAndy Walls
2008-11-25cx18: Change work_queue teardown to work for kernels earlier than 2.6.22Andy Walls
2008-11-25cx18: Change to per CX23418 device work queues for deferrable work handlingAndy Walls
2008-11-23cx18: Use a known open task handle when setting stream CX2341x parametersAndy Walls
2008-12-14cx18: Convert some list manipulations to emphasize entries not listsAndy Walls
2008-12-14cx18: VBI comment corrections and comments about VBI issuesAndy Walls
2008-12-14cx18 Replace magic number 63 with CX18_MAX_FW_MDLS_PER_STREAMAndy Walls
2008-12-14changeset: 9885:77f72ebfa794Mauro Carvalho Chehab
2008-11-23cx18: Quiet a sometimes common warning that often has benign consequencesAndy Walls
2008-11-21cx18: Update version due to significant irq handling changesAndy Walls
2008-11-21cx18: Copyright attribution update for files modified by awallsAndy Walls
2008-11-21cx18: Adjust outgoing mailbox timeouts and remove statistics loggingAndy Walls
2008-11-18cx18: Restore buffers that have fallen out of the transfer rotationAndy Walls
2008-11-17cx18: Remove unnecessary MMIO accesses in time critical irq handling pathAndy Walls
2008-11-16cx18: Streamline cx18-io[ch] wrappers and enforce MMIO retry strategyAndy Walls
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