aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/common/saa7146_fops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-13[media] saa7146: Move it to its own directoryMauro Carvalho Chehab1-664/+0
2012-08-09[media] saa7146: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil1-16/+39
2012-06-18[media] saa7146: Variable set but not usedPeter Senna Tschudin1-5/+0
2012-05-14[media] av7110: fix v4l2_compliance test issuesHans Verkuil1-0/+4
2012-05-14[media] saa7146: fix querycap, vbi/video separation and g/s_registerHans Verkuil1-2/+6
2012-05-14[media] saa7146: support control events and priority handlingHans Verkuil1-6/+12
2012-05-14[media] saa7146: remove the unneeded type field from saa7146_fhHans Verkuil1-13/+17
2012-05-14[media] saa7146: move vbi fields from saa7146_fh to saa7146_vvHans Verkuil1-0/+15
2012-05-14[media] saa7146: move video_fmt from saa7146_fh to saa7146_vvHans Verkuil1-0/+10
2012-05-14[media] saa7146: move overlay information from saa7146_fh into saa7146_vvHans Verkuil1-0/+10
2012-05-14[media] mxb/saa7146: first round of cleanupsHans Verkuil1-0/+27
2012-05-14[media] v4l2-dev: add flag to have the core lock all file operationsHans Verkuil1-0/+4
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31drivers/media: Add module.h to all files using it implicitlyPaul Gortmaker1-0/+1
2011-09-03[media] saa7146: Use current logging stylesJoe Perches1-54/+64
2011-01-19[media] saa7146: Convert from .ioctl to .unlocked_ioctlHans Verkuil1-6/+2
2010-10-21V4L/DVB: videobuf: add queue argument to videobuf_waiton()Hans Verkuil1-1/+1
2010-08-02V4L/DVB: videobuf: Remove the videobuf_sg_dma_map/unmap functionsLaurent Pinchart1-1/+1
2010-05-06V4L/DVB: saa7146: fix regression of the av7110/budget-av driverHans Verkuil1-6/+5
2010-02-26V4L/DVB: saa7146_vv: fix regression where v4l2_device was registered too lateHans Verkuil1-5/+6
2009-12-16V4L/DVB (13557): v4l: Remove unneeded video_device::minor usage in driversLaurent Pinchart1-19/+0
2009-12-16V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor numberLaurent Pinchart1-2/+1
2009-12-16V4L/DVB (13554a): v4l: Use the video_drvdata function in driversLaurent Pinchart1-25/+7
2009-12-16V4L/DVB (13550): v4l: Use the new video_device_node_name functionLaurent Pinchart1-7/+5
2009-03-30V4L/DVB (10502): saa7146: move v4l2 device registration to saa7146_vv.Hans Verkuil1-2/+9
2009-03-30V4L/DVB (10313): saa7146: fix VIDIOC_ENUMSTD.Hans Verkuil1-2/+5
2009-03-30V4L/DVB (10271): saa7146: convert to video_ioctl2.Hans Verkuil1-22/+14
2009-01-02V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil1-1/+1
2009-01-02V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil1-11/+10
2008-12-29V4L/DVB (9503): v4l: remove inode argument from video_usercopyHans Verkuil1-1/+1
2008-10-21V4L/DVB (9327): v4l: use video_device.num instead of minor in video%dHans Verkuil1-2/+2
2008-10-12V4L/DVB (8786): v4l2: remove the priv field, use dev_get_drvdata insteadHans Verkuil1-1/+1
2008-07-27V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil1-1/+1
2008-03-30NULL noise: drivers/mediaAl Viro1-1/+1
2008-01-25V4L/DVB (7035): drivers/media/common: Add missing video_device_releaseJulia Lawall1-0/+1
2008-01-25V4L/DVB (6600): V4L: videobuf: don't chew up namespace STATE_.*, convert to VIDEOBUF_Brandon Philips1-4/+4
2007-10-09V4L/DVB (6252): Adapt drivers to use the newer videobuf modulesMauro Carvalho Chehab1-2/+3
2007-05-09V4L/DVB (5591): Saa7146: proper prototype for saa7146_video_do_ioctl()Adrian Bunk1-1/+0
2007-02-21V4L/DVB (5160): Saa7146_vv: pass correct memory size to pci_free_consistentMarco Schluessler1-1/+1
2007-02-12[PATCH] mark struct file_operations const 4Arjan van de Ven1-1/+1
2006-09-26V4L/DVB (4421): V4L2 Conversion: saa5246a, saa5249, vino, hexium_orion, hexium_geminiMauro Carvalho Chehab1-1/+0
2006-06-25V4L/DVB (3770): Kill drivers/media/common/saa7146_vv_ksyms.cAdrian Bunk1-0/+4
2006-03-24V4L/DVB (3516): Make video_buf more genericMauro Carvalho Chehab1-2/+3
2006-03-21V4L/DVB (3485): BUG_ON() Conversion in drivers/video/mediaEric Sesterhenn1-4/+2
2006-02-07V4L/DVB (3318b): sem2mutex: drivers/media/, #2Ingo Molnar1-9/+9
2006-01-11V4L/DVB (3344a): Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-4/+2
2006-01-09V4L/DVB (3325): WSS output interface for av7110Oliver Endriss1-4/+33
2006-01-09V4L/DVB (3218): Whitespace cleanupsMichael Krufky1-0/+1
2005-12-12[PATCH] V4L/DVB: (3086c) Whitespaces cleanups part 3Mauro Carvalho Chehab1-16/+16
2005-09-09[PATCH] dvb: remove version.h dependenciesOlaf Hering1-1/+0