aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-15[media] rename most media/video pci drivers to media/pciMauro Carvalho Chehab1-1131/+0
2012-08-13[media] cx88: Remove duplicate constEmil Goode1-1/+1
2012-07-06[media] cx88: add priority supportHans Verkuil1-0/+1
2012-07-06[media] cx88: each device node gets the right controlsHans Verkuil1-2/+5
2012-07-06[media] cx88: first phase to convert cx88 to the control frameworkHans Verkuil1-1/+2
2011-08-27[media] cx88: notch filter control fixesistvan_v@mailbox.hu1-3/+0
2011-07-27[media] cx88: implemented luma notch filter controlistvan_v@mailbox.hu1-2/+5
2011-07-27[media] cx88: implemented sharpness controlistvan_v@mailbox.hu1-2/+2
2010-10-21V4L/DVB: videobuf: add queue argument to videobuf_waiton()Hans Verkuil1-1/+1
2010-10-21V4L/DVB: drivers/media: Make static data tables and strings constlawrence rust1-13/+13
2010-10-21V4L/DVB: cx88: convert core->tvaudio into an enumlawrence rust1-1/+1
2010-08-02V4L/DVB: videobuf: Remove the videobuf_sg_dma_map/unmap functionsLaurent Pinchart1-1/+1
2010-05-19V4L/DVB: cx88: fix checks for analog TV inputsistvan_v@mailbox.hu1-1/+2
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-06-16V4L/DVB (11394): cx88: Add support for stereo and sap detection for A2Marton Balint1-4/+22
2009-06-16V4L/DVB (11853): minor have assigned value twicefigo.zhang1-1/+0
2009-04-06V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.Hans Verkuil1-1/+1
2009-03-30V4L/DVB (11300): cx88: convert to v4l2_subdev.Hans Verkuil1-2/+5
2009-03-30V4L/DVB (11047): cx88: convert to v4l2_device.Hans Verkuil1-1/+3
2008-12-29V4L/DVB (9497): tda9887/cx88: Adds SECAM/BGH standardsFrederic CAND1-0/+3
2008-10-17V4L/DVB (9262): cx88: Change spurious buffer message into a debug only messageSteven Toth1-1/+2
2008-07-23V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.hHans Verkuil1-0/+1
2008-07-23V4L/DVB (8428): videodev: rename 'dev' to 'parent'Hans Verkuil1-1/+1
2008-06-05V4L/DVB (7965): annotate bcx_riscmemAl Viro1-4/+4
2008-04-24V4L/DVB (7521): media/video/cx88 replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-24V4L/DVB (7452): cx88: Enable chroma AGC by default for all non-SECAM modesFrej Drejhammar1-5/+4
2008-04-24V4L/DVB (7451): cx88: Add user control for chroma AGCFrej Drejhammar1-1/+5
2008-04-24V4L/DVB (7374): Fix left-overs from the videobuf-dma-sg.c conversion to generic DMAGuennadi Liakhovetski1-1/+1
2008-04-24V4L/DVB (7094): static memoryDouglas Schilling Landgraf1-3/+3
2008-01-25V4L/DVB (6600): V4L: videobuf: don't chew up namespace STATE_.*, convert to VIDEOBUF_Brandon Philips1-2/+2
2007-10-10V4L/DVB (6312): cx88: Replace list_for_each+list_entry with list_for_each_entryTrent Piepho1-3/+1
2007-10-09V4L/DVB (6252): Adapt drivers to use the newer videobuf modulesMauro Carvalho Chehab1-2/+4
2007-10-09V4L/DVB (6247): Fix bug #8689: Fixes IR stop/start during suspend/resumeMauro Carvalho Chehab1-0/+3
2007-10-09V4L/DVB (6083): cx88-alsa: Rework buffer handlingTrent Piepho1-8/+14
2007-10-09V4L/DVB (6082): cx88: Improve risc instruction printing in sram channel dumpTrent Piepho1-2/+5
2007-10-09V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab1-1/+0
2007-10-09V4L/DVB (6064): cx88: Add symbolic names for the PCI interrupt bitsTrent Piepho1-1/+1
2007-10-09V4L/DVB (6022): cx88: Move card core creation from cx88-core.c to cx88-cards.cTrent Piepho1-154/+9
2007-10-09V4L/DVB (6021): cx88: Copy board information into card stateTrent Piepho1-25/+20
2007-10-09V4L/DVB (6020): cx88: Fix use of uninitialized variableTrent Piepho1-8/+5
2007-04-27V4L/DVB (5480): Fix cx88_print_irqbits calls to use ARRAY_SIZEMauro Carvalho Chehab1-4/+4
2007-02-21V4L/DVB (5102): make videodev to auto-generate standardsMauro Carvalho Chehab1-37/+38
2007-02-21V4L/DVB (5098): Added support for V4L2_STD_NTSC_443Mauro Carvalho Chehab1-2/+6
2007-02-21V4L/DVB (5097): Convert cx8800 driver to video_ioctl2 handlerMauro Carvalho Chehab1-13/+42
2006-12-27V4L/DVB (4980): Fixes bug 7267: PAL/60 is not workingMauro Carvalho Chehab1-13/+22
2006-12-10i2c: Discard the i2c algo del_bus wrappersJean Delvare1-1/+1
2006-10-03V4L/DVB (4683): Norm_notchfilter is used on just one point and argument is bogusMauro Carvalho Chehab1-6/+1
2006-10-03V4L/DVB (4681): Cx88: fix analog capture notch filterLars Gjesse Kjellberg1-3/+1
2006-09-26V4L/DVB (4638): Basic DVB-T and analog TV support for the HVR1300.Steven Toth1-0/+1
2006-09-26V4L/DVB (4504): Enable audio DMA restart on channel change even when cx88-alsa is compiledRicardo Cerqueira1-0/+10