summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx/em28xx-video.c
Commit message (Expand)AuthorAgeFilesLines
* [media] rename most media/video usb drivers to media/usbMauro Carvalho Chehab2012-08-151-2624/+0
* [media] em28xx: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil2012-08-091-17/+35
* [media] em28xx: Fix memory leak on driver defered resource releaseEzequiel García2012-05-181-0/+1
* [media] em28xx: Remove unused wait_queue'sEzequiel García2012-05-151-1/+0
* [media] v4l2-dev: add flag to have the core lock all file operationsHans Verkuil2012-05-141-0/+4
* [media] em28xx: Remove redundant dev->ctl_input setEzequiel García2012-04-101-5/+2
* [media] em28xx: pre-allocate DVB isoc transfer buffersGianluca Gennari2012-03-081-4/+6
* [media] em28xx: increase maxwidth for em2800Sascha Sommer2012-01-101-1/+13
* [media] em28xx: implement VIDIOC_ENUM_FRAMESIZESMauro Carvalho Chehab2011-10-191-1/+40
* [media] em28xx: Add VIDIOC_QUERYSTD supportMauro Carvalho Chehab2011-10-081-0/+16
* [media] EM28xx - Fix memory leak on disconnect or errorChris Rankin2011-09-181-0/+1
* [media] Stop using linux/version.h on most video driversMauro Carvalho Chehab2011-07-271-9/+5
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* [media] em28xx: properly handle subdev controlsMauro Carvalho Chehab2011-03-211-3/+28
* [media] em28xx: Fix return value for s_ctrlMauro Carvalho Chehab2011-03-211-1/+1
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-01-061-21/+9
|\
| * [media] em28xx: fix incorrect s_ctrl error code and wrong call to res_freeHans Verkuil2010-12-301-5/+9
| * [media] V4L: remove V4L1 compatibility modeHans Verkuil2010-12-291-16/+0
* | [media] em28xx: radio_fops should also use unlocked_ioctlHans Verkuil2011-01-031-1/+1
|/
* V4L/DVB: em28xx: fix a compilation warningMauro Carvalho Chehab2010-10-211-1/+0
* V4L/DVB: em28xx: the default std was not passed on to the subdevsHans Verkuil2010-10-211-0/+1
* V4L/DVB: em28xx: remove BKLHans Verkuil2010-10-211-82/+10
* V4L/DVB: videobuf: add ext_lock argument to the queue init functionsHans Verkuil2010-10-211-2/+2
* V4L/DVB: drivers/media/video/em28xx: Remove potential NULL dereferenceJulia Lawall2010-10-211-1/+2
* V4L/DVB: Fix case where fields were not at the correct start locationDevin Heitmueller2010-08-021-2/+2
* V4L/DVB: em28xx: g_tuner must set type fieldHans Verkuil2010-05-191-0/+1
* V4L/DVB: em28xx: switch to new vbi subdev opsHans Verkuil2010-05-191-2/+2
* V4L/DVB: em28xx: rework buffer pointer tracking for offset to start of videoDevin Heitmueller2010-05-181-22/+39
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* V4L/DVB (13932): em28xx: add PAL support for VBIDevin Heitmueller2010-02-261-20/+38
* V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart2009-12-161-4/+0
* V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor numberLaurent Pinchart2009-12-161-3/+3
* V4L/DVB (13554a): v4l: Use the video_drvdata function in driversLaurent Pinchart2009-12-161-7/+16
* V4L/DVB (13553): v4l: Use the video_is_registered function in device driversLaurent Pinchart2009-12-161-3/+3
* V4L/DVB (13550): v4l: Use the new video_device_node_name functionLaurent Pinchart2009-12-161-10/+10
* em28xx: don't reduce scale to half size for em2800Mauro Carvalho Chehab2009-12-051-6/+0
* V4L/DVB (13238): v4l2_subdev: rename tuner s_standby operation to core s_powerLaurent Pinchart2009-12-051-1/+1
* V4L/DVB (12881): em28xx: fix codingstyle issues in em28xx-video.cDevin Heitmueller2009-09-191-18/+21
* V4L/DVB (12750): em28xx: fix unused variable warningDevin Heitmueller2009-09-181-1/+0
* V4L/DVB (12749): em28xx: remove unneeded code that set VINCTRL registerDevin Heitmueller2009-09-181-3/+0
* V4L/DVB (12748): em28xx: implement g_std v4l callDevin Heitmueller2009-09-181-3/+18
* V4L/DVB (12747): em28xx: only advertise VBI capability if supportedDevin Heitmueller2009-09-181-1/+3
* V4L/DVB (12746): em28xx: do not create /dev/vbiX device if VBI not supportedDevin Heitmueller2009-09-181-9/+16
* V4L/DVB (12744): em28xx: restructure fh/dev locking to handle both video and vbiDevin Heitmueller2009-09-181-88/+94
* V4L/DVB (12743): em28xx: fix mmap_mapper with vbiDevin Heitmueller2009-09-181-1/+4
* V4L/DVB (12742): em28xx: add raw VBI support for NTSCDevin Heitmueller2009-09-181-24/+266
* V4L/DVB (12741): em28xx: make video isoc stream work when VBI is enabledDevin Heitmueller2009-09-181-4/+123
* V4L/DVB (12408): em28xx: Implement g/s_register via address matchMauro Carvalho Chehab2009-09-121-4/+6
* V4L/DVB (12376): em28xx: fix V4L2 API compliance: don't expose audio inputs f...Mauro Carvalho Chehab2009-09-121-1/+9
* V4L/DVB (12345): em28xx: fix audio VIDIOC_S_CTRL adjustments on devices witho...Mauro Carvalho Chehab2009-09-121-3/+17
OpenPOWER on IntegriCloud