summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7134/saa7134-video.c
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart2009-12-161-2/+0Star
* V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor numberLaurent Pinchart2009-12-161-3/+2Star
* V4L/DVB (13554a): v4l: Use the video_drvdata function in driversLaurent Pinchart2009-12-161-19/+13Star
* V4L/DVB (13238): v4l2_subdev: rename tuner s_standby operation to core s_powerLaurent Pinchart2009-12-051-1/+1
* V4L/DVB (12372): saa7134: fix lock imbalanceJiri Slaby2009-09-121-1/+0Star
* V4L/DVB (12216): saa7134: set RDS capability if applicable.Hans Verkuil2009-09-121-0/+2
* V4L/DVB (12199): remove redundant tests on unsignedRoel Kluin2009-09-121-1/+1
* V4L/DVB (11906): saa7134: Use v4l bounding/alignment functionTrent Piepho2009-06-231-9/+2Star
* V4L/DVB (11990): saa7134-video.c: fix the block bugfigo.zhang2009-06-171-0/+1
* V4L/DVB (11852): saa7134-video.c: poll method lose race conditionfigo.zhang2009-06-161-3/+6
* V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.Hans Verkuil2009-04-071-2/+2
* V4L/DVB (11368): v4l2-subdev: move s_standby from core to tuner.Hans Verkuil2009-04-071-1/+1
* V4L/DVB (11282): saa7134: add RDS support.Hans Verkuil2009-03-301-0/+37
* V4L/DVB (10907): avoid loading the entire videodev.h header on V4L2 driversMauro Carvalho Chehab2009-03-301-5/+0Star
* V4L/DVB (10511): saa7134: get rid of KBLMauro Carvalho Chehab2009-03-301-7/+7
* V4L/DVB (10509): saa7134-video: two int controls lack a stepMauro Carvalho Chehab2009-03-301-0/+2
* V4L/DVB (10247): saa7134: convert to the new v4l2 framework.Hans Verkuil2009-03-301-9/+8Star
* V4L/DVB (10141): v4l2: debugging API changed to match against driver name ins...Hans Verkuil2009-01-021-4/+5
* V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil2009-01-021-9/+5Star
* V4L/DVB (9160): v4l: remove vidioc_enum_fmt_vbi_capHans Verkuil2008-10-131-13/+0Star
* V4L/DVB (8917): saa7134-empress: fix changing the capture standard for non-tu...Hans Verkuil2008-10-121-7/+35
* V4L/DVB (8613): v4l: move BKL down to the driver level.Hans Verkuil2008-10-121-1/+7
* V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil2008-07-271-3/+0Star
* V4L/DVB (8506): empress: fix control handling oopsHans Verkuil2008-07-271-12/+28
* V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops st...Hans Verkuil2008-07-261-28/+33
* V4L/DVB (8050): Add register get/set debug ioctls to saa7134Mauro Carvalho Chehab2008-07-201-0/+30
* V4L/DVB (8019): New for I2S on for MPEG of saa7134_empressDmitry Belimov2008-07-201-1/+5
* V4L/DVB (7949): videodev: renamed the vidioc_*_fmt_* callbacksHans Verkuil2008-07-201-23/+23
* fix irq flags in saa7134Steven Rostedt2008-05-081-1/+1
* V4L/DVB (7393): tda827x: fixed support of tuners with LNAHartmut Hackmann2008-04-241-6/+1Star
* V4L/DVB (7237): Convert videobuf-dma-sg to generic DMA APIGuennadi Liakhovetski2008-04-241-4/+4
* V4L/DVB (7094): static memoryDouglas Schilling Landgraf2008-04-241-1/+1
* V4L/DVB (7121): Renames videobuf lock to vb_lockMauro Carvalho Chehab2008-02-181-10/+10
* V4L/DVB (6795): Add EXPORT_SYMBOL_GPL to the saa7134 video control routinesMauro Carvalho Chehab2008-01-251-0/+3
* V4L/DVB (6793): Convert saa7134-empress to video_ioctl2Mauro Carvalho Chehab2008-01-251-12/+3Star
* V4L/DVB (6792): Fix VBI supportMauro Carvalho Chehab2008-01-251-8/+0Star
* V4L/DVB (6791): Rename all vidioc_ to saa7134_Mauro Carvalho Chehab2008-01-251-89/+89
* V4L/DVB (6736): Fix some errors at the video_ioctl2 conversionMauro Carvalho Chehab2008-01-251-172/+216
* V4L/DVB (6735): Reorder functions to make easier to compare with the previous...Mauro Carvalho Chehab2008-01-251-174/+174
* V4L/DVB (6734): Converted saa7134-video to use video_ioctl2Douglas Schilling Landgraf2008-01-251-602/+610
* V4L/DVB (6600): V4L: videobuf: don't chew up namespace STATE_.*, convert to V...Brandon Philips2008-01-251-6/+6
* V4L/DVB (6399): saa7134/: make 2 functions staticAdrian Bunk2008-01-251-1/+1
* V4L/DVB (6384): Replace TDA9887_SET_CONFIG by TUNER_SET_CONFIGMauro Carvalho Chehab2008-01-251-2/+10
* V4L/DVB (6602): V4L: Convert videobuf drivers to videobuf_stopBrandon Philips2007-12-111-4/+1Star
* V4L/DVB (6329): Additional Fixes for saa7134 suspend/resumeMaxim Levitsky2007-10-221-9/+16
* V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 fieldMauro Carvalho Chehab2007-10-221-3/+0Star
* V4L/DVB (6314): saa7134: Replace list_for_each+list_entry with list_for_each_...Trent Piepho2007-10-101-12/+10Star
* V4L/DVB (6272): V4L: properly fix support for capturing interlaced video in s...Maxim Levitsky2007-10-101-6/+10
* V4L/DVB (6271): V4L: Add basic support for suspend/resume for saa7134Maxim Levitsky2007-10-101-56/+69
* V4L/DVB (6270): V4L: Honor dev->ctl_invert when setting up the decoder in saa...Maxim Levitsky2007-10-101-2/+6