summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx18/cx18-driver.h
AgeCommit message (Expand)Author
2009-06-09cx18: Split LeadTek PVR2100 and DVR3100 H into 2 separate card entriesAndy Walls
2009-04-15cx18: Simplify the work handler for outgoing mailbox commandsAndy Walls
2009-04-13cx18: Convert per stream mutex locks to per queue spin locksAndy Walls
2009-04-13cx18: Add a work queue for deferring empty buffer handoffs to the firmwareAndy Walls
2009-04-13cx18: Rename the work queue to "in_work_queue"Andy Walls
2009-02-21cx18: Get rid of unused variables related to video outputAndy Walls
2009-02-21cx18: Change log lines for internal subdevs and fix tveeprom readsAndy Walls
2009-02-21cx18: Convert GPIO connected functions to act as v4l2_subdevicesAndy Walls
2009-02-20cx18: Convert I2C devices to v4l2_subdevicesAndy Walls
2009-02-16cx18, v4l2-chip-ident: Finish conversion of AV decoder core to v4l2_subdevAndy Walls
2009-02-14cx18: Slim down instance handling, build names from v4l2_device.nameAndy Walls
2009-02-09merge: http://linuxtv.org/hg/~awalls/cx18-sliced-vbiMauro Carvalho Chehab
2009-02-06cx18: Use correct line counts per field in firmware API callAndy Walls
2009-02-01cx18: Remove an unused spinlockAndy Walls
2009-02-01cx18: Fix presentation timestamp (PTS) for VBI buffersAndy Walls
2009-01-30cx18: Clean-up and enable sliced VBI handlingAndy Walls
2009-01-19cx18: Add initial entry for a Leadtek DVR3100 H hybrid cardAndy Walls
2009-01-11cx18: Conversion to new V4L2 framework: use v4l2_device objectAndy Walls
2009-01-10cx18: Rename structure members: dev to pci_dev and v4l2dev to video_devAndy Walls
2009-01-01cx18, cx2341x, ivtv: Add AC-3 audio encoding control to cx18Andy Walls
2008-12-14cx18 Replace magic number 63 with CX18_MAX_FW_MDLS_PER_STREAMAndy Walls
2008-12-12cx18: Port fix for raw/sliced VBI mixup from ivtv and cx25840Andy 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-25cx18: Change to per CX23418 device work queues for deferrable work handlingAndy 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-08cx18: Further changes to improve mailbox protocol integrity & performnceAndy 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: Reduce number of mmio read retriesAndy Walls
2008-10-18backport commit 1a651a00e20fd4997f0b91258f6f95b7d96edcd9Mauro Carvalho Chehab
2008-10-04cx18: Add entries for the Leadtek PVR2100 and Toshiba Qosmio DVB-T/AnalogAndy Walls
2008-09-28cx18: Add default behavior of checking and retrying PCI MMIO accessesAndy Walls
2008-09-06cx18: Set mmio throttling delay default to 0 nsec.Andy Walls
2008-09-05merge: http://linuxtv.org/hg/~awalls/v4l-dvbMauro Carvalho Chehab
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-23cx18: Fix cx18_find_handle() and add error checkingAndy Walls
2008-08-22cx18: Convert cx18_queue buffers member to atomic_tAndy Walls