V4L/DVB: V4L: File handles
[safe/jmp/linux-2.6] / drivers / media / video / v4l2-dev.c
2010-05-19 Sakari AilusV4L/DVB: V4L: File handles
2009-12-16 Laurent PinchartV4L/DVB (13552): v4l: Replace video_is_unregistered...
2009-12-16 Laurent PinchartV4L/DVB (13549): v4l: Add video_device_node_name function
2009-09-19 Hans VerkuilV4L/DVB (12725): v4l: warn when desired devnodenr is...
2009-09-19 Hans VerkuilV4L/DVB (12724): v4l2-dev: add simple wrapper functions...
2009-09-19 Hans VerkuilV4L/DVB (12722): v4l2-dev: replace 'kernel number'...
2009-09-19 Hans VerkuilV4L/DVB (12541): v4l: remove video_register_device_index
2009-07-12 Alexey Dobriyanheaders: smp_lock.h redux
2009-04-07 Hans VerkuilV4L/DVB (11390): 2-dev.c: return 0 for NULL open and...
2009-03-30 Daniel GlöcknerV4L/DVB (11242): allow v4l2 drivers to provide a get_un...
2009-03-30 Hans VerkuilV4L/DVB (10988): v4l2-dev: use parent field if the...
2009-03-30 Scott James RemnantV4L/DVB (10947): Auto-load videodev module when device...
2009-03-30 Trent PiephoV4L/DVB (10791): videodev: not possible to register...
2009-03-30 Hans VerkuilV4L/DVB (10641): v4l2-dev: remove limit of 32 devices...
2009-01-02 Hans VerkuilV4L/DVB (10139): v4l: rename v4l_compat_ioctl32 to...
2009-01-02 Hans VerkuilV4L/DVB (10135): v4l2: introduce v4l2_file_operations.
2008-12-30 Hans VerkuilV4L/DVB (9974): v4l2-dev: allow drivers to pass v4l2_de...
2008-12-30 Hans VerkuilV4L/DVB (9973): v4l2-dev: use the release callback...
2008-12-30 Hans VerkuilV4L/DVB (9942): v4l2-dev: check for parent device in...
2008-12-29 Kay SieversV4L/DVB (9521): V4L: struct device - replace bus_id...
2008-12-29 Alan CoxV4L/DVB (9491): rationalise addresses to one common one
2008-10-12 Hans VerkuilV4L/DVB (9133): v4l: disconnect kernel number from...
2008-10-12 Hans VerkuilV4L/DVB (8857): v4l2-dev: replace panic with BUG
2008-10-12 Hans VerkuilV4L/DVB (8852): v4l2: use register_chrdev_region instea...
2008-10-12 Hans VerkuilV4L/DVB (8791): v4l2-dev: do not clear the driver_data...
2008-10-12 Hans VerkuilV4L/DVB (8787): v4l2-dev: cleanups and add video_drvdat...
2008-10-12 Hans VerkuilV4L/DVB (8784): v4l2-dev: make the video_device's relea...
2008-10-12 Hans VerkuilV4L/DVB (8782): v4l2-dev: add video_device_release_empty
2008-10-12 Hans VerkuilV4L/DVB (8781): v4l2-dev: remove obsolete video_exclusi...
2008-10-12 Henrik KretzschmarV4L/DVB (8750): V4L: check inval in video_register_devi...
2008-10-12 Hans VerkuilV4L/DVB (8613): v4l: move BKL down to the driver level.
2008-09-03 Henrik KretzschmarV4L/DVB (8750): V4L: check inval in video_register_devi...
2008-09-03 Henrik KretzschmarV4L/DVB (8682): V4L: fix return value of register video...
2008-08-06 Randy DunlapV4L/DVB (8549a): fix kernel-doc warning, function name...
2008-07-27 Hans VerkuilV4L/DVB (8523): v4l2-dev: remove unused type and type2...
2008-07-23 Hans VerkuilV4L/DVB (8429): videodev: renamed 'class_dev' to 'dev'
2008-07-23 Hans VerkuilV4L/DVB (8428): videodev: rename 'dev' to 'parent'
2008-07-23 Hans VerkuilV4L/DVB (8427): videodev: split off the ioctl handling...