aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx18/cx18-driver.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-0/+2
* [media] cx18: Make RF analog TV work for newer HVR-1600 models with silicon t...Andy Walls2011-05-201-2/+23
* [media] use pci_dev->revisionBjørn Mork2011-05-201-1/+1
* [media] cx18: fix kernel oops when setting MPEG control before capturingHans Verkuil2011-03-211-0/+1
* [media] cx18: Use the control frameworkHans Verkuil2011-03-211-11/+19
* [media] cx18: Add support for Hauppauge HVR-1600 models with s5h1411Devin Heitmueller2011-03-021-2/+23
* [media] v4l/cx18: update workqueue usageTejun Heo2011-01-191-22/+2
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-071-0/+8
|\
| * media/video: explicitly flush request_module workTejun Heo2010-12-241-0/+8
* | [media] ivtv, cx18: Make ioremap failure messages more useful for usersAndy Walls2010-12-291-2/+7
* | [media] Patch for cx18 module with added support of GoTView PCI DVD3 Hybrid t...Alexey Chernov2010-12-291-0/+2
|/
* V4L/DVB: cx18, cx23885, v4l2 doc, MAINTAINERS: Update Andy Walls' email addressAndy Walls2010-06-011-1/+1
* cx18: Fix compilation when CONFIG_MODULE is disabledMauro Carvalho Chehab2010-02-261-24/+21
* V4L/DVB: cx18: codingstyle fixesDevin Heitmueller2010-02-261-3/+5
* V4L/DVB: cx18: rework cx18-alsa module loading to support automatic loadingDevin Heitmueller2010-02-261-0/+34
* V4L/DVB (13902): cx18: Update MPEG Index stream buffers module option processingAndy Walls2010-02-261-8/+25
* V4L/DVB (13478): cx18: remove bogus init call.Hans Verkuil2009-12-051-1/+0
* V4L/DVB (13432): cx18: Adjust encoder VBI MDL size to be exactly frame's wort...Andy Walls2009-12-051-3/+1
* V4L/DVB (13430): cx18: Fix YUV capture so that encoder passes a single frame ...Andy Walls2009-12-051-12/+37
* V4L/DVB (13429): cx18: Add Memory Descriptor List (MDL) layer to buffer handlingAndy Walls2009-12-051-0/+6
* V4L/DVB (13288): adding __init/__exit macros to various driversPeter Huewe2009-12-051-2/+2
* V4L/DVB (12723): ivtv/cx18: replace 'kernel number' with 'device node number'.Hans Verkuil2009-09-191-1/+1
* V4L/DVB (12207): cx18: Add an EEPROM dump routine for the Yuan MPC718 and fut...Andy Walls2009-09-121-2/+39
* V4L/DVB (11950): cx18: Split LeadTek PVR2100 and DVR3100 H into 2 separate ca...Andy Walls2009-06-161-1/+2
* V4L/DVB (11752): cx18: Add missing newline to tuner detection error messageAndy Walls2009-06-161-1/+1
* V4L/DVB (11619): cx18: Simplify the work handler for outgoing mailbox commandsAndy Walls2009-06-161-15/+10
* V4L/DVB (11616): cx18: Add a work queue for deferring empty buffer handoffs t...Andy Walls2009-06-161-20/+72
* V4L/DVB (11615): cx18: Rename the work queue to "in_work_queue"Andy Walls2009-06-161-13/+15
* V4L/DVB (11369): v4l2-subdev: add load_fw and use that instead of abusing cor...Hans Verkuil2009-04-061-2/+2
* V4L/DVB (10850): cx18: Use strlcpy() instead of strncpy() for temp eeprom i2c...Andy Walls2009-03-301-2/+1
* V4L/DVB (10764): cx18: Disable AC3 controls as the firmware doesn't support AC3Andy Walls2009-03-301-1/+1
* V4L/DVB (10762): cx18: Get rid of unused variables related to video outputAndy Walls2009-03-301-5/+3
* V4L/DVB (10761): cx18: Change log lines for internal subdevs and fix tveeprom...Andy Walls2009-03-301-0/+1
* V4L/DVB (10760): cx18: Fix a memory leak of buffers used for sliced VBI inser...Andy Walls2009-03-301-1/+5
* V4L/DVB (10759): cx18: Convert GPIO connected functions to act as v4l2_subdev...Andy Walls2009-03-301-3/+19
* V4L/DVB (10758): cx18: Convert I2C devices to v4l2_subdevicesAndy Walls2009-03-301-47/+39
* V4L/DVB (10757): cx18, v4l2-chip-ident: Finish conversion of AV decoder core ...Andy Walls2009-03-301-7/+11
* V4L/DVB (10756): cx18: Slim down instance handling, build names from v4l2_dev...Andy Walls2009-03-301-66/+41
* V4L/DVB (10446): cx18: Finally get sliced VBI working - for 525 line 60 Hz sy...Andy Walls2009-03-301-1/+3
* V4L/DVB (10445): cx18: Process Raw VBI on a whole frame basis; fix VBI buffer...Andy Walls2009-03-301-34/+20
* V4L/DVB (10439): cx18: Clean-up and enable sliced VBI handlingAndy Walls2009-03-301-46/+3
* V4L/DVB (10437): cx18: Remove an unused spinlockAndy Walls2009-03-301-2/+0
* V4L/DVB (10435): cx18: Normalize APU after second APU firmware loadAndy Walls2009-03-301-0/+13
* V4L/DVB (10284): cx18: Add initial entry for a Leadtek DVR3100 H hybrid cardAndy Walls2009-03-301-1/+1
* V4L/DVB (10283): cx18: Call request_module() with proper argument types.Andy Walls2009-03-301-1/+1
* V4L/DVB (10281): cx18: Conversion to new V4L2 framework: use v4l2_device objectAndy Walls2009-03-301-7/+16
* V4L/DVB (10280): cx18: Rename structure members: dev to pci_dev and v4l2dev t...Andy Walls2009-03-301-27/+28
* V4L/DVB (10278): cx18: Fix bad audio in first analog capture.Andy Walls2009-03-301-2/+15
* V4L/DVB (10277): cx18, cx2341x: Fix bugs in cx18 AC3 control and comply with ...Andy Walls2009-03-301-2/+1
* V4L/DVB (10276): cx18, cx2341x, ivtv: Add AC-3 audio encoding control to cx18Andy Walls2009-03-301-1/+2