summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/v4l2-dev.c
Commit message (Expand)AuthorAgeFilesLines
* [media] v4l: move v4l2 core into a separate directoryMauro Carvalho Chehab2012-08-141-1003/+0Star
* [media] v4l2-dev: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil2012-08-101-43/+8Star
* [media] v4l2-dev.c: Move video_put() after debug printkEzequiel GarcĂ­a2012-07-311-6/+6
* [media] v4l2: add core support for the new VIDIOC_ENUM_FREQ_BANDS ioctlHans Verkuil2012-07-311-0/+2
* [media] v4l2-dev: G_PARM was incorrectly enabled for all video nodesHans Verkuil2012-07-311-1/+2
* [media] v4l2-dev: forgot to add VIDIOC_DV_TIMINGS_CAPHans Verkuil2012-07-311-0/+1
* [media] v4l2-dev.c: also add debug support for the fopsHans Verkuil2012-07-061-1/+24
* [media] v4l2-dev/ioctl.c: add vb2_queue support to video_deviceHans Verkuil2012-07-061-11/+5Star
* [media] v4l2-dev.c: add debug sysfs entryHans Verkuil2012-07-061-0/+24
* [media] v4l2-dev.c: fix g_parm regression in determine_valid_ioctls()Hans Verkuil2012-06-111-1/+1
* [media] Fix query/enum_dv_timings regressionHans Verkuil2012-06-111-0/+2
* [media] v4l2-dev: rename two functionsHans Verkuil2012-05-141-1/+1
* [media] v4l2-dev: add flag to have the core lock all file operationsHans Verkuil2012-05-141-12/+20
* [media] v4l2-dev/ioctl: determine the valid ioctls upfrontHans Verkuil2012-05-141-0/+172
* [media] v4l2-dev: make it possible to skip locking for selected ioctlsHans Verkuil2012-05-141-3/+11
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-291-1/+0Star
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* | [media] V4L/v4l2-dev: Make 'videodev_init' as a subsys initcallBhupesh Sharma2012-03-191-1/+1
|/
* [media] media: fix truncated entity specificationClemens Ladisch2011-12-201-2/+2
* [media] V4L: cosmetic clean upGuennadi Liakhovetski2011-12-111-6/+4Star
* [media] videodev: fix a NULL pointer dereference in v4l2_device_release()Antonio Ospite2011-10-191-1/+1
* [media] v4l: Fix use-after-free case in v4l2_device_releaseHans Verkuil2011-09-221-0/+11
* [media] v4l: Don't access media entity after is has been destroyedLaurent Pinchart2011-07-011-32/+7Star
* [media] Revert "V4L/DVB: v4l2-dev: remove get_unmapped_area"Bob Liu2011-05-201-0/+18
* [media] v4l: Don't register media entities for subdev device nodesLaurent Pinchart2011-04-191-5/+10
* [media] v4l2: use new flag to enable core priority handlingHans Verkuil2011-03-221-5/+3Star
* [media] v4l2-device: add kref and a release functionHans Verkuil2011-03-221-0/+10
* [media] v4l2: add v4l2_prio_state to v4l2_device and video_deviceHans Verkuil2011-03-221-0/+6
* [media] v4l2_prio: move from v4l2-common to v4l2-devHans Verkuil2011-03-221-0/+64
* [media] v4l: Make video_device inherit from media_entityLaurent Pinchart2011-03-221-4/+45
* [media] v4l: subdev: Add device node supportLaurent Pinchart2011-03-221-16/+11Star
* [media] v4l2-dev: don't memset video_device.devHans Verkuil2011-01-191-5/+4Star
* [media] v4l2-dev: fix race conditionHans Verkuil2010-12-011-1/+6
* [media] V4L: improve the BKL replacement heuristicHans Verkuil2010-12-011-3/+28
* [media] v4l2-dev: use mutex_lock_interruptible instead of plain mutex_lockHans Verkuil2010-12-011-14/+17
* [media] v4l: kill the BKLArnd Bergmann2010-11-091-3/+4
* V4L/DVB: Fix a merge conflict that affects unlock_ioctlMauro Carvalho Chehab2010-10-211-5/+5
* V4L/DVB: v4l2: add core serialization lockHans Verkuil2010-10-211-18/+58
* V4L/DVB: v4l2-dev: remove get_unmapped_areaHans Verkuil2010-10-211-18/+0Star
* V4L/DVB: v4l2-dev: after a disconnect any ioctl call will be blockedHans Verkuil2010-10-211-2/+2
* V4L/DVB: videotext: remove this obsolete APIHans Verkuil2010-10-211-10/+1Star
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-111-2/+6
|\
| * V4L/DVB: v4l2: hook up the new control framework into the core frameworkHans Verkuil2010-08-091-2/+6
* | Merge commit 'linus/master' into bkl/coreFrederic Weisbecker2010-08-091-3/+3
|\|
| * V4L/DVB: v4l2-dev: fix memory leakAnatolij Gustschin2010-08-021-3/+3
* | v4l: Convert v4l2-dev to unlocked_ioctlArnd Bergmann2010-08-091-37/+15Star
|/
* V4L/DVB: v4l2-dev: remove unnecessary lock around atomic clear_bitHans Verkuil2010-05-191-2/+0Star
* V4L/DVB: V4L: File handlesSakari Ailus2010-05-191-0/+4
* V4L/DVB (13552): v4l: Replace video_is_unregistered with video_is_registeredLaurent Pinchart2009-12-161-9/+9
* V4L/DVB (13549): v4l: Add video_device_node_name functionLaurent Pinchart2009-12-161-2/+2