aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-mpeg.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-15/+20
* [media] cx88: protect cx8802_devlist with a mutexJonathan Nieder2011-05-201-3/+17
* [media] cx88: hold device lock during sub-driver initializationJonathan Nieder2011-05-201-3/+2
* [media] cx88: fix locking of sub-driver operationsJonathan Nieder2011-05-201-4/+0
* [media] cx88: protect per-device driver list with device lockJonathan Nieder2011-05-201-4/+7
* [media] use pci_dev->revisionBjørn Mork2011-05-201-1/+1
* media/video: explicitly flush request_module workTejun Heo2010-12-241-0/+8
* V4L/DVB: drivers/media: Make static data tables and strings constlawrence rust2010-10-211-3/+3
* V4L/DVB: cx88: fix setting input when using DVBIstvan Varga2010-05-191-1/+10
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* V4L/DVB: Add support for SMT7020 to cx88Dirk Herrendoerfer2010-02-261-0/+3
* V4L/DVB (13554a): v4l: Use the video_drvdata function in driversLaurent Pinchart2009-12-161-15/+0
* trivial: media/video/cx88: add __init/__exit macros to cx88 driversPeter Huewe2009-09-211-2/+2
* V4L/DVB (12349): cx88: HVR1300 ensure switching from Encoder to DVB-T and bac...Sohail Syyed2009-08-131-0/+4
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* V4L/DVB (10190): cx88: Fix some Kbuild troublesMauro Carvalho Chehab2009-01-071-26/+4
* V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil2009-01-021-2/+1
* V4L/DVB (9654): new email addressJelle Foks2008-12-291-2/+2
* V4L/DVB (9499): cx88-mpeg: final fix for analogue only compilation + de-alloc...Darron Broad2008-11-111-13/+15
* V4L/DVB (9333): cx88: Not all boards that requires cx88-mpeg has frontendsMauro Carvalho Chehab2008-10-211-6/+2
* V4L/DVB (9332): cx88: initial fix for analogue only compilationDarron Broad2008-10-211-1/+6
* V4L/DVB (9271): videobuf: data storage optimisation (2)Darron Broad2008-10-171-1/+1
* V4L/DVB (9265): videobuf: data storage optimisationDarron Broad2008-10-171-1/+1
* V4L/DVB (9250): cx88: Convert __FUNCTION__ to __func__Steven Toth2008-10-171-3/+3
* V4L/DVB (9222): S2API: Add Multiple-frontend on a single adapter support.Steven Toth2008-10-171-1/+21
* V4L/DVB (7521): media/video/cx88 replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-8/+8
* V4L/DVB (7256): cx88: Add support for tuner-xc3028Mauro Carvalho Chehab2008-04-241-0/+2
* V4L/DVB (7094): static memoryDouglas Schilling Landgraf2008-04-241-1/+1
* V4L/DVB (7201): cx88-mpeg: Fix race condition in variable accessRicardo Cerqueira2008-02-181-3/+3
* V4L/DVB (7194): cx88-mpeg: Allow concurrent access to cx88-mpeg devicesRoland Stoll2008-02-181-4/+12
* V4L/DVB (7046): Finalise support for the Pinnacle HD 8000iSteven Toth2008-01-251-2/+6
* V4L/DVB (7043): New card supported(partially): Pinnacle 800iSteven Toth2008-01-251-1/+6
* V4L/DVB (6600): V4L: videobuf: don't chew up namespace STATE_.*, convert to V...Brandon Philips2008-01-251-7/+7
* V4L/DVB (6576): cx88-mpeg.c: make 4 functions staticAdrian Bunk2008-01-251-10/+4
* V4L/DVB (6336): cx8802: Plug memory leak when unregistering a driverTrent Piepho2007-10-221-0/+2
* V4L/DVB (6335): cx8802: Replace list_for_each+list_entry with list_for_each_e...Trent Piepho2007-10-221-56/+29
* V4L/DVB (6334): cx88: Change (struct cx8802_dev)->drvlist to a list_head and ...Trent Piepho2007-10-221-31/+29
* V4L/DVB (6332): cx88: Only include the blackbird fields if blackbird is selectedTrent Piepho2007-10-221-2/+6
* V4L/DVB (6252): Adapt drivers to use the newer videobuf modulesMauro Carvalho Chehab2007-10-091-1/+2
* V4L/DVB (6125): whitespace cleanup: replace leading spaces with tabsMichael Krufky2007-10-091-35/+35
* V4L/DVB (6083): cx88-alsa: Rework buffer handlingTrent Piepho2007-10-091-1/+1
* V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab2007-10-091-1/+0
* V4L/DVB (6064): cx88: Add symbolic names for the PCI interrupt bitsTrent Piepho2007-10-091-4/+5
* V4L/DVB (6023): cx88: Clean up some ugly and inconsistent printk()sTrent Piepho2007-10-091-17/+25
* V4L/DVB (6021): cx88: Copy board information into card stateTrent Piepho2007-10-091-11/+11
* V4L/DVB (5912): Clean up duplicate includes in drivers/media/Jesper Juhl2007-10-091-1/+0
* V4L/DVB (6188): Avoid a NULL pointer dereference during mpeg_open()Steven Toth2007-09-141-1/+1
* V4L/DVB (5783): Fix excess of debug messages on cx88-mpegMauro Carvalho Chehab2007-07-181-1/+1
* V4L/DVB (5567): Cx88-mpeg.c: make 2 functions staticAdrian Bunk2007-05-091-2/+2
* V4L/DVB (5565): Cx88: fix compilation on alphaAlexey Dobriyan2007-05-091-0/+1