summaryrefslogtreecommitdiff
path: root/drivers/media/video/cx18/cx18-driver.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-15[media] rename most media/video pci drivers to media/pciMauro Carvalho Chehab1-1360/+0
2012-07-31[media] cx18: Declare MODULE_FIRMWARE usageTim Gardner1-0/+1
2012-06-12[media] cx18: support big-endian systemsHans Verkuil1-5/+5
2012-03-08[media] Driver: video: Use the macro DMA_BIT_MASK()Santosh Nayak1-2/+2
2012-03-08[media] cx18-driver: fix handling of 'radio' module parameterDanny Kukawka1-2/+2
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-11-03[media] cx18: Fix FM radioAndy Walls1-0/+2
2011-05-20[media] cx18: Make RF analog TV work for newer HVR-1600 models with silicon t...Andy Walls1-2/+23
2011-05-20[media] use pci_dev->revisionBjørn Mork1-1/+1
2011-03-22[media] cx18: fix kernel oops when setting MPEG control before capturingHans Verkuil1-0/+1
2011-03-22[media] cx18: Use the control frameworkHans Verkuil1-11/+19
2011-03-02[media] cx18: Add support for Hauppauge HVR-1600 models with s5h1411Devin Heitmueller1-2/+23
2011-01-19[media] v4l/cx18: update workqueue usageTejun Heo1-22/+2
2011-01-08Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-0/+8
2010-12-29[media] ivtv, cx18: Make ioremap failure messages more useful for usersAndy Walls1-2/+7
2010-12-29[media] Patch for cx18 module with added support of GoTView PCI DVD3 Hybrid t...Alexey Chernov1-0/+2
2010-12-24media/video: explicitly flush request_module workTejun Heo1-0/+8
2010-06-01V4L/DVB: cx18, cx23885, v4l2 doc, MAINTAINERS: Update Andy Walls' email addressAndy Walls1-1/+1
2010-02-26cx18: Fix compilation when CONFIG_MODULE is disabledMauro Carvalho Chehab1-24/+21
2010-02-26V4L/DVB: cx18: codingstyle fixesDevin Heitmueller1-3/+5
2010-02-26V4L/DVB: cx18: rework cx18-alsa module loading to support automatic loadingDevin Heitmueller1-0/+34
2010-02-26V4L/DVB (13902): cx18: Update MPEG Index stream buffers module option processingAndy Walls1-8/+25
2009-12-05V4L/DVB (13478): cx18: remove bogus init call.Hans Verkuil1-1/+0
2009-12-05V4L/DVB (13432): cx18: Adjust encoder VBI MDL size to be exactly frame's wort...Andy Walls1-3/+1
2009-12-05V4L/DVB (13430): cx18: Fix YUV capture so that encoder passes a single frame ...Andy Walls1-12/+37
2009-12-05V4L/DVB (13429): cx18: Add Memory Descriptor List (MDL) layer to buffer handlingAndy Walls1-0/+6
2009-12-05V4L/DVB (13288): adding __init/__exit macros to various driversPeter Huewe1-2/+2
2009-09-19V4L/DVB (12723): ivtv/cx18: replace 'kernel number' with 'device node number'.Hans Verkuil1-1/+1
2009-09-12V4L/DVB (12207): cx18: Add an EEPROM dump routine for the Yuan MPC718 and fut...Andy Walls1-2/+39
2009-06-17V4L/DVB (11950): cx18: Split LeadTek PVR2100 and DVR3100 H into 2 separate ca...Andy Walls1-1/+2
2009-06-17V4L/DVB (11752): cx18: Add missing newline to tuner detection error messageAndy Walls1-1/+1
2009-06-17V4L/DVB (11619): cx18: Simplify the work handler for outgoing mailbox commandsAndy Walls1-15/+10
2009-06-17V4L/DVB (11616): cx18: Add a work queue for deferring empty buffer handoffs t...Andy Walls1-20/+72
2009-06-17V4L/DVB (11615): cx18: Rename the work queue to "in_work_queue"Andy Walls1-13/+15
2009-04-07V4L/DVB (11369): v4l2-subdev: add load_fw and use that instead of abusing cor...Hans Verkuil1-2/+2
2009-03-30V4L/DVB (10850): cx18: Use strlcpy() instead of strncpy() for temp eeprom i2c...Andy Walls1-2/+1
2009-03-30V4L/DVB (10764): cx18: Disable AC3 controls as the firmware doesn't support AC3Andy Walls1-1/+1
2009-03-30V4L/DVB (10762): cx18: Get rid of unused variables related to video outputAndy Walls1-5/+3
2009-03-30V4L/DVB (10761): cx18: Change log lines for internal subdevs and fix tveeprom...Andy Walls1-0/+1
2009-03-30V4L/DVB (10760): cx18: Fix a memory leak of buffers used for sliced VBI inser...Andy Walls1-1/+5
2009-03-30V4L/DVB (10759): cx18: Convert GPIO connected functions to act as v4l2_subdev...Andy Walls1-3/+19
2009-03-30V4L/DVB (10758): cx18: Convert I2C devices to v4l2_subdevicesAndy Walls1-47/+39
2009-03-30V4L/DVB (10757): cx18, v4l2-chip-ident: Finish conversion of AV decoder core ...Andy Walls1-7/+11
2009-03-30V4L/DVB (10756): cx18: Slim down instance handling, build names from v4l2_dev...Andy Walls1-66/+41
2009-03-30V4L/DVB (10446): cx18: Finally get sliced VBI working - for 525 line 60 Hz sy...Andy Walls1-1/+3
2009-03-30V4L/DVB (10445): cx18: Process Raw VBI on a whole frame basis; fix VBI buffer...Andy Walls1-34/+20
2009-03-30V4L/DVB (10439): cx18: Clean-up and enable sliced VBI handlingAndy Walls1-46/+3
2009-03-30V4L/DVB (10437): cx18: Remove an unused spinlockAndy Walls1-2/+0
2009-03-30V4L/DVB (10435): cx18: Normalize APU after second APU firmware loadAndy Walls1-0/+13
2009-03-30V4L/DVB (10284): cx18: Add initial entry for a Leadtek DVR3100 H hybrid cardAndy Walls1-1/+1