summaryrefslogtreecommitdiff
path: root/drivers/media/video/v4l2-dev.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-12[media] v4l2-dev.c: fix g_parm regression in determine_valid_ioctls()Hans Verkuil1-1/+1
2012-06-11[media] Fix query/enum_dv_timings regressionHans Verkuil1-0/+2
2012-05-14[media] v4l2-dev: rename two functionsHans Verkuil1-1/+1
2012-05-14[media] v4l2-dev: add flag to have the core lock all file operationsHans Verkuil1-12/+20
2012-05-14[media] v4l2-dev/ioctl: determine the valid ioctls upfrontHans Verkuil1-0/+172
2012-05-14[media] v4l2-dev: make it possible to skip locking for selected ioctlsHans Verkuil1-3/+11
2012-03-29Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-20[media] V4L/v4l2-dev: Make 'videodev_init' as a subsys initcallBhupesh Sharma1-1/+1
2011-12-20[media] media: fix truncated entity specificationClemens Ladisch1-2/+2
2011-12-11[media] V4L: cosmetic clean upGuennadi Liakhovetski1-6/+4
2011-10-19[media] videodev: fix a NULL pointer dereference in v4l2_device_release()Antonio Ospite1-1/+1
2011-09-22[media] v4l: Fix use-after-free case in v4l2_device_releaseHans Verkuil1-0/+11
2011-07-01[media] v4l: Don't access media entity after is has been destroyedLaurent Pinchart1-32/+7
2011-05-20[media] Revert "V4L/DVB: v4l2-dev: remove get_unmapped_area"Bob Liu1-0/+18
2011-04-19[media] v4l: Don't register media entities for subdev device nodesLaurent Pinchart1-5/+10
2011-03-22[media] v4l2: use new flag to enable core priority handlingHans Verkuil1-5/+3
2011-03-22[media] v4l2-device: add kref and a release functionHans Verkuil1-0/+10
2011-03-22[media] v4l2: add v4l2_prio_state to v4l2_device and video_deviceHans Verkuil1-0/+6
2011-03-22[media] v4l2_prio: move from v4l2-common to v4l2-devHans Verkuil1-0/+64
2011-03-22[media] v4l: Make video_device inherit from media_entityLaurent Pinchart1-4/+45
2011-03-22[media] v4l: subdev: Add device node supportLaurent Pinchart1-16/+11
2011-01-19[media] v4l2-dev: don't memset video_device.devHans Verkuil1-5/+4
2010-12-02[media] v4l2-dev: fix race conditionHans Verkuil1-1/+6
2010-12-02[media] V4L: improve the BKL replacement heuristicHans Verkuil1-3/+28
2010-12-02[media] v4l2-dev: use mutex_lock_interruptible instead of plain mutex_lockHans Verkuil1-14/+17
2010-11-09[media] v4l: kill the BKLArnd Bergmann1-3/+4
2010-10-21V4L/DVB: Fix a merge conflict that affects unlock_ioctlMauro Carvalho Chehab1-5/+5
2010-10-21V4L/DVB: v4l2: add core serialization lockHans Verkuil1-18/+58
2010-10-21V4L/DVB: v4l2-dev: remove get_unmapped_areaHans Verkuil1-18/+0
2010-10-21V4L/DVB: v4l2-dev: after a disconnect any ioctl call will be blockedHans Verkuil1-2/+2
2010-10-21V4L/DVB: videotext: remove this obsolete APIHans Verkuil1-10/+1
2010-08-11Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+6
2010-08-09V4L/DVB: v4l2: hook up the new control framework into the core frameworkHans Verkuil1-2/+6
2010-08-09Merge commit 'linus/master' into bkl/coreFrederic Weisbecker1-3/+3
2010-08-09v4l: Convert v4l2-dev to unlocked_ioctlArnd Bergmann1-37/+15
2010-08-02V4L/DVB: v4l2-dev: fix memory leakAnatolij Gustschin1-3/+3
2010-05-19V4L/DVB: v4l2-dev: remove unnecessary lock around atomic clear_bitHans Verkuil1-2/+0
2010-05-19V4L/DVB: V4L: File handlesSakari Ailus1-0/+4
2009-12-16V4L/DVB (13552): v4l: Replace video_is_unregistered with video_is_registeredLaurent Pinchart1-9/+9
2009-12-16V4L/DVB (13549): v4l: Add video_device_node_name functionLaurent Pinchart1-2/+2
2009-09-19V4L/DVB (12725): v4l: warn when desired devnodenr is in use & add _no_warn fu...Hans Verkuil1-1/+19
2009-09-19V4L/DVB (12724): v4l2-dev: add simple wrapper functions around the devnode nu...Hans Verkuil1-5/+48
2009-09-19V4L/DVB (12722): v4l2-dev: replace 'kernel number' by 'device node number'.Hans Verkuil1-18/+20
2009-09-19V4L/DVB (12541): v4l: remove video_register_device_indexHans Verkuil1-40/+15
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-04-07V4L/DVB (11390): 2-dev.c: return 0 for NULL open and release callbacksHans Verkuil1-3/+8
2009-03-30V4L/DVB (11242): allow v4l2 drivers to provide a get_unmapped_area handlerDaniel Glöckner1-0/+19
2009-03-30V4L/DVB (10988): v4l2-dev: use parent field if the v4l2_device has no parent ...Hans Verkuil1-1/+1
2009-03-30V4L/DVB (10947): Auto-load videodev module when device opened.Scott James Remnant1-0/+1