aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/vino.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-15[media] rename drivers/media/video as .../platformMauro Carvalho Chehab1-4349/+0
2012-06-11[media] vino: fix compiler warningsHans Verkuil1-2/+2
2011-11-24[media] v4l: Casting (void *) value returned by kmalloc is uselessThomas Meyer1-1/+1
2011-07-27[media] Stop using linux/version.h on most video driversMauro Carvalho Chehab1-4/+1
2010-12-30[media] v4l: fix handling of v4l2_input.capabilitiesHans Verkuil1-3/+0
2010-11-22[media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functionsLaurent Pinchart1-2/+2
2010-10-22[media] v4l: Remove hardcoded module names passed to v4l2_i2c_new_subdev*Laurent Pinchart1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-16V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart1-1/+0
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-19V4L/DVB (12540): v4l: simplify v4l2_i2c_new_subdev and friendsHans Verkuil1-4/+4
2009-09-12V4L/DVB (12343): Stop defining I2C adapter IDs nobody usesJean Delvare1-1/+0
2009-06-16V4L/DVB (11937): vino: replace dma_sync_single with dma_sync_single_for_cpuFUJITA Tomonori1-3/+3
2009-04-06V4L/DVB (11380): v4l2-subdev: change s_routing prototypeHans Verkuil1-6/+4
2009-04-06V4L/DVB (11377): v4l: increase version numbers of drivers converted to v4l2_subdev.Hans Verkuil1-2/+2
2009-04-06V4L/DVB (11375): v4l2: use v4l2_i2c_new_probed_subdev_addr where appropriate.Hans Verkuil1-7/+4
2009-04-06V4L/DVB (11373): v4l2-common: add explicit v4l2_device pointer as first arg to new_(probed)_subdevHans Verkuil1-4/+6
2009-04-06V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.Hans Verkuil1-3/+3
2009-03-30V4L/DVB (11266): vino: Remove code for things already done by video_ioctl2Trent Piepho1-176/+114
2009-03-30V4L/DVB (10868): vino: add note that this conversion is untested.Hans Verkuil1-0/+6
2009-03-30V4L/DVB (10867): vino: fold i2c-algo-sgi code into vino.Jean Delvare1-53/+194
2009-03-30V4L/DVB (10865): vino: convert to v4l2_subdev.Hans Verkuil1-140/+67
2009-03-30V4L/DVB (10864): vino: introduce v4l2_device.Hans Verkuil1-11/+22
2009-03-30V4L/DVB (10861): vino/indycam/saa7191: convert to i2c modules to V4L2.Hans Verkuil1-283/+113
2009-03-30V4L/DVB (10859): vino: minor renamesHans Verkuil1-24/+24
2009-03-30V4L/DVB (10858): vino: convert to video_ioctl2.Hans Verkuil1-317/+173
2009-01-02V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil1-3/+3
2009-01-02V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil1-5/+4
2008-12-29V4L/DVB (9503): v4l: remove inode argument from video_usercopyHans Verkuil1-3/+2
2008-10-17remove CONFIG_KMOD from driversJohannes Berg1-4/+1
2008-10-12V4L/DVB (8788): v4l: replace video_get_drvdata(video_devdata(filp)) with video_drvdata(filp)Hans Verkuil1-12/+6
2008-10-12V4L/DVB (8746): v4l-dvb: fix compile warnings.Hans Verkuil1-3/+3
2008-10-12V4L/DVB (8628a): Remove duplicated includeMauro Carvalho Chehab1-1/+0
2008-08-06V4L/DVB (8564): fix vino driver build errorYoichi Yuasa1-0/+1
2008-08-05drivers/media/video/vino.c needs v4l2-ioctl.hAndrew Morton1-0/+1
2008-07-27V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil1-2/+0
2008-07-26V4L/DVB (8487): videodev: replace videodev.h includes by videodev2.h where possibleHans Verkuil1-1/+1
2008-04-28mm: remove nopageNick Piggin1-1/+1
2008-04-24V4L/DVB (7094): static memoryDouglas Schilling Landgraf1-5/+5
2008-01-27i2c: Change prototypes of refcounting functionsJean Delvare1-18/+4
2007-10-09V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab1-1/+0
2007-07-20V4L/DVB (5860): Use msecs_to_jiffies instead of HZ on some webcam driversMauro Carvalho Chehab1-1/+1
2007-07-18V4L/DVB (5846): Clean up setting state and scheduling timeoutsRobert P. J. Day1-4/+2
2007-02-12[PATCH] mark struct file_operations const 4Arjan van de Ven1-1/+1
2006-12-10i2c: Discard the i2c algo del_bus wrappersJean Delvare1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-26V4L/DVB (4421): V4L2 Conversion: saa5246a, saa5249, vino, hexium_orion, hexium_geminiMauro Carvalho Chehab1-1/+0
2006-06-25V4L/DVB (4068): Removed all references to kernel stuff from videodev.h and videodev2.hMauro Carvalho Chehab1-1/+1
2006-03-25V4L/DVB (3599b): Whitespace cleanups under drivers/mediaMauro Carvalho Chehab1-2/+2
2006-02-07V4L/DVB (3318b): sem2mutex: drivers/media/, #2Ingo Molnar1-16/+17