summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/zoran
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-044-4/+4
|\
| * fix comment/printk typos concerning "already"Uwe Kleine-König2010-07-111-1/+1
| * fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-163-3/+3
* | V4L/DVB: drivers/media/video/zoran: Use kmemdupJulia Lawall2010-08-021-3/+2
|/
* V4L/DVB: zoran: remove V4L1 videodev.h includeHans Verkuil2010-05-182-18/+22
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* V4L/DVB: zoran: remove variable shadowingMárton Németh2010-02-261-1/+2
* V4L/DVB: zoran: match parameter signedness of g_input_statusMárton Németh2010-02-262-2/+3
* V4L/DVB: zoran: cleanup pointer conditionMárton Németh2010-02-261-1/+1
* V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart2009-12-161-1/+0
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-12-091-1/+1
|\
| * V4L/DVB (13241): Cleanup redundant tests on unsignedRoel Kluin2009-12-051-1/+1
* | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
|/
* 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 (12435): strlcpy() will always null terminate the string.Roel Kluin2009-09-121-1/+1
* V4L/DVB (12343): Stop defining I2C adapter IDs nobody usesJean Delvare2009-09-121-1/+0
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* V4L/DVB (11904): zoran: Use v4l bounding/alignment functiobTrent Piepho2009-06-231-10/+4
* V4L/DVB (11992): Add missing __devexit_p()Jean Delvare2009-06-161-1/+1
* V4L/DVB (11741): zoran: Fix &&/|| typoRoel Kluin2009-06-161-1/+1
* V4L/DVB (11660): zoran: fix bug when enumerating format -1Trent Piepho2009-05-091-15/+13
* V4L/DVB (11380): v4l2-subdev: change s_routing prototypeHans Verkuil2009-04-063-30/+14
* V4L/DVB (11377): v4l: increase version numbers of drivers converted to v4l2_s...Hans Verkuil2009-04-061-2/+2
* V4L/DVB (11373): v4l2-common: add explicit v4l2_device pointer as first arg t...Hans Verkuil2009-04-061-3/+5
* V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.Hans Verkuil2009-04-062-4/+4
* V4L/DVB (11237): media/zoran: fix printk formatRandy Dunlap2009-03-301-2/+2
* V4L/DVB (11048): zoran: fix incorrect return type of notify function.Hans Verkuil2009-03-301-2/+1
* V4L/DVB (11022): zoran/bt819: use new notify functionality.Hans Verkuil2009-03-304-46/+25
* V4L/DVB (10934): zoran: replace functions names in strings with __func__Trent Piepho2009-03-302-196/+173
* V4L/DVB (10933): zoran: Pass zoran_fh pointers instead of file pointersTrent Piepho2009-03-303-110/+56
* V4L/DVB (10932): zoran: Don't frighten users with failed buffer allocationJean Delvare2009-03-301-1/+2
* V4L/DVB (10931): zoran: Drop the lock_norm module parameterJean Delvare2009-03-301-20/+0
* V4L/DVB (10930): zoran: Unify buffer descriptorsTrent Piepho2009-03-303-514/+386
* V4L/DVB (10907): avoid loading the entire videodev.h header on V4L2 driversMauro Carvalho Chehab2009-03-301-1/+1
* V4L/DVB (10848): zoran: Change first argument to zoran_v4l2_buffer_statusTrent Piepho2009-03-301-5/+4
* V4L/DVB (10794): v4l2: Move code to zero querybuf output struct to v4l2_ioctlTrent Piepho2009-03-301-6/+1
* V4L/DVB (10733): zoran: increase bufsize to a value suitable for 768x576.Hans Verkuil2009-03-301-1/+1
* V4L/DVB (10732): zoran: s_jpegcomp should return a proper result, not 0.Hans Verkuil2009-03-301-1/+1
* V4L/DVB (10730): v4l-dvb: cleanup obsolete references to v4l1 headers.Hans Verkuil2009-03-3010-87/+50
* V4L/DVB (10729): zoran: convert to v4l2_device/v4l2_subdev.Hans Verkuil2009-03-305-288/+159
* V4L/DVB (10717): zoran: TRY_FMT and S_FMT now do the same parameter checks.Hans Verkuil2009-03-301-2/+10
* V4L/DVB (10716): zoran: change buffer defaults to something that works with t...Hans Verkuil2009-03-301-2/+2
* V4L/DVB (10715): zoran: clean up some old V4L1 left-overs and remove the MAP_...Hans Verkuil2009-03-302-90/+43
* V4L/DVB (10714): zoran et al: convert zoran i2c modules to V4L2.Hans Verkuil2009-03-305-229/+122
* V4L/DVB (10713): zoran: if reqbufs is called with count == 0, do a streamoff.Hans Verkuil2009-03-301-3/+7
* V4L/DVB (10712): zoran: fix G_FMTHans Verkuil2009-03-301-1/+1
* V4L/DVB (10711): zoran: fix TRY_FMT supportHans Verkuil2009-03-303-24/+63
* V4L/DVB (10710): zoran: cleanups in an attempt to make the source a bit more ...Hans Verkuil2009-03-303-233/+184
* V4L/DVB (10709): zoran: set correct parent of the video device.Hans Verkuil2009-03-301-0/+1
OpenPOWER on IntegriCloud