aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/v4l2-dev.c
Commit message (Expand)AuthorAgeFilesLines
* [media] v4l: Don't access media entity after is has been destroyedLaurent Pinchart2011-06-301-32/+7
* [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/+3
* [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-211-16/+11
* [media] v4l2-dev: don't memset video_device.devHans Verkuil2011-01-191-5/+4
* [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-081-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/+0
* 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/+1
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-101-2/+6
|\
| * V4L/DVB: v4l2: hook up the new control framework into the core frameworkHans Verkuil2010-08-081-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/+15
|/
* V4L/DVB: v4l2-dev: remove unnecessary lock around atomic clear_bitHans Verkuil2010-05-191-2/+0
* 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
* V4L/DVB (12725): v4l: warn when desired devnodenr is in use & add _no_warn fu...Hans Verkuil2009-09-191-1/+19
* V4L/DVB (12724): v4l2-dev: add simple wrapper functions around the devnode nu...Hans Verkuil2009-09-191-5/+48
* V4L/DVB (12722): v4l2-dev: replace 'kernel number' by 'device node number'.Hans Verkuil2009-09-191-18/+20
* V4L/DVB (12541): v4l: remove video_register_device_indexHans Verkuil2009-09-191-40/+15
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* V4L/DVB (11390): 2-dev.c: return 0 for NULL open and release callbacksHans Verkuil2009-04-061-3/+8
* V4L/DVB (11242): allow v4l2 drivers to provide a get_unmapped_area handlerDaniel Glöckner2009-03-301-0/+19
* V4L/DVB (10988): v4l2-dev: use parent field if the v4l2_device has no parent ...Hans Verkuil2009-03-301-1/+1
* V4L/DVB (10947): Auto-load videodev module when device opened.Scott James Remnant2009-03-301-0/+1
* V4L/DVB (10791): videodev: not possible to register NULL video_deviceTrent Piepho2009-03-301-4/+3
* V4L/DVB (10641): v4l2-dev: remove limit of 32 devices per driver in get_index()Hans Verkuil2009-03-301-12/+13
* V4L/DVB (10139): v4l: rename v4l_compat_ioctl32 to v4l2_compat_ioctl32Hans Verkuil2009-01-021-2/+2
* V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil2009-01-021-19/+6
* V4L/DVB (9974): v4l2-dev: allow drivers to pass v4l2_device as parentHans Verkuil2008-12-301-0/+3
* V4L/DVB (9973): v4l2-dev: use the release callback from device instead of cdevHans Verkuil2008-12-301-93/+263
* V4L/DVB (9942): v4l2-dev: check for parent device in get_index.Hans Verkuil2008-12-301-0/+4
* V4L/DVB (9521): V4L: struct device - replace bus_id with dev_name(), dev_set_...Kay Sievers2008-12-291-1/+1
* V4L/DVB (9491): rationalise addresses to one common oneAlan Cox2008-12-291-1/+1
* V4L/DVB (9133): v4l: disconnect kernel number from minorHans Verkuil2008-10-121-31/+65
* V4L/DVB (8857): v4l2-dev: replace panic with BUGHans Verkuil2008-10-121-2/+5
* V4L/DVB (8852): v4l2: use register_chrdev_region instead of register_chrdevHans Verkuil2008-10-121-68/+63
* V4L/DVB (8791): v4l2-dev: do not clear the driver_data fieldHans Verkuil2008-10-121-0/+4