aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/v4l2-dev.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* V4L/DVB (8787): v4l2-dev: cleanups and add video_drvdata helper functionHans Verkuil2008-10-121-7/+6
* V4L/DVB (8784): v4l2-dev: make the video_device's release callback mandatoryHans Verkuil2008-10-121-14/+2
* V4L/DVB (8782): v4l2-dev: add video_device_release_emptyHans Verkuil2008-10-121-0/+7
* V4L/DVB (8781): v4l2-dev: remove obsolete video_exclusive_open/releaseHans Verkuil2008-10-121-30/+0
* V4L/DVB (8750): V4L: check inval in video_register_device_index()Henrik Kretzschmar2008-10-121-0/+3
* V4L/DVB (8613): v4l: move BKL down to the driver level.Hans Verkuil2008-10-121-3/+0
* V4L/DVB (8750): V4L: check inval in video_register_device_index()Henrik Kretzschmar2008-09-031-0/+3
* V4L/DVB (8682): V4L: fix return value of register video funcHenrik Kretzschmar2008-09-031-1/+1
* V4L/DVB (8549a): fix kernel-doc warning, function name, and docbook filenameRandy Dunlap2008-08-061-1/+3
* V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil2008-07-271-0/+1
* V4L/DVB (8429): videodev: renamed 'class_dev' to 'dev'Hans Verkuil2008-07-231-13/+10
* V4L/DVB (8428): videodev: rename 'dev' to 'parent'Hans Verkuil2008-07-231-3/+3
* V4L/DVB (8427): videodev: split off the ioctl handling into v4l2-ioctl.cHans Verkuil2008-07-231-0/+424