summaryrefslogtreecommitdiff
path: root/drivers/media/video/saa7134/saa7134-empress.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-15[media] rename most media/video pci drivers to media/pciMauro Carvalho Chehab1-590/+0
2011-07-28[media] Stop using linux/version.h on most video driversMauro Carvalho Chehab1-1/+0
2011-03-22[media] saa7134-empress: add missing MPEG controlsHans Verkuil1-0/+4
2010-12-24media/video: don't use flush_scheduled_work()Tejun Heo1-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-21V4L/DVB: videobuf: add ext_lock argument to the queue init functionsHans Verkuil1-1/+1
2010-06-01V4L/DVB: saa7134: convert to use the new mbus APIHans Verkuil1-2/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2010-01-29V4L/DVB: saa7134: remove stray unlock_kernelHans Verkuil1-5/+3
2009-12-16V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart1-1/+0
2009-12-16V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor numberLaurent Pinchart1-2/+2
2009-12-16V4L/DVB (13554a): v4l: Use the video_drvdata function in driversLaurent Pinchart1-9/+2
2009-12-16V4L/DVB (13550): v4l: Use the new video_device_node_name functionLaurent Pinchart1-2/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-17V4L/DVB (11938): big rework of TS for saa7134Dmitri Belimov1-0/+11
2009-06-17V4L/DVB (11734): remove hw reset of MPEG encoder when lost/found seq.Dmitri Belimov1-3/+0
2009-03-30V4L/DVB (11253): saa7134: fix RTD Embedded Technologies VFG7350 support.Hans Verkuil1-2/+1
2009-03-30V4L/DVB (10698): v4l2-common: remove v4l2_ctrl_query_fill_stdHans Verkuil1-1/+1
2009-03-30V4L/DVB (10544): v4l2-common: add comments warning that about the sort orderHans Verkuil1-0/+2
2009-03-30V4L/DVB (10247): saa7134: convert to the new v4l2 framework.Hans Verkuil1-12/+10
2009-01-02V4L/DVB (10141): v4l2: debugging API changed to match against driver name ins...Hans Verkuil1-7/+7
2009-01-02V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil1-5/+4
2008-10-21V4L/DVB (9327): v4l: use video_device.num instead of minor in video%dHans Verkuil1-1/+1
2008-10-12V4L/DVB (8917): saa7134-empress: fix changing the capture standard for non-tu...Hans Verkuil1-9/+16
2008-10-12V4L/DVB (8795): saa7134-empress: insert leading null bytes for Beholder M6 em...Dmitry Belimov1-3/+12
2008-10-12V4L/DVB (8639): saa6752hs: cleanup and add AC-3 supportHans Verkuil1-1/+21
2008-10-12V4L/DVB (8613): v4l: move BKL down to the driver level.Hans Verkuil1-0/+3
2008-07-27V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil1-2/+0
2008-07-27V4L/DVB (8506): empress: fix control handling oopsHans Verkuil1-2/+18
2008-07-27V4L/DVB (8505): saa7134-empress.c: fix deadlockHans Verkuil1-8/+4
2008-07-26V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops st...Hans Verkuil1-10/+12
2008-07-23V4L/DVB (8428): videodev: rename 'dev' to 'parent'Hans Verkuil1-1/+1
2008-07-20V4L/DVB (8151): saa7134-empress: fix MPEG control supportHans Verkuil1-5/+69
2008-07-20V4L/DVB (7949): videodev: renamed the vidioc_*_fmt_* callbacksHans Verkuil1-6/+6
2008-06-26V4L/DVB (8108): Fix open/close race in saa7134Arjan van de Ven1-0/+4
2008-06-26V4L/DVB (8022): saa7134: fix race between opening and closing the deviceMarcin Slusarz1-1/+2
2008-06-26V4L/DVB (8020): Fix callbacks functions of saa7134_empressDmitri Belimov1-20/+10
2008-06-05V4L/DVB (7975): saa7134_empressDmitri Belimov1-2/+1
2008-04-24V4L/DVB (7526): media/video/saa7134 replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-24V4L/DVB (7237): Convert videobuf-dma-sg to generic DMA APIGuennadi Liakhovetski1-2/+2
2008-04-24V4L/DVB (7094): static memoryDouglas Schilling Landgraf1-1/+1
2008-02-18V4L/DVB (7122): saa7134-empress: Remove back lockMauro Carvalho Chehab1-2/+0
2008-02-18V4L/DVB (7121): Renames videobuf lock to vb_lockMauro Carvalho Chehab1-4/+4
2008-01-26V4L/DVB (6793): Convert saa7134-empress to video_ioctl2Mauro Carvalho Chehab1-123/+170
2007-12-11V4L/DVB (6602): V4L: Convert videobuf drivers to videobuf_stopBrandon Philips1-4/+1
2007-10-22V4L/DVB (6321): Remove obsolete VIDIOC_S/G_MPEGCOMP ioctlsHans Verkuil1-11/+0
2007-10-22V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 fieldMauro Carvalho Chehab1-1/+0
2007-10-10V4L/DVB (6314): saa7134: Replace list_for_each+list_entry with list_for_each_...Trent Piepho1-9/+6
2007-10-10V4L/DVB (6252): Adapt drivers to use the newer videobuf modulesMauro Carvalho Chehab1-1/+1
2007-10-10V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab1-1/+0