aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/zoran (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-15[media] rename most media/video pci drivers to media/pciMauro Carvalho Chehab19-11024/+0
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2012-07-23zoran: don't bother with struct file * in zoran_mapAl Viro2-3/+5
2012-06-28treewide: Put a space between #include and FILEPaul Bolle1-2/+2
2012-05-14[media] v4l: fix compiler warningsHans Verkuil1-2/+0
2012-04-19[media] zoran: fix integer overflow in setup_window()Xi Wang1-3/+17
2012-01-18Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-1/+0
2012-01-16[media] zoran: do not set V4L2_FBUF_FLAG_OVERLAYHans Verkuil1-1/+0
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell2-2/+2
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-07-27[media] Stop using linux/version.h on most video driversMauro Carvalho Chehab3-9/+5
2011-05-20[media] zoran: Drop unused module parameters encoder and decoderJean Delvare1-8/+0
2011-05-20[media] use pci_dev->revisionBjørn Mork1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi3-3/+3
2011-01-19[media] zoran: use video_device_alloc instead of kmallocHans Verkuil1-1/+1
2011-01-04[media] zoran: fix compiler warningHans Verkuil1-0/+1
2010-12-30[media] v4l: fix handling of v4l2_input.capabilitiesHans Verkuil1-6/+0
2010-12-29[media] zoran: remove V4L1 compat code and zoran custom ioctlsHans Verkuil3-429/+1
2010-12-29[media] zoran: bit-wise vs logical andDan Carpenter1-1/+1
2010-11-22[media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functionsLaurent Pinchart1-3/+2
2010-11-08[media] v4l: kill the BKLArnd Bergmann3-6/+23
2010-10-28Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds4-31/+8
2010-10-22[media] zoran: Don't use module names to load I2C modulesLaurent Pinchart2-22/+3
2010-10-21V4L/DVB: drivers/media/video/zoran: Don't use initialized char arrayJoe Perches1-8/+4
2010-10-21V4L/DVB: drivers/media/video/zoran: Use available error codesJulia Lawall1-1/+1
2010-09-21Fix various typos of valid in commentsNikanth Karthikesan1-1/+1
2010-08-09Fix spelling fuction -> function in commentsStefan Weil1-1/+1
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds4-4/+4
2010-08-02V4L/DVB: drivers/media/video/zoran: Use kmemdupJulia Lawall1-3/+2
2010-07-11fix comment/printk typos concerning "already"Uwe Kleine-König1-1/+1
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König3-3/+3
2010-05-18V4L/DVB: zoran: remove V4L1 videodev.h includeHans Verkuil2-18/+22
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
2010-02-26V4L/DVB: zoran: remove variable shadowingMárton Németh1-1/+2
2010-02-26V4L/DVB: zoran: match parameter signedness of g_input_statusMárton Németh2-2/+3
2010-02-26V4L/DVB: zoran: cleanup pointer conditionMárton Németh1-1/+1
2009-12-16V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart1-1/+0
2009-12-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds1-1/+1
2009-12-05V4L/DVB (13241): Cleanup redundant tests on unsignedRoel Kluin1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
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 (12435): strlcpy() will always null terminate the string.Roel Kluin1-1/+1
2009-09-12V4L/DVB (12343): Stop defining I2C adapter IDs nobody usesJean Delvare1-1/+0
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-23V4L/DVB (11904): zoran: Use v4l bounding/alignment functiobTrent Piepho1-10/+4
2009-06-16V4L/DVB (11992): Add missing __devexit_p()Jean Delvare1-1/+1
2009-06-16V4L/DVB (11741): zoran: Fix &&/|| typoRoel Kluin1-1/+1
2009-05-09V4L/DVB (11660): zoran: fix bug when enumerating format -1Trent Piepho1-15/+13
2009-04-06V4L/DVB (11380): v4l2-subdev: change s_routing prototypeHans Verkuil3-30/+14