summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx18/cx18-streams.c
AgeCommit message (Expand)Author
2009-09-06v4l: warn when desired devnodenr is in use & add _no_warn functionHans Verkuil
2009-06-19ivtv/cx18: replace 'kernel number' with 'device node number'.Hans Verkuil
2009-05-16cx18: Complete support for Sliced and Raw VBI for 625 line systemsAndy Walls
2009-05-10cx18: Initial attempt to get sliced VBI working for 625 line systemsAndy 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-02-28cx18: Correct comments about vertical and horizontal blanking timingsAndy Walls
2009-02-21cx18: Convert GPIO connected functions to act as 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-08cx18: Finally get sliced VBI working - for 525 line 60 Hz systems at leastAndy Walls
2009-02-06cx18: Use correct line counts per field in firmware API callAndy Walls
2009-02-06cx18: Fixes for enforcing when Encoder Raw VBI params can be setAndy Walls
2009-01-30cx18: Clean-up and enable sliced VBI handlingAndy Walls
2009-01-10cx18: Rename structure members: dev to pci_dev and v4l2dev to video_devAndy Walls
2008-12-30v4l2: introduce v4l2_file_operations.Hans Verkuil
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 Replace magic number 63 with CX18_MAX_FW_MDLS_PER_STREAMAndy 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-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-21cx18: Copyright attribution update for files modified by awallsAndy Walls
2008-11-16cx18: Convert per stream queue spinlocks into mutexesAndy Walls
2008-11-15cx18: Major rewrite of interrupt handling for incoming mailbox processingAndy Walls
2008-11-05cx18: Use default kernel work queue; fix streaming flag for work handlerAndy Walls
2008-10-18cx18: Don't mask many real init error codes by mapping them to ENOMEMAndy Walls
2008-10-04v4l: disconnect kernel number from minorHans Verkuil
2008-08-30cx18: Create cx18_ specific wrappers for all pci mmio accessesors.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: get rid of ununsed buffers stolen fieldAndy Walls
2008-07-26v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil
2008-07-20videodev: rename 'dev' to 'parent'Hans Verkuil
2008-07-18videodev/cx18: fix get_index bug and error-handling lock-upsHans Verkuil
2008-07-08v4l-dvb: remove support for kernels < 2.6.13Hans Verkuil
2008-06-22cx18/ivtv: ioctl debugging improvementsHans Verkuil
2008-06-21cx18: convert to video_ioctl2()Hans Verkuil
2008-05-21 cx18 iomem annotationsMauro Carvalho Chehab
2008-05-25cx18: allow for simultaneous digital and analog captureHans Verkuil
2008-05-12ivtv/cx18: add compat_ioctl entriesHans Verkuil
2008-05-01cx18/ivtv: improve and fix out-of-memory handlingHans Verkuil
2008-04-28cx18: new driver for the Conexant CX23418 MPEG encoder chipHans Verkuil