summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx18/cx18-driver.c
AgeCommit message (Expand)Author
2009-07-05cx18: Add an EEPROM dump routine for the Yuan MPC718 and future cardsAndy Walls
2009-06-09cx18: Split LeadTek PVR2100 and DVR3100 H into 2 separate card entriesAndy Walls
2009-05-08cx18: Add missing newline to tuner detection error messageAndy Walls
2009-04-15cx18: Simplify the work handler for outgoing mailbox commandsAndy 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-03-30v4l2-subdev: add load_fw and use that instead of abusing core->init.Hans Verkuil
2009-02-28cx18: Use strlcpy() instead of strncpy() for temp eeprom i2c_client setupAndy Walls
2009-02-21cx18: Disable AC3 controls as the firmware doesn't support AC3Andy 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: Fix a memory leak of buffers used for sliced VBI insertionAndy 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-08cx18: Finally get sliced VBI working - for 525 line 60 Hz systems at leastAndy Walls
2009-02-07cx18: Process Raw VBI on a whole frame basis; fix VBI buffer sizeAndy Walls
2009-02-01cx18: Remove an unused spinlockAndy Walls
2009-01-30cx18: Clean-up and enable sliced VBI handlingAndy Walls
2009-01-30cx18: Normalize APU after second APU firmware loadAndy Walls
2009-01-19cx18: Add initial entry for a Leadtek DVR3100 H hybrid cardAndy Walls
2009-01-17cx18: Call request_module() with proper argument types.Andy 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-04cx18: Fix bad audio in first analog capture.Andy Walls
2009-01-03cx18, cx2341x: Fix bugs in cx18 AC3 control and comply with V4L2 specAndy Walls
2009-01-01cx18, cx2341x, ivtv: Add AC-3 audio encoding control to cx18Andy Walls
2008-12-14cx18: Refine the firmware load and firmware startup processAndy Walls
2008-12-14cx18: VBI comment corrections and comments about VBI issuesAndy 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-07cx18: Add module parameters for finer control over buffer allocationsAndy 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-21cx18: Adjust outgoing mailbox timeouts and remove statistics loggingAndy Walls
2008-11-16cx18: Streamline cx18-io[ch] wrappers and enforce MMIO retry strategyAndy 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-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-10-25cx18: Remove redundant block scope variable in cx18_probe() for sparseAndy Walls
2008-10-18cx18: Don't mask many real init error codes by mapping them to ENOMEMAndy Walls
2008-10-18cx18: Fix memory leak on card initialization failureAndy Walls
2008-10-11merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-devMauro Carvalho Chehab