aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds10-10/+9
2010-10-22Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-15/+3
2010-10-19dabusb: remove the BKLArnd Bergmann1-15/+3
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock8-8/+7
2010-10-15v4l1: fix 32-bit compat microcode loading translationLinus Torvalds1-11/+21
2010-09-30V4L/DVB: v4l: videobuf: prevent passing a NULL to dma_free_coherent()Pawel Osciak1-2/+4
2010-09-27V4L/DVB: v4l: s5p-fimc: Fix 3-planar formats handling and pixel offset error on S5PV210 SoCsSylwester Nawrocki1-50/+37
2010-09-27V4L/DVB: v4l: s5p-fimc: Fix return value on probe() failurePawel Osciak1-1/+3
2010-09-27V4L/DVB: uvcvideo: Restrict frame rates for Chicony CNF7129 webcamLaurent Pinchart2-0/+16
2010-09-27V4L/DVB: uvcvideo: Fix support for Medion Akoya All-in-one PC integrated webcamLaurent Pinchart1-0/+9
2010-09-27V4L/DVB: ivtvfb: prevent reading uninitialized stack memoryDan Rosenberg1-0/+2
2010-09-27V4L/DVB: cx25840: Fix typo in volume control initialization: 65335 vs. 65535Andy Walls1-1/+1
2010-09-27V4L/DVB: v4l: mem2mem_testdev: add missing release for video_devicePawel Osciak1-0/+1
2010-09-27V4L/DVB: v4l: mem2mem_testdev: fix errorenous comparisonPawel Osciak1-1/+1
2010-09-27V4L/DVB: mt9v022.c: Fixed compilation warningIonut Gabriel Popescu1-3/+0
2010-09-27V4L/DVB: mt9m111: added current colorspace at g_fmtMichael Grzeschik1-0/+1
2010-09-27V4L/DVB: mt9m111: cropcap and s_crop check if type is VIDEO_CAPTUREMichael Grzeschik1-1/+6
2010-09-27V4L/DVB: mx2_camera: fix a race causing NULL dereferenceBaruch Siach1-0/+4
2010-09-27V4L/DVB: gspca - sn9c20x: Bad transfer size of Bayer imagesJean-François Moine1-2/+1
2010-09-27V4L/DVB: videobuf-dma-sg: set correct size in last sg elementHans Verkuil1-4/+7
2010-09-27V4L/DVB: cx231xx: Avoid an OOPS when card is unknown (card=0)Mauro Carvalho Chehab1-6/+8
2010-09-27V4L/DVB: Don't identify PV SBTVD Hybrid as a DibCom deviceMauro Carvalho Chehab2-0/+4
2010-09-27V4L/DVB: gspca - main: Fix a crash of some webcams on ARM archJason Wang1-0/+1
2010-09-27V4L/DVB: Fix regression for BeholdTV ColumbusDmitri Belimov1-5/+5
2010-09-27V4L/DVB: saa7164: move dereference under NULL checkDan Carpenter1-2/+3
2010-09-27V4L/DVB: pvrusb2: remove unneeded NULL checksDan Carpenter1-3/+3
2010-09-27V4L/DVB: unlock on error pathDan Carpenter1-1/+2
2010-09-27V4L/DVB: cx88: Kconfig: Remove EXPERIMENTAL dependency from VIDEO_CX88_ALSAlawrence rust1-1/+1
2010-09-21Fix various typos of valid in commentsNikanth Karthikesan1-1/+1
2010-08-14v4l: Remove reference to bkl ioctl in compat ioctl handlingFrederic Weisbecker1-6/+1
2010-08-13Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds10-9/+10
2010-08-12V4L/DVB: v4l2-ctrls.c: needs to include slab.hRandy Dunlap1-0/+1
2010-08-12V4L/DVB: fix Kconfig to depends on VIDEO_IRMauro Carvalho Chehab8-8/+8
2010-08-12V4L/DVB: Fix IR_CORE dependenciesMauro Carvalho Chehab1-1/+1
2010-08-12Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds7-34/+19
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-4/+4
2010-08-11V4L/DVB: Use custom I2C probing function mechanismJean Delvare2-26/+8
2010-08-11i2c: Add support for custom probe functionJean Delvare5-8/+11
2010-08-11Merge branch 'master' into for-nextJiri Kosina66-3417/+9521
2010-08-10Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds66-3380/+9506
2010-08-10Merge branch 'master' into for-nextJiri Kosina4-27/+24
2010-08-09Fix spelling fuction -> function in commentsStefan Weil1-1/+1
2010-08-08V4L/DVB: tvp7002: fix write to H-PLL Feedback Divider LSB registerRajashekhara, Sudhakar1-5/+5
2010-08-08V4L/DVB: media: video: pvrusb2: remove custom hex_to_bin()Andy Shevchenko1-12/+2
2010-08-08V4L/DVB: drivers: usbvideo: remove custom implementation of hex_to_bin()Andy Shevchenko1-8/+4
2010-08-08V4L/DVB: ivtv: convert to the new control frameworkHans Verkuil8-301/+88
2010-08-08V4L/DVB: ivtv: convert gpio subdev to new control frameworkHans Verkuil3-41/+38
2010-08-08V4L/DVB: wm8739: convert to the new control frameworkHans Verkuil1-117/+62
2010-08-08V4L/DVB: cs53l32a: convert to new control frameworkHans Verkuil1-39/+68
2010-08-08V4L/DVB: wm8775: convert to the new control frameworkHans Verkuil1-29/+50