aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/v4l2-dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-08[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-10Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds1-2/+6
2010-08-08V4L/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 functionHans Verkuil1-1/+19
2009-09-19V4L/DVB (12724): v4l2-dev: add simple wrapper functions around the devnode numbersHans 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-06V4L/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 set.Hans Verkuil1-1/+1
2009-03-30V4L/DVB (10947): Auto-load videodev module when device opened.Scott James Remnant1-0/+1
2009-03-30V4L/DVB (10791): videodev: not possible to register NULL video_deviceTrent Piepho1-4/+3
2009-03-30V4L/DVB (10641): v4l2-dev: remove limit of 32 devices per driver in get_index()Hans Verkuil1-12/+13
2009-01-02V4L/DVB (10139): v4l: rename v4l_compat_ioctl32 to v4l2_compat_ioctl32Hans Verkuil1-2/+2
2009-01-02V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil1-19/+6
2008-12-30V4L/DVB (9974): v4l2-dev: allow drivers to pass v4l2_device as parentHans Verkuil1-0/+3
2008-12-30V4L/DVB (9973): v4l2-dev: use the release callback from device instead of cdevHans Verkuil1-93/+263
2008-12-30V4L/DVB (9942): v4l2-dev: check for parent device in get_index.Hans Verkuil1-0/+4
2008-12-29V4L/DVB (9521): V4L: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-12-29V4L/DVB (9491): rationalise addresses to one common oneAlan Cox1-1/+1
2008-10-12V4L/DVB (9133): v4l: disconnect kernel number from minorHans Verkuil1-31/+65
2008-10-12V4L/DVB (8857): v4l2-dev: replace panic with BUGHans Verkuil1-2/+5
2008-10-12V4L/DVB (8852): v4l2: use register_chrdev_region instead of register_chrdevHans Verkuil1-68/+63
2008-10-12V4L/DVB (8791): v4l2-dev: do not clear the driver_data fieldHans Verkuil1-0/+4
2008-10-12V4L/DVB (8787): v4l2-dev: cleanups and add video_drvdata helper functionHans Verkuil1-7/+6
2008-10-12V4L/DVB (8784): v4l2-dev: make the video_device's release callback mandatoryHans Verkuil1-14/+2
2008-10-12V4L/DVB (8782): v4l2-dev: add video_device_release_emptyHans Verkuil1-0/+7
2008-10-12V4L/DVB (8781): v4l2-dev: remove obsolete video_exclusive_open/releaseHans Verkuil1-30/+0
2008-10-12V4L/DVB (8750): V4L: check inval in video_register_device_index()Henrik Kretzschmar1-0/+3
2008-10-12V4L/DVB (8613): v4l: move BKL down to the driver level.Hans Verkuil1-3/+0
2008-09-03V4L/DVB (8750): V4L: check inval in video_register_device_index()Henrik Kretzschmar1-0/+3
2008-09-03V4L/DVB (8682): V4L: fix return value of register video funcHenrik Kretzschmar1-1/+1
2008-08-06V4L/DVB (8549a): fix kernel-doc warning, function name, and docbook filenameRandy Dunlap1-1/+3
2008-07-27V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil1-0/+1
2008-07-23V4L/DVB (8429): videodev: renamed 'class_dev' to 'dev'Hans Verkuil1-13/+10
2008-07-23V4L/DVB (8428): videodev: rename 'dev' to 'parent'Hans Verkuil1-3/+3
2008-07-23V4L/DVB (8427): videodev: split off the ioctl handling into v4l2-ioctl.cHans Verkuil1-0/+424