aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7134/saa7134-video.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-12V4L/DVB (12372): saa7134: fix lock imbalanceJiri Slaby1-1/+0
2009-09-12V4L/DVB (12216): saa7134: set RDS capability if applicable.Hans Verkuil1-0/+2
2009-09-12V4L/DVB (12199): remove redundant tests on unsignedRoel Kluin1-1/+1
2009-06-23V4L/DVB (11906): saa7134: Use v4l bounding/alignment functionTrent Piepho1-9/+2
2009-06-16V4L/DVB (11990): saa7134-video.c: fix the block bugfigo.zhang1-0/+1
2009-06-16V4L/DVB (11852): saa7134-video.c: poll method lose race conditionfigo.zhang1-3/+6
2009-04-06V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.Hans Verkuil1-2/+2
2009-04-06V4L/DVB (11368): v4l2-subdev: move s_standby from core to tuner.Hans Verkuil1-1/+1
2009-03-30V4L/DVB (11282): saa7134: add RDS support.Hans Verkuil1-0/+37
2009-03-30V4L/DVB (10907): avoid loading the entire videodev.h header on V4L2 driversMauro Carvalho Chehab1-5/+0
2009-03-30V4L/DVB (10511): saa7134: get rid of KBLMauro Carvalho Chehab1-7/+7
2009-03-30V4L/DVB (10509): saa7134-video: two int controls lack a stepMauro Carvalho Chehab1-0/+2
2009-03-30V4L/DVB (10247): saa7134: convert to the new v4l2 framework.Hans Verkuil1-9/+8
2009-01-02V4L/DVB (10141): v4l2: debugging API changed to match against driver name instead of ID.Hans Verkuil1-4/+5
2009-01-02V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil1-9/+5
2008-10-13V4L/DVB (9160): v4l: remove vidioc_enum_fmt_vbi_capHans Verkuil1-13/+0
2008-10-12V4L/DVB (8917): saa7134-empress: fix changing the capture standard for non-tuner inputsHans Verkuil1-7/+35
2008-10-12V4L/DVB (8613): v4l: move BKL down to the driver level.Hans Verkuil1-1/+7
2008-07-27V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil1-3/+0
2008-07-27V4L/DVB (8506): empress: fix control handling oopsHans Verkuil1-12/+28
2008-07-26V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops structHans Verkuil1-28/+33
2008-07-20V4L/DVB (8050): Add register get/set debug ioctls to saa7134Mauro Carvalho Chehab1-0/+30
2008-07-20V4L/DVB (8019): New for I2S on for MPEG of saa7134_empressDmitry Belimov1-1/+5
2008-07-20V4L/DVB (7949): videodev: renamed the vidioc_*_fmt_* callbacksHans Verkuil1-23/+23
2008-05-08fix irq flags in saa7134Steven Rostedt1-1/+1
2008-04-24V4L/DVB (7393): tda827x: fixed support of tuners with LNAHartmut Hackmann1-6/+1
2008-04-24V4L/DVB (7237): Convert videobuf-dma-sg to generic DMA APIGuennadi Liakhovetski1-4/+4
2008-04-24V4L/DVB (7094): static memoryDouglas Schilling Landgraf1-1/+1
2008-02-18V4L/DVB (7121): Renames videobuf lock to vb_lockMauro Carvalho Chehab1-10/+10
2008-01-25V4L/DVB (6795): Add EXPORT_SYMBOL_GPL to the saa7134 video control routinesMauro Carvalho Chehab1-0/+3
2008-01-25V4L/DVB (6793): Convert saa7134-empress to video_ioctl2Mauro Carvalho Chehab1-12/+3
2008-01-25V4L/DVB (6792): Fix VBI supportMauro Carvalho Chehab1-8/+0
2008-01-25V4L/DVB (6791): Rename all vidioc_ to saa7134_Mauro Carvalho Chehab1-89/+89
2008-01-25V4L/DVB (6736): Fix some errors at the video_ioctl2 conversionMauro Carvalho Chehab1-172/+216
2008-01-25V4L/DVB (6735): Reorder functions to make easier to compare with the previous codeMauro Carvalho Chehab1-174/+174
2008-01-25V4L/DVB (6734): Converted saa7134-video to use video_ioctl2Douglas Schilling Landgraf1-602/+610
2008-01-25V4L/DVB (6600): V4L: videobuf: don't chew up namespace STATE_.*, convert to VIDEOBUF_Brandon Philips1-6/+6
2008-01-25V4L/DVB (6399): saa7134/: make 2 functions staticAdrian Bunk1-1/+1
2008-01-25V4L/DVB (6384): Replace TDA9887_SET_CONFIG by TUNER_SET_CONFIGMauro Carvalho Chehab1-2/+10
2007-12-11V4L/DVB (6602): V4L: Convert videobuf drivers to videobuf_stopBrandon Philips1-4/+1
2007-10-22V4L/DVB (6329): Additional Fixes for saa7134 suspend/resumeMaxim Levitsky1-9/+16
2007-10-22V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 fieldMauro Carvalho Chehab1-3/+0
2007-10-10V4L/DVB (6314): saa7134: Replace list_for_each+list_entry with list_for_each_entryTrent Piepho1-12/+10
2007-10-10V4L/DVB (6272): V4L: properly fix support for capturing interlaced video in saa7134Maxim Levitsky1-6/+10
2007-10-10V4L/DVB (6271): V4L: Add basic support for suspend/resume for saa7134Maxim Levitsky1-56/+69
2007-10-10V4L/DVB (6270): V4L: Honor dev->ctl_invert when setting up the decoder in saa7134Maxim Levitsky1-2/+6
2007-10-10V4L/DVB (6269): V4L: Fix a "scheduling while atomic" bug in saa7134Maxim Levitsky1-0/+4
2007-10-09V4L/DVB (6252): Adapt drivers to use the newer videobuf modulesMauro Carvalho Chehab1-27/+7
2007-10-09V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab1-1/+0
2007-04-27V4L/DVB (5329): Some saa7134 cleanupsHeikki Orsila1-48/+28