summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/usbvision
AgeCommit message (Expand)AuthorLines
2012-08-15[media] rename most media/video usb drivers to media/usbMauro Carvalho Chehab-6449/+0
2012-08-13[media] common: move media/common/tuners to media/tunersMauro Carvalho Chehab-1/+1
2012-08-09[media] usbvision: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil-6/+36
2012-05-14[media] v4l: fix compiler warningsHans Verkuil-7/+5
2012-05-14[media] v4l2-dev: add flag to have the core lock all file operationsHans Verkuil-0/+4
2011-11-23Merge tag 'v3.2-rc2' into staging/for_v3.3Mauro Carvalho Chehab-0/+1
2011-11-08[media] usbvision: Drop broken 10-bit I2C address supportJean Delvare-34/+12
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+1
2011-10-31drivers/media: Add module.h to all files using it implicitlyPaul Gortmaker-0/+1
2011-09-03[media] drivers/media: do not use EXTRA_CFLAGSArnaud Lacombe-2/+2
2011-07-27[media] Stop using linux/version.h on most video driversMauro Carvalho Chehab-11/+1
2011-05-23Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-97/+114
2011-05-20[media] usbvision: remove broken testpatternOndrej Zary-92/+0
2011-05-20[media] usbvision: add Nogatech USB MicroCamOndrej Zary-5/+114
2011-04-26treewide: cleanup continuations and remove logging message whitespaceJoe Perches-2/+3
2010-12-30[media] usbvision: coding styleHans Verkuil-686/+557
2010-12-30[media] usbvision: convert // to /* */Hans Verkuil-175/+173
2010-12-30[media] usbvision: get rid of camelCaseHans Verkuil-1581/+1581
2010-12-30[media] usbvision: convert to unlocked_ioctlHans Verkuil-43/+9
2010-12-29[media] V4L: remove V4L1 compatibility modeHans Verkuil-3/+0
2010-12-02Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+3
2010-11-22[media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functionsLaurent Pinchart-3/+3
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann-1/+0
2010-10-22[media] v4l: Remove hardcoded module names passed to v4l2_i2c_new_subdev*Laurent Pinchart-3/+3
2010-10-21V4L/DVB: usbvision: remove BKL from usbvisionHans Verkuil-5/+13
2010-06-01V4L/DVB: drivers/media: Eliminate a NULL pointer dereferenceJulia Lawall-2/+1
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds-8/+8
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack-8/+8
2010-05-19V4L/DVB: usbvision: add delay before detecting the saa711xHans Verkuil-0/+3
2010-05-19V4L/DVB: usbvision: don't use usb_set_intfdata, let v4l2_device_register hand...Hans Verkuil-4/+6
2010-05-19V4L/DVB: usbvision: remove non-working vbi deviceHans Verkuil-78/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-2/+1
2010-02-26V4L/DVB (13954): Correct NULL testJulia Lawall-1/+1
2009-12-16V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart-4/+0
2009-12-16V4L/DVB (13553): v4l: Use the video_is_registered function in device driversLaurent Pinchart-3/+3
2009-12-16V4L/DVB (13551): v4l: Remove video_device::num usage from device driversLaurent Pinchart-2/+2
2009-12-16V4L/DVB (13550): v4l: Use the new video_device_node_name functionLaurent Pinchart-12/+12
2009-12-05V4L/DVB (13241): Cleanup redundant tests on unsignedRoel Kluin-1/+1
2009-09-23headers: utsname.h reduxAlexey Dobriyan-3/+0
2009-09-19V4L/DVB (12540): v4l: simplify v4l2_i2c_new_subdev and friendsHans Verkuil-6/+6
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan-0/+1
2009-06-16V4L/DVB (11992): Add missing __devexit_p()Jean Delvare-1/+1
2009-06-16V4L/DVB (11958): usbvision-core.c: vfree does its own NULL checkFigo.zhang-8/+6
2009-06-16V4L/DVB: cleanup redundant tests on unsignedRoel Kluin-1/+1
2009-04-06V4L/DVB: usbvision: remove unused #include <version.h>Huang Weiyi-1/+0
2009-04-06V4L/DVB (11380): v4l2-subdev: change s_routing prototypeHans Verkuil-4/+1
2009-04-06V4L/DVB (11377): v4l: increase version numbers of drivers converted to v4l2_s...Hans Verkuil-2/+2
2009-04-06V4L/DVB (11373): v4l2-common: add explicit v4l2_device pointer as first arg t...Hans Verkuil-3/+6
2009-04-06V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.Hans Verkuil-1/+1
2009-04-06V4L/DVB (11354): usbvision: use usb_interface.dev for v4l2_device_registerJanne Grunau-3/+5