aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/vino.c
Commit message (Expand)AuthorAgeFilesLines
* [media] v4l: fix handling of v4l2_input.capabilitiesHans Verkuil2010-12-301-3/+0
* [media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functionsLaurent Pinchart2010-11-221-2/+2
* [media] v4l: Remove hardcoded module names passed to v4l2_i2c_new_subdev*Laurent Pinchart2010-10-221-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart2009-12-161-1/+0
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1
* V4L/DVB (12540): v4l: simplify v4l2_i2c_new_subdev and friendsHans Verkuil2009-09-191-4/+4
* V4L/DVB (12343): Stop defining I2C adapter IDs nobody usesJean Delvare2009-09-121-1/+0
* V4L/DVB (11937): vino: replace dma_sync_single with dma_sync_single_for_cpuFUJITA Tomonori2009-06-161-3/+3
* V4L/DVB (11380): v4l2-subdev: change s_routing prototypeHans Verkuil2009-04-061-6/+4
* V4L/DVB (11377): v4l: increase version numbers of drivers converted to v4l2_s...Hans Verkuil2009-04-061-2/+2
* V4L/DVB (11375): v4l2: use v4l2_i2c_new_probed_subdev_addr where appropriate.Hans Verkuil2009-04-061-7/+4
* V4L/DVB (11373): v4l2-common: add explicit v4l2_device pointer as first arg t...Hans Verkuil2009-04-061-4/+6
* V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.Hans Verkuil2009-04-061-3/+3
* V4L/DVB (11266): vino: Remove code for things already done by video_ioctl2Trent Piepho2009-03-301-176/+114
* V4L/DVB (10868): vino: add note that this conversion is untested.Hans Verkuil2009-03-301-0/+6
* V4L/DVB (10867): vino: fold i2c-algo-sgi code into vino.Jean Delvare2009-03-301-53/+194
* V4L/DVB (10865): vino: convert to v4l2_subdev.Hans Verkuil2009-03-301-140/+67
* V4L/DVB (10864): vino: introduce v4l2_device.Hans Verkuil2009-03-301-11/+22
* V4L/DVB (10861): vino/indycam/saa7191: convert to i2c modules to V4L2.Hans Verkuil2009-03-301-283/+113
* V4L/DVB (10859): vino: minor renamesHans Verkuil2009-03-301-24/+24
* V4L/DVB (10858): vino: convert to video_ioctl2.Hans Verkuil2009-03-301-317/+173
* V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil2009-01-021-3/+3
* V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil2009-01-021-5/+4
* V4L/DVB (9503): v4l: remove inode argument from video_usercopyHans Verkuil2008-12-291-3/+2
* remove CONFIG_KMOD from driversJohannes Berg2008-10-171-4/+1
* V4L/DVB (8788): v4l: replace video_get_drvdata(video_devdata(filp)) with vide...Hans Verkuil2008-10-121-12/+6
* V4L/DVB (8746): v4l-dvb: fix compile warnings.Hans Verkuil2008-10-121-3/+3
* V4L/DVB (8628a): Remove duplicated includeMauro Carvalho Chehab2008-10-121-1/+0
* V4L/DVB (8564): fix vino driver build errorYoichi Yuasa2008-08-061-0/+1
* drivers/media/video/vino.c needs v4l2-ioctl.hAndrew Morton2008-08-051-0/+1
* V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil2008-07-271-2/+0
* V4L/DVB (8487): videodev: replace videodev.h includes by videodev2.h where po...Hans Verkuil2008-07-261-1/+1
* mm: remove nopageNick Piggin2008-04-281-1/+1
* V4L/DVB (7094): static memoryDouglas Schilling Landgraf2008-04-241-5/+5
* i2c: Change prototypes of refcounting functionsJean Delvare2008-01-271-18/+4
* V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab2007-10-091-1/+0
* V4L/DVB (5860): Use msecs_to_jiffies instead of HZ on some webcam driversMauro Carvalho Chehab2007-07-201-1/+1
* V4L/DVB (5846): Clean up setting state and scheduling timeoutsRobert P. J. Day2007-07-181-4/+2
* [PATCH] mark struct file_operations const 4Arjan van de Ven2007-02-121-1/+1
* i2c: Discard the i2c algo del_bus wrappersJean Delvare2006-12-101-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* V4L/DVB (4421): V4L2 Conversion: saa5246a, saa5249, vino, hexium_orion, hexiu...Mauro Carvalho Chehab2006-09-261-1/+0
* V4L/DVB (4068): Removed all references to kernel stuff from videodev.h and vi...Mauro Carvalho Chehab2006-06-251-1/+1
* V4L/DVB (3599b): Whitespace cleanups under drivers/mediaMauro Carvalho Chehab2006-03-251-2/+2
* V4L/DVB (3318b): sem2mutex: drivers/media/, #2Ingo Molnar2006-02-071-16/+17
* V4L/DVB (3344a): Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris2006-01-111-3/+1
* VINO driver version 0.0.5.Ladislav Michl2005-11-071-391/+779
* Let it compile again after i2c algo id removal. Sort headers.Ladislav Michl2005-10-291-3/+4
* [PATCH] Indycam / VINO driversRalf Baechle2005-09-071-164/+4109