aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7134/saa7134-video.c
Commit message (Expand)AuthorAgeFilesLines
* [media] v4l: fix handling of v4l2_input.capabilitiesHans Verkuil2010-12-301-1/+0
* [media] saa6588: rename rds.h to saa6588.hHans Verkuil2010-12-291-7/+7
* [media] V4L: remove V4L1 compatibility modeHans Verkuil2010-12-291-11/+0
* [media] saa7134: add test after for loopDan Carpenter2010-10-211-2/+8
* V4L/DVB: videobuf: add ext_lock argument to the queue init functionsHans Verkuil2010-10-211-2/+2
* V4L/DVB: drivers/media/video: Adjust confusing if indentationJulia Lawall2010-10-211-1/+1
* V4L/DVB: v4l2-common: simplify prio utility functionsHans Verkuil2010-05-191-7/+7
* Revert "V4L/DVB (11906): saa7134: Use v4l bounding/alignment function"Herton Ronaldo Krzesinski2010-05-191-2/+9
* V4L/DVB: saa7134 can capture 720x480 when capturing NTSCSean Young2010-02-261-1/+1
* V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart2009-12-161-2/+0
* V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor numberLaurent Pinchart2009-12-161-3/+2
* V4L/DVB (13554a): v4l: Use the video_drvdata function in driversLaurent Pinchart2009-12-161-19/+13
* 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/+0
* 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/+2
* V4L/DVB (11990): saa7134-video.c: fix the block bugfigo.zhang2009-06-161-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-061-2/+2
* V4L/DVB (11368): v4l2-subdev: move s_standby from core to tuner.Hans Verkuil2009-04-061-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/+0
* 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/+8
* 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/+5
* V4L/DVB (9160): v4l: remove vidioc_enum_fmt_vbi_capHans Verkuil2008-10-131-13/+0
* 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/+0
* 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/+1
* 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/+3
* V4L/DVB (6792): Fix VBI supportMauro Carvalho Chehab2008-01-251-8/+0
* 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